2026-04-07 11:40:25 -04:00
|
|
|
{
|
|
|
|
|
"recommendations": [
|
|
|
|
|
"gositeme.alfred-commander"
|
|
|
|
|
],
|
|
|
|
|
"unwantedRecommendations": [
|
|
|
|
|
"ms-vscode-remote.remote-ssh",
|
|
|
|
|
"ms-vscode.remote-server",
|
v1.1.0: Full workspace intelligence engine, Commander identity system, code block actions (copy/insert/run), rich context injection, GoForge-only, purged GitHub refs
- 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
2026-04-07 12:11:42 -04:00
|
|
|
"ms-vscode.remote-explorer"
|
2026-04-07 11:40:25 -04:00
|
|
|
]
|
|
|
|
|
}
|