- 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
2 lines
18 B
Plaintext
2 lines
18 B
Plaintext
DEEPSEEK_API_KEY=
|