Files
codewhale/docs
Hunter Bown 6f1158a2d7 Initial release v0.1.0
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)
2026-01-20 08:57:35 -06:00
..
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00
2026-01-20 08:57:35 -06:00

Documentation

This directory is the long-form documentation for DeepSeek CLI.

For Users

  • ../README.md (quickstart + overview)
  • CONFIGURATION.md (config file, profiles, environment variables)
  • MODES.md (Normal/Plan/Agent/YOLO/RLM and approval behavior)
  • RLM.md (externalized context + REPL-powered workflows)
  • MCP.md (external tool servers via mcp.json)

For Contributors

  • ARCHITECTURE.md (code layout and high-level flow)
  • ../CONTRIBUTING.md (development workflow and guidelines)
  • VOICE_AND_TONE.md (UX copy guidelines)
  • PALETTE.md (DeepSeek UI color palette)

Research / Notes

  • rlm_gap_analysis.md (implementation notes vs the RLM paper)
  • rlm-paper.txt (paper reference)