1 Million-token Long Context Support
Optimized for DeepSeek's 1 million-token context window, it can load entire codebases or complex specifications, suitable for scenarios like large project architecture understanding and cross-file refactoring.
Persistent Session Mechanism
Supports session saving and recovery; reopening after days still retains conversation context, file states, and task progress. It also allows searching and branch switching, enabling management of AI workflows like Git manages code.
Multimodal Interaction Interfaces
- TUI: Interactive interface based on the Charmbracelet ecosystem, supporting Markdown rendering and code highlighting;
- CLI: Quick queries via the
whale ask command;
- Headless mode: Suitable for CI/CD automation scenarios.
MCP Tool Ecosystem Integration
Fully supports the Model Context Protocol (MCP), enabling seamless integration with over 1000 community servers covering capabilities like database queries and API calls, with built-in basic tools such as file reading/writing and command execution.
Skill and Plugin Architecture
The community contributes skills like code review and Git management; developers can customize skills to encapsulate best practices. The plugin system extends runtime behavior, and the Hooks mechanism triggers lifecycle event scripts.
Dynamic Workflow Orchestration
Supports writing multi-agent orchestration scripts in JavaScript to implement advanced patterns like fan-out research, multi-perspective review, and pipeline processing, and is compatible with Claude Code workflows.