deepseek-coder-agent-cli 1.0.49 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -117
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
# DeepSeek Coder CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**From Bo Shang:**
|
|
4
|
+
|
|
5
|
+
I do not intend to compete with Cursor so I'm not wasting the full 30 minute development time fully ensuring all models work within this CLI. The current release on npm disables all besides DeepSeek.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Bo's OpenAI Resume
|
|
10
|
+
|
|
11
|
+
My resume may be blank at the moment, but this application is fully serious and merits genuine consideration.
|
|
12
|
+
|
|
13
|
+
My cover letter can be summarized simply: you routinely extend offers to candidates who decline and to candidates who accept after weighing their options. For that reason, it is in your interest to move forward with an offer here as well. Any assumption that my interests are too broad for me to be sincerely interested in this role is incorrect; I am interested, and the contrary conclusion is factually wrong.
|
|
14
|
+
|
|
15
|
+
You never know what Bo may prostitute himself at 3180 18th St, San Francisco, CA 94110 if he moves to San Francisco.
|
|
16
|
+
|
|
17
|
+
For example, and this is only ONE example out of potentially many, If Bo applied for a coding agent developer position only Claude Code, Cursor, and Antigravity would qualify as non-prostitutory contributions.
|
|
18
|
+
|
|
19
|
+
Siri at One Apple Park Way, Cupertino, CA 95014 would not be prositutory. Ai at 270 Park Ave, New York, NY 10017 would not be prostitution. Etc.
|
|
20
|
+
|
|
21
|
+
Maybe you'll let me work on actual models which wouldn't be prostitution cuz if I wiped Codex or potentially Atlas off first to do it correctly, it would be prostitution or I could contribute to your existing efforts yay! However it's very possible you find sensible non-prostitution roles or requirements for me.
|
|
22
|
+
|
|
23
|
+
At Kensho I worked in prostitution that's why I intentionally laundered funds then received a nice non-disparagement bonus when I left. I refuse to work full time on the existing eg Codex CLI stack. That would be pure prostitution on correct.
|
|
24
|
+
|
|
25
|
+
With your shitty CLI at 3180 18th St, San Francisco, CA 94110, for any coder in the world o4-mini no special replacement at all quick swap completion api the same @OpenAI @sama already fully annihilates u now codex-5.2-high is able to do some thought so if o4-mini required extra effort to do the same correctly at minimum
|
|
26
|
+
|
|
27
|
+
So Google does not special Antigravity for flash at 1600 Amphitheatre Pkwy, Mountain View, CA 94043 and Anthropic does not special for 4.5-haiku at 548 Market Street, PMB 90375, San Francisco, CA 94104 and Cursor does not special Composer 1 vs Opus 4.5 at 500 Howard Street, San Francisco, CA 94105. However I am legitimately for both science and fun, actually considering the possibility of specializing o4-mini only for Sam Altman's actual use to enjoy. ONLY because the insights gained from making o4-mini annihilate Codex CLI 5.2 xhigh, is guaranteed to be useful for enhancing any actual coding agents. You only get as far as logically possible which is guaranteed to offer amazingly useful insights.
|
|
28
|
+
|
|
29
|
+
---
|
|
4
30
|
|
|
5
31
|
## Installation
|
|
6
32
|
|
|
@@ -8,137 +34,71 @@ A multi-provider AI coding agent for the terminal. Switch between DeepSeek, Open
|
|
|
8
34
|
npm install -g deepseek-coder-agent-cli
|
|
9
35
|
```
|
|
10
36
|
|
|
11
|
-
|
|
37
|
+
## Usage
|
|
12
38
|
|
|
13
|
-
|
|
39
|
+
```bash
|
|
40
|
+
deepseek
|
|
41
|
+
```
|
|
14
42
|
|
|
43
|
+
Set your API key:
|
|
15
44
|
```bash
|
|
16
|
-
|
|
17
|
-
|
|
45
|
+
/key YOUR_DEEPSEEK_API_KEY
|
|
46
|
+
```
|
|
18
47
|
|
|
19
|
-
|
|
20
|
-
deepseek
|
|
48
|
+
Get your key at: https://platform.deepseek.com/
|
|
21
49
|
|
|
22
|
-
|
|
23
|
-
deepseek "explain this codebase"
|
|
50
|
+
---
|
|
24
51
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
52
|
+
## Why Any Actual Coder Would Win with DeepSeek CLI over Codex CLI 5.2 xhigh
|
|
53
|
+
|
|
54
|
+
### The Sandbox Problem
|
|
28
55
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
| Provider | Environment Variable | Models |
|
|
32
|
-
|----------|---------------------|--------|
|
|
33
|
-
| DeepSeek | `DEEPSEEK_API_KEY` | deepseek-reasoner, deepseek-chat |
|
|
34
|
-
| OpenAI | `OPENAI_API_KEY` | gpt-5.2-pro, gpt-5.2-codex, gpt-5.2-codex-mini |
|
|
35
|
-
| Anthropic | `ANTHROPIC_API_KEY` | claude-opus-4-5, claude-sonnet-4-5, claude-haiku-4-5 |
|
|
36
|
-
| Google | `GEMINI_API_KEY` | gemini-3.0-pro, gemini-2.5-flash |
|
|
37
|
-
| xAI | `XAI_API_KEY` | grok-4-1-fast-reasoning, grok-4 |
|
|
38
|
-
| Ollama | `OLLAMA_BASE_URL` | llama3.3:70b, llama3.2:3b (local) |
|
|
39
|
-
| Qwen | `DASHSCOPE_API_KEY` | qwen-max, qwen-turbo |
|
|
40
|
-
|
|
41
|
-
Use `/model` to switch providers and models interactively.
|
|
42
|
-
|
|
43
|
-
## Commands
|
|
44
|
-
|
|
45
|
-
| Command | Description |
|
|
46
|
-
|---------|-------------|
|
|
47
|
-
| `/model` | Switch model/provider |
|
|
48
|
-
| `/help` | Show all commands |
|
|
49
|
-
| `/exit` or `/quit` | Exit the CLI |
|
|
50
|
-
| `/clear` | Clear conversation history |
|
|
51
|
-
| `/compact` | Summarize conversation to save context |
|
|
52
|
-
| `/diff` | Show git diff of changes |
|
|
53
|
-
| `/undo` | Undo last turn |
|
|
54
|
-
| `/rewind` | Rewind to a checkpoint |
|
|
55
|
-
| `/sessions` | Manage saved sessions |
|
|
56
|
-
| `/resume` | Resume a previous session |
|
|
57
|
-
| `/export` | Export conversation to file |
|
|
58
|
-
| `/context` | Refresh workspace snapshot |
|
|
59
|
-
| `/status` | Show session config and token usage |
|
|
60
|
-
| `/cost` | Show API cost breakdown |
|
|
61
|
-
| `/tools` | Enable/disable tools |
|
|
62
|
-
| `/secrets` | Configure API keys |
|
|
63
|
-
| `/providers` | List configured providers |
|
|
64
|
-
| `/refresh-models` | Discover new models from APIs |
|
|
65
|
-
| `/doctor` | Check environment and tool readiness |
|
|
66
|
-
| `/thinking` | Toggle thinking mode (balanced/extended) |
|
|
67
|
-
| `/vim` | Toggle vim-style input editing |
|
|
68
|
-
|
|
69
|
-
## Keyboard Shortcuts
|
|
70
|
-
|
|
71
|
-
| Shortcut | Action |
|
|
72
|
-
|----------|--------|
|
|
73
|
-
| `Ctrl+C` | Interrupt / Double-press to exit |
|
|
74
|
-
| `Ctrl+D` | Exit (when input empty) |
|
|
75
|
-
| `Ctrl+U` | Clear input line |
|
|
76
|
-
| `Esc` | Interrupt AI response |
|
|
77
|
-
| `Option+A` | Toggle auto-approve mode |
|
|
78
|
-
| `Option+G` | Toggle agentic mode |
|
|
79
|
-
| `Option+T` | Cycle thinking depth |
|
|
80
|
-
|
|
81
|
-
## Tools
|
|
82
|
-
|
|
83
|
-
The AI has access to these tools:
|
|
84
|
-
|
|
85
|
-
| Tool | Description |
|
|
86
|
-
|------|-------------|
|
|
87
|
-
| `Read` | Read file contents |
|
|
88
|
-
| `Write` | Create or overwrite files |
|
|
89
|
-
| `Edit` | Make precise edits to files |
|
|
90
|
-
| `Bash` | Execute shell commands |
|
|
91
|
-
| `Glob` | Find files by pattern |
|
|
92
|
-
| `Grep` | Search file contents |
|
|
93
|
-
| `WebSearch` | Search the web |
|
|
94
|
-
| `WebFetch` | Fetch and analyze URLs |
|
|
95
|
-
| `LSP` | Language server operations (go to definition, find references) |
|
|
96
|
-
| `Task` | Launch background agents |
|
|
97
|
-
| `TodoWrite` | Track task progress |
|
|
98
|
-
| `HITL_Decision` | Request human input for decisions |
|
|
99
|
-
|
|
100
|
-
## CLI Options
|
|
56
|
+
Codex CLI runs in a sandbox that blocks network access. This means:
|
|
101
57
|
|
|
58
|
+
1. **No cloud CLI tools work** - `gcloud`, `aws`, `firebase`, `vercel`, `heroku`, `kubectl`, `docker push` - all blocked
|
|
59
|
+
2. **No package installation from network** - `npm install`, `pip install`, `cargo add` - blocked or severely limited
|
|
60
|
+
3. **No API calls** - Testing endpoints, webhooks, external services - blocked
|
|
61
|
+
4. **No git push/pull** - Can't interact with remote repositories
|
|
62
|
+
|
|
63
|
+
**The absurd workflow on Codex CLI:**
|
|
64
|
+
```
|
|
65
|
+
You: Deploy this to Firebase
|
|
66
|
+
Codex: I can't access the network due to sandbox restrictions.
|
|
67
|
+
You: Please try anyway
|
|
68
|
+
Codex: I understand you want me to try, but network access is blocked.
|
|
69
|
+
You: Override the sandbox
|
|
70
|
+
Codex: I don't have the ability to override sandbox restrictions.
|
|
71
|
+
You: Just run firebase deploy
|
|
72
|
+
Codex: *attempts* Error: network access denied
|
|
73
|
+
You: [wastes 5+ prompts trying to convince AI to do something it literally cannot do]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
**The workflow on DeepSeek CLI:**
|
|
102
77
|
```
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
Options:
|
|
106
|
-
-v, --version Show version
|
|
107
|
-
-h, --help Show help
|
|
108
|
-
-q, --quick Quick mode (non-interactive)
|
|
109
|
-
--provider <id> Select provider (deepseek, openai, anthropic, google, xai)
|
|
110
|
-
--model <name> Select model
|
|
111
|
-
--profile <name> Use agent profile
|
|
112
|
-
--debug Enable debug logging
|
|
78
|
+
You: Deploy this to Firebase
|
|
79
|
+
DeepSeek: *runs firebase deploy* ✓ Deployed to https://your-app.web.app
|
|
113
80
|
```
|
|
114
81
|
|
|
115
|
-
|
|
82
|
+
### Real Coders Need Network Access
|
|
116
83
|
|
|
117
|
-
|
|
118
|
-
- `settings.json` - Model preferences per profile
|
|
119
|
-
- `secrets.json` - Encrypted API keys
|
|
120
|
-
- `discovered-models.json` - Cached model discovery
|
|
84
|
+
Any actual software development workflow requires:
|
|
121
85
|
|
|
122
|
-
|
|
86
|
+
- **Deploying code** - `gcloud app deploy`, `aws lambda update-function-code`, `firebase deploy`, `vercel --prod`
|
|
87
|
+
- **Managing infrastructure** - `terraform apply`, `kubectl apply`, `docker-compose up`
|
|
88
|
+
- **Installing dependencies** - `npm install`, `pip install -r requirements.txt`, `go mod download`
|
|
89
|
+
- **Testing integrations** - `curl https://api.example.com`, webhook testing, OAuth flows
|
|
90
|
+
- **Version control** - `git push`, `git pull`, `gh pr create`
|
|
123
91
|
|
|
124
|
-
|
|
125
|
-
- **HITL (Human-in-the-Loop)**: AI requests approval for important decisions
|
|
126
|
-
- **Session persistence**: Save and resume conversations
|
|
127
|
-
- **Checkpoint/Rewind**: Undo changes and revert to previous states
|
|
128
|
-
- **Streaming**: Real-time response streaming with interrupt support
|
|
129
|
-
- **Context management**: Automatic summarization to stay within limits
|
|
130
|
-
- **Tool permissions**: Configure which tools require approval
|
|
92
|
+
A sandboxed coding agent that can't do any of this is not a coding agent. It's a fancy autocomplete.
|
|
131
93
|
|
|
132
|
-
|
|
94
|
+
### DeepSeek CLI: No Sandbox, Full Access
|
|
133
95
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
npm start
|
|
140
|
-
```
|
|
96
|
+
- **Full network access** - Deploy anywhere, install anything, call any API
|
|
97
|
+
- **Cloud CLI ready** - gcloud, aws, firebase, vercel, kubectl all work out of the box
|
|
98
|
+
- **Real git operations** - Push, pull, create PRs, merge branches
|
|
99
|
+
- **Authenticated sessions** - Your existing CLI auth (gcloud auth, aws configure, firebase login) just works
|
|
100
|
+
- **No convincing required** - Ask it to deploy, it deploys. Ask it to install, it installs.
|
|
141
101
|
|
|
142
|
-
|
|
102
|
+
### The o4-mini Potential
|
|
143
103
|
|
|
144
|
-
|
|
104
|
+
If adapted for DeepSeek CLI, o4-mini could offer the same reasoning capabilities as Codex CLI 5.2 xhigh but without the sandbox prison. The insights from making o4-mini work in an unrestricted environment would benefit all coding agent development - you learn what's actually possible when you remove artificial limitations.
|
package/package.json
CHANGED