7 Commits

Author SHA1 Message Date
CrazyBoyM
a13bc7a0c6 feat: 90%+ confidence cross-platform solution - Node.js 20.18.1+ with zero runtime deps 2025-08-31 01:19:15 +08:00
Bing Zhu
2875af774e fix: claude tool use msg seq; 2025-08-28 23:11:31 +08:00
Bing Zhu
7d2e0e3832 fix: claude streaming tool use; 2025-08-28 23:11:17 +08:00
CrazyBoyM
5bf4bb2182 Merge subagent implementation with intelligent completion system
# Conflicts:
#	src/services/claude.ts
2025-08-22 13:24:28 +08:00
CrazyBoyM
02c7c31a31 feat: Add GPT-5 Responses API support and model adapter system
- Implement model adapter factory for unified API handling
- Add response state manager for conversation continuity
- Support GPT-5 Responses API with continuation tokens
- Add model capabilities type system
- Include deployment guide and test infrastructure
- Enhance error handling and debugging for model interactions
2025-08-22 13:22:48 +08:00
CrazyBoyM
d8f0a22233 feat: Implement intelligent completion system with advanced fuzzy matching
- Add advanced fuzzy matching with 7+ strategies (exact, prefix, substring, acronym, initials, fuzzy, Levenshtein)
- Create comprehensive database of 500+ common Unix commands for smart autocompletion
- Implement intelligent Tab completion with @ prefix injection for agents and files
- Add sophisticated input pattern recognition for commands like "dao", "gp5", "py3"
- Enhance mention system with TaskProgressMessage component for better user feedback
- Update documentation with comprehensive intelligent completion guide
- Clean up 21 temporary markdown files to maintain repository cleanliness
- Improve project structure and configuration documentation
- Optimize completion system performance with advanced caching and scoring
2025-08-22 13:07:48 +08:00
CrazyBoyM
11a0e46ecc kode with agent-unix-system v1.0.0 2025-08-10 19:57:17 +08:00