3 Commits

Author SHA1 Message Date
a9b3a47f05 [enhance] add edit and impl range for read. 2025-11-21 23:11:55 +08:00
bf4e66ca36 feat: add CLI agent with file and command tools
- Add agent module with file operations and command execution tools
- Implement create_file, delete_file, read_file, and execute_command tools
- Add colored terminal output and user confirmation for commands
- Update dependencies: dotenv, serde, serde_json, thiserror
- Add .env.example with DEEPSEEK_API_KEY template
- Add CLAUDE.md project documentation
- Refactor main.rs to use agent system with interactive prompt
2025-11-20 17:21:06 +08:00
43896a0028 [initial] initial the repo, and add basic dep 2025-11-20 16:17:16 +08:00