@aethelics/deepseek-code
v0.5.1
Published
<div align="center">
Readme
Get started
- Install DeepSeek Code:
npm install -g @aethelics/deepseek-code- Navigate to your project and run
deepseek.
On first run you'll be asked for your DeepSeek API key, language and theme.
What it does
DeepSeek Code is an agentic coding tool with a beautiful terminal UI. It understands your codebase and helps you code faster through natural language — reading and writing files, running shell commands, searching code, fetching URLs, managing git, and more.
It supports two models: DeepSeek-V3 (deepseek-chat) for fast general use and DeepSeek-R1 (deepseek-reasoner) for complex chain-of-thought reasoning. Switch between them at any time with /model.
Reporting bugs
File a GitHub issue or use the /help command inside the TUI.
