CodeWhale
NewOpen-source, community-driven agent harness
Summary
CodeWhale integrates DeepSeek and MiMo models into your terminal, enabling Claude Code to execute complex coding tasks with enhanced reasoning and multi-modal capabilities.
- It is useful for developers who want to leverage advanced AI models for code generation, debugging, and analysis directly from the command line.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/codewhale.md
@codewhaleUse Cases
Usage Examples
/codewhale Write a Python script to scrape news headlines from BBC and save them to a CSV file.
/codewhale Explain the bug in this Rust function and provide a corrected version: [paste code]
/codewhale Generate a React component for a search bar with autocomplete using TypeScript.
Security Audits
Frequently Asked Questions
What is CodeWhale?
CodeWhale integrates DeepSeek and MiMo models into your terminal, enabling Claude Code to execute complex coding tasks with enhanced reasoning and multi-modal capabilities. It is useful for developers who want to leverage advanced AI models for code generation, debugging, and analysis directly from the command line.
How to install CodeWhale?
To install CodeWhale: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/codewhale.md. Finally, @codewhale in Claude Code.
What is CodeWhale best for?
CodeWhale is a agent categorized under General. It is designed for: agent. Created by Hmbown.
What can I use CodeWhale for?
CodeWhale is useful for: Generate boilerplate code for a new microservice using DeepSeek's reasoning capabilities.; Debug a complex Python script by having MiMo analyze stack traces and suggest fixes.; Refactor a legacy JavaScript codebase to modern ES6+ syntax with step-by-step explanations.; Create a Dockerfile and docker-compose setup for a multi-container application.; Analyze a dataset and generate a data visualization script using Pandas and Matplotlib.; Write unit tests for a Node.js API with edge case coverage using DeepSeek's test generation..