Commit 682451d
feat: Release v3.0.0 - Multi-Model Provider System & VSCode Dashboard
Major release introducing transformative multi-model architecture and
enhanced VSCode dashboard experience:
## Multi-Model Provider System
- Provider configuration (Anthropic, OpenAI, Ollama, Hybrid)
- Auto-detection of API keys from environment and .env files
- CLI commands: `python -m empathy_os.models.cli provider`
- Single, hybrid, and custom provider modes
## Smart Tier Routing (80-96% Cost Savings)
- Cheap tier: GPT-4o-mini/Haiku for summarization
- Capable tier: GPT-4o/Sonnet for bug fixing, code review
- Premium tier: o1/Opus for architecture decisions
## VSCode Dashboard - Complete Overhaul
- 10 integrated workflows: Research, Code Review, Debug, Refactor,
Test Generation, Documentation, Security Scan, Performance,
Explain Code, Morning Briefing
- 6 Quick Action commands for common tasks
- Real-time health score, costs, and workflow monitoring
- Workflow input history persistence across sessions
- File/folder picker integration for workflow inputs
- Cost fetching from telemetry CLI with fallback
- Error banner for improved debugging visibility
## README Refresh
- "Become a Power User" 5-level progression
- Comprehensive CLI reference
- Updated comparison table
- Cleaner quick start guide
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 63d44f6 commit 682451d
File tree
328 files changed
+71431
-2149
lines changed- .github/workflows
- docs
- design
- guides
- empathy_llm_toolkit/routing
- empathy_software_plugin
- cli
- examples/workflows
- site
- AI_DEVELOPMENT_WIZARDS
- ANTHROPIC_PARTNERSHIP_PROPOSAL
- API_REFERENCE
- BOOK_PRODUCTION_PIPELINE_PLAN
- CASE_STUDY_TEMPLATE
- CLI_GUIDE
- COMPARISON
- CONTRIBUTING_TESTS
- COVERAGE_ANALYSIS
- DOCUMENTATION_PIPELINE_PLAN
- EMPATHY_FRAMEWORK_NON_TECHNICAL_GUIDE
- EMPATHY_PHILOSOPHY
- FAQ
- FOREWORD_BY_CLAUDE
- GOVERNANCE
- HOW_CLAUDE_LEARNS
- MEMDOCS_EMPATHY_INTEGRATION
- MEMDOCS_MERGER_PLAN
- OPENSSF_APPLICATION_GUIDE
- OPENSSF_APPLICATION
- OPENSSF_BADGE_PREPARATION
- PLAN_ADVANCED_DEBUGGING_WIZARD
- PLAN_CLINICAL_PROTOCOL_MONITORING
- PLAN_NEXT_IMPLEMENTATIONS
- PLAN_SESSION_STATUS
- PLAN_SOFTWARE_PLUGIN_COMPLETION
- POWERED_BY_CLAUDE_TIERS
- PUBLISHING
- PUBLISH_INSTRUCTIONS
- QUICKSTART_GUIDE
- RESULTS
- REVIEW_GUIDE
- SHORT_TERM_MEMORY
- TEACHING_AI_YOUR_PHILOSOPHY
- TESTING_STRATEGY
- THIRD_PARTY_BADGES
- TROUBLESHOOTING
- USER_GUIDE
- USING_EMPATHY_WITH_LLMS
- WIZARD_AGENT_IMPROVEMENT_PLAN
- about-the-author
- api-reference
- ai-wizards
- config
- core
- empathy-os
- llm-toolkit
- multi-agent
- pattern-library
- persistence
- software-wizards
- wizards
- blog
- 01-we-tested-memory-on-our-own-codebase
- 02-bug-correlation-deep-dive
- 03-tech-debt-trajectory-deep-dive
- 04-security-learning-deep-dive
- PUBLISHING_PLAN
- reddit
- followup_01_bug_correlation
- followup_02_tech_debt
- followup_03_security
- r_programming_main_post
- r_python_main_post
- social
- hackernews_submission
- linkedin_announcement
- twitter_thread
- book-cover
- contributing
- examples
- adaptive-learning-system
- multi-agent-team-coordination
- sbar-clinical-handoff
- simple-chatbot
- webhook-event-integration
- get-the-book
- getting-started
- configuration
- installation
- quickstart
- redis-setup
- guides
- adaptive-learning
- foreword
- glossary
- healthcare-wizards
- hipaa-compliance
- how-to-read-this-book
- multi-agent-coordination
- multi-agent-philosophy
- practical-patterns
- preface
- prerequisites
- security-architecture
- short-term-memory-implementation
- software-development-wizards
- unified-memory-system
- webhook-integration
- marketing
- DEMO_VIDEO_SCRIPT
- LAUNCH_SUMMARY
- LINKEDIN_POST
- LIVE_DEMO_NOTES
- NEW_POSSIBILITIES_ANALYSIS
- PRESENTATION_OUTLINE
- PRODUCT_HUNT
- QUICK_REFERENCE
- README_GIF_GUIDE
- REDDIT_POST
- SCREENSHOT_GUIDE
- SHOW_HN_POST
- THREE_THINGS_NOT_POSSIBLE_BEFORE
- TWITTER_THREAD
- VISUAL_ASSET_SPECS
- WHY_EMPATHY
- archive
- LINKEDIN_POST_v1
- PRODUCT_HUNT_v1
- REDDIT_POST_v1
- SHOW_HN_POST_v1
- TWITTER_THREAD_v1
- search
- src/empathy_os
- dashboard
- models
- workflows
- tests
- vscode-extension
- src
- panels
- website
- app
- api
- costs
- workflows
- dev-dashboard
- tools/workflows
- components
- charts
- workflows
- public/framework-docs
- AGENT_IMPROVEMENT_RECOMMENDATIONS
- AI_DEVELOPMENT_WIZARDS
- ANTHROPIC_PARTNERSHIP_PROPOSAL
- API_REFERENCE
- BOOK_PRODUCTION_PIPELINE_PLAN
- CASE_STUDY_TEMPLATE
- CLAUDE_MEMORY_STRATEGY
- CLI_CHEATSHEET
- CLI_GUIDE
- CODE_REVIEW_REPORT_DEC_15_2025
- COMPARISON
- CONTRIBUTING_TESTS
- COVERAGE_ANALYSIS
- DEPLOYMENT_ROLLBACK
- DOCUMENTATION_PIPELINE_PLAN
- EMPATHY_FRAMEWORK_NON_TECHNICAL_GUIDE
- EMPATHY_PHILOSOPHY
- FAQ
- FOREWORD_BY_CLAUDE
- GOVERNANCE
- HOW_CLAUDE_LEARNS
- MEMDOCS_EMPATHY_INTEGRATION
- MEMDOCS_MERGER_PLAN
- OPENSSF_APPLICATION_GUIDE
- OPENSSF_APPLICATION
- OPENSSF_BADGE_PREPARATION
- PLAN_ADVANCED_DEBUGGING_WIZARD
- PLAN_CLINICAL_PROTOCOL_MONITORING
- PLAN_CODE_HEALTH_ASSISTANT
- PLAN_NEXT_IMPLEMENTATIONS
- PLAN_SESSION_STATUS
- PLAN_SOFTWARE_PLUGIN_COMPLETION
- POWERED_BY_CLAUDE_TIERS
- PUBLISHING
- PUBLISH_INSTRUCTIONS
- QUICKSTART_GUIDE
- RESULTS
- REVIEW_GUIDE
- SHORT_TERM_MEMORY
- TEACHING_AI_YOUR_PHILOSOPHY
- TESTING_STRATEGY
- THIRD_PARTY_BADGES
- TROUBLESHOOTING
- USER_GUIDE
- USING_EMPATHY_WITH_LLMS
- WIZARD_AGENT_IMPROVEMENT_PLAN
- about-the-author
- api-reference
- ai-wizards
- config
- core
- empathy-os
- llm-toolkit
- multi-agent
- pattern-library
- persistence
- software-wizards
- wizards
- blog
- 01-we-tested-memory-on-our-own-codebase
- 02-bug-correlation-deep-dive
- 03-tech-debt-trajectory-deep-dive
- 04-security-learning-deep-dive
- 05-code-health-assistant-deep-dive
- 06-building-ai-memory-with-redis
- PUBLISHING_PLAN
- reddit
- followup_01_bug_correlation
- followup_02_tech_debt
- followup_03_security
- r_programming_main_post
- r_python_main_post
- social
- hackernews_submission
- linkedin_announcement
- twitter_thread
- book-cover
- contributing
- examples
- adaptive-learning-system
- multi-agent-team-coordination
- sbar-clinical-handoff
- simple-chatbot
- webhook-event-integration
- features/v2.3-memory-enhancement
- get-the-book
- getting-started
- configuration
- installation
- quickstart
- redis-setup
- guides
- adaptive-learning
- agent-factory
- foreword
- glossary
- healthcare-wizards
- hipaa-compliance
- how-to-read-this-book
- multi-agent-coordination
- multi-agent-philosophy
- multi-model-workflows
- practical-patterns
- preface
- prerequisites
- security-architecture
- short-term-memory-implementation
- software-development-wizards
- unified-memory-system
- webhook-integration
- marketing
- ANTHROPIC_COOKBOOK_DRAFT
- CODE_FORESIGHT_POSITIONING
- CONVERSATION_CONTENT
- DEMO_VIDEO_SCRIPT
- GUERRILLA_MARKETING_PLAN
- LAUNCH_PREP_RESEARCH
- LAUNCH_SUMMARY
- LINKEDIN_POST
- LIVE_DEMO_NOTES
- MARKETING_TODO_30_DAYS
- NEW_POSSIBILITIES_ANALYSIS
- PRESENTATION_OUTLINE
- PRODUCT_HUNT_ASSETS
- PRODUCT_HUNT
- QUICK_REFERENCE
- README_GIF_GUIDE
- READY_TO_POST_REDIS
- REDDIT_POST
- REDIS_PARTNERSHIP_PLAN
- REDIS_SOCIAL_POSTS
- SCREENSHOT_GUIDE
- SESSION_SUMMARY_DEC_15_2025
- SHOW_HN_POST
- THREE_THINGS_NOT_POSSIBLE_BEFORE
- TWITTER_THREAD
- VISUAL_ASSET_SPECS
- WHY_EMPATHY
- archive
- LINKEDIN_POST_v1
- PRODUCT_HUNT_v1
- REDDIT_POST_v1
- SHOW_HN_POST_v1
- TWITTER_THREAD_v1
- drafts
- DEVTO_ARTICLE
- HASHNODE_ARTICLE
- INDIE_HACKERS_POST
- MEDIUM_ARTICLE
- REDDIT_POSTS
- TWITTER_THREAD
- search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
328 files changed
+71431
-2149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments