Today we're excited to announce NO_FLICKER mode for Claude Code in the terminal
It uses an experimental new renderer that we're excited about. The renderer is early and has tradeoffs, but already we've found that most internal users prefer it over the old renderer. It also supports mouse events (yes, in a terminal).
Try it: CLAUDE_CODE_NO_FLICKER=1 claude
Claude Codeのコンテキストが1Mになってから、タスクごとに新セッションを立てるより関連タスクを同一セッションで流す方が明らかに出力品質が高い。
コードベースの理解、設計判断などがセッション内に蓄積されるので、2つ目以降のタスクの精度が高まる
ただし無関係なタスクを混ぜるとノイズになるので、テーマが変わったら新セッション。
今までタスク単位で分割していたワークフローを、似たテーマごとのChunkとして実行するように変えました