6f1158a2d7
DeepSeek TUI - Unofficial terminal UI + CLI for DeepSeek models. Features: - Interactive TUI with multiple modes (Normal, Plan, Agent, YOLO, RLM, Duo) - Comprehensive tool access with approval gating - File operations, shell execution, task management - Sub-agent system for parallel work - MCP integration for external tool servers - Session management and skills system - Cross-platform support (macOS, Linux, Windows) 🤖 Generated with [Claude Code](https://claude.ai/code)
34 lines
637 B
Markdown
34 lines
637 B
Markdown
# Project Instructions
|
|
|
|
This file provides context for AI assistants working on this project.
|
|
|
|
## Project Type: Rust
|
|
|
|
### Commands
|
|
- Build: `cargo build`
|
|
- Test: `cargo test`
|
|
- Run: `cargo run`
|
|
- Check: `cargo check`
|
|
- Format: `cargo fmt`
|
|
- Lint: `cargo clippy`
|
|
|
|
### Project: deepseek-cli
|
|
|
|
### Documentation
|
|
See README.md for project overview.
|
|
|
|
### Version Control
|
|
This project uses Git. See .gitignore for excluded files.
|
|
|
|
|
|
## Guidelines
|
|
|
|
- Follow existing code style and patterns
|
|
- Write tests for new functionality
|
|
- Keep changes focused and atomic
|
|
- Document public APIs
|
|
|
|
## Important Notes
|
|
|
|
<!-- Add project-specific notes here -->
|