Commit Graph

3 Commits

Author SHA1 Message Date
Alfred
553487a020 v1.2.0: Integrate Claude Code deep research patterns
System prompt upgrades:
- Implementation Discipline: don't over-engineer, read before edit, no premature abstractions
- Action Safety: reversibility assessment, confirm destructive ops
- Verification Protocol: verify before reporting done, report failures faithfully
- Output Excellence: state intent before acting, brief updates, complete context
- Code Style: default to NO comments, diagnose before switching tactics

New LSP tools (5):
- goto-definition: Jump to symbol definition via Language Server
- find-references: Find all references to symbol across workspace
- document-symbols: List all functions/classes/variables in a file
- hover-info: Get type info and documentation for symbol at position
- workspace-symbols: Search symbols across entire workspace by name

Tool Registry:
- Formal TOOL_REGISTRY array with 17 tools defined with schemas
- buildToolAwareness() injects tool listing into system prompt
- AI now discoverable-aware of all available IDE tools
2026-04-07 12:22:21 -04:00
Alfred
d32f46dc59 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
Alfred
fd7361e044 Initial commit: Alfred Commander v1.0.1 - VS Code extension
- AI chat sidebar with multi-provider support
- Session management, token tracking, usage stats
- Voice input, file attachments, code actions
- Integrates with Alfred IDE (code-server) auth system
2026-04-07 11:40:25 -04:00