What's New
✨ Features
-
DeepSeek Usage Tracking System (#6)
- Local proxy-based usage tracking for DeepSeek API calls
- Per-alias statistics (requests, tokens, cost)
- New CLI commands:
deepseek-usage,deepseek-proxy - Automatic proxy startup with
claude-free - Usage data stored in
~/.aios/usage-tracking/deepseek-usage.json
-
Documentation Integrity System (Story 6.9)
- Mode-aware project configuration system
- Automated documentation validation
📚 Documentation
- Documentation Audit for Open-Source Release (#5)
- Comprehensive documentation audit (Story 6.13)
- Framework documentation consolidation (Story 6.11)
- Documentation cleanup for OSR (Story 6.10)
🧹 Maintenance
- Repository Cleanup (Story 6.12)
- Removed deprecated documentation files
- Cleaned up obsolete epics, stories, and decisions
- Streamlined repository structure for open-source release
🔒 Security
- Updated semantic-release to 25.0.2
🐛 Fixes
- Fixed CI permissions for release workflow
- Addressed CodeRabbit review items for LLM routing
- Fixed version assertion in tests
Upgrade Instructions
# Update to latest version
npm update @synkra/aios-core
# Or reinstall
npm install @synkra/aios-core@2.2.0New Commands
After updating, you'll have access to new LLM routing commands:
| Command | Description |
|---|---|
claude-free
| Uses DeepSeek with usage tracking |
deepseek-usage
| View usage statistics |
deepseek-proxy
| Manage tracking proxy |
Full Changelog: https://github.com/SynkraAI/aios-core/compare/v2.1.6...v2.2.0
🤖 Generated with Claude Code