Visual Studio Code 1.131 は、実行中 subagent の可視化、Workbench 全体で使える組み込み dictation、Agents window 向け hybrid Markdown エディタが中心である。段階展開のため、すぐ受け取るには Check for Updates を使う。
More information about running subagents
エージェントが並列の subagent に委譲しているとき、Agents window の親会話上で各実行中 subagent の次を開ける。
- 利用中モデル
- 経過時間
- いま呼び出しているツール
実行中の subagent を選ぶと、その会話を別チャットで開き、親会話を残したまま進捗を追える。
Built-in dictation(Experimental)
dictation.enabled で、VS Code Speech 拡張なしにチャット入力・テキストエディタ・統合ターミナルへ音声入力できる。マイクとセッションは 3 面で共有し、同時録音の取り違えを避ける。転写は端末上のオフライン Nemotron モデルで行い、初回利用時にモデルをダウンロードする。
dictation.showTranscript でライブ字幕の有無を切り替えられる。dictation.experimental.llmCleanup を有効にすると、整形とフィラー除去のため転写文を言語モデルへ送る。クリーンアップ不能時は生の転写を残す。
対応: Windows x64 / Arm64、Apple silicon の macOS、glibc 2.34 以降の Linux x64 / Arm64、Remote(転写はローカルクライアント側)。VS Code for the Web、Intel Mac、32-bit / Arm32 は非対応。
Hybrid Markdown editor(Experimental)
Agents window 向けの hybrid Markdown エディタを追加する(workbench.editor.markdownDefaultEditorInAgentsWindow)。Markdown の閲覧・インプレース編集に加え、エージェントが処理できるコメントを付けられる。Reopen Editor With でテキストエディタと切り替え可能である。
その他
agent host の段階展開は継続する。有効化は chat.agentHost.enabled のあと、harness ドロップダウンから agent host 上の harness を選ぶ。ターミナル Accessible View では terminal.integrated.accessibleViewPreserveCursorPosition を always にすると、新出力が来てもカーソル位置を維持できる。リサイズ時の列×行オーバーレイは terminal.integrated.resizeDimensionsOverlay.enabled で無効化できる。Python Environments は Stable / Insiders とも既定の環境管理体験になった。