From 0ecca375f40db0cd25ca2e6e95448c5f7479a668 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 21 Jan 2026 13:07:08 +0000 Subject: [PATCH] feat(settings/vscode): tweak various chat/agent settings --- settings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.json b/settings.json index 7ca9ca6..dbaac08 100644 --- a/settings.json +++ b/settings.json @@ -120,10 +120,17 @@ // MARK: Chat (VSCode) // =========================================================================== // + "chat.agentsControl.enabled": true, + "chat.agentSessionProjection.enabled": true, "chat.checkpoints.showFileChanges": true, + "chat.commandCenter.enabled": false, "chat.edits2.enabled": true, "chat.mcp.gallery.enabled": true, "chat.tools.terminal.outputLocation": "chat", + "chat.unifiedAgentsBar.enabled": true, + "chat.useNestedAgentsMdFiles": true, + "chat.viewSessions.orientation": "stacked", + "inlineChat.showGutterMenu": true, // // =========================================================================== // MARK: Claude Code