- Workspace Intelligence: project detection (20+ types), file tree, git info, diagnostics, open editors, terminal names - Commander System Prompt: knows Danny (client_id 33), ecosystem awareness, coding excellence directives - Rich Context: every API call now includes active file, cursor pos, selected code, project type, git branch, diagnostics - Code Block Actions: Copy, Insert at cursor, Run in terminal — buttons on every code block response - New IDE Quick Actions: Git, Problems, Search, Format (added to existing Terminal, Save, Commands, Split, New) - File Operations: read-file, search-files, grep-search, open-file, apply-edit, create-file handlers - Live Context Push: editor changes and file saves pushed to webview in real-time - Commander Greeting: personalized startup message when Danny logs in - GoForge Only: repository + homepage point to alfredlinux.com/forge, removed GitHub Copilot refs from extensions.json - 2093 → 2686 lines
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"recommendations": [
|
|
"gositeme.alfred-commander"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode-remote.remote-ssh",
|
|
"ms-vscode.remote-server",
|
|
"ms-vscode.remote-explorer"
|
|
]
|
|
}
|