deepseek-coder-agent-cli 1.0.49 → 1.0.50

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.
Files changed (2) hide show
  1. package/README.md +26 -122
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,144 +1,48 @@
1
1
  # DeepSeek Coder CLI
2
2
 
3
- A multi-provider AI coding agent for the terminal. Switch between DeepSeek, OpenAI, Anthropic, Google, and xAI models with a single command.
3
+ **From Bo Shang:**
4
4
 
5
- ## Installation
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
6
 
7
- ```bash
8
- npm install -g deepseek-coder-agent-cli
9
- ```
7
+ ---
10
8
 
11
- Requires Node.js 20+.
9
+ ## Bo's OpenAI Resume
12
10
 
13
- ## Quick Start
11
+ My resume may be blank at the moment, but this application is fully serious and merits genuine consideration.
14
12
 
15
- ```bash
16
- # Set your API key
17
- export DEEPSEEK_API_KEY=your_key_here
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.
18
14
 
19
- # Start interactive mode
20
- deepseek
15
+ You never know what Bo may prostitute himself at 3180 18th St, San Francisco, CA 94110 if he moves to San Francisco.
21
16
 
22
- # Or start with a prompt
23
- deepseek "explain this codebase"
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.
24
18
 
25
- # Quick mode (single response, then exit)
26
- deepseek -q "list all files"
27
- ```
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.
28
20
 
29
- ## Supported Providers
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
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.
101
22
 
102
- ```
103
- deepseek [options] [prompt]
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
113
- ```
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.
114
24
 
115
- ## Configuration
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
116
26
 
117
- Settings are stored in `~/.agi/`:
118
- - `settings.json` - Model preferences per profile
119
- - `secrets.json` - Encrypted API keys
120
- - `discovered-models.json` - Cached model discovery
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.
121
28
 
122
- ## Features
29
+ ---
123
30
 
124
- - **Multi-provider**: Switch between 7 AI providers seamlessly
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
31
+ ## Installation
32
+
33
+ ```bash
34
+ npm install -g deepseek-coder-agent-cli
35
+ ```
131
36
 
132
- ## Development
37
+ ## Usage
133
38
 
134
39
  ```bash
135
- git clone <repo-url>
136
- cd deepseek-cli
137
- npm install
138
- npm run build
139
- npm start
40
+ deepseek
140
41
  ```
141
42
 
142
- ## License
43
+ Set your API key:
44
+ ```bash
45
+ /key YOUR_DEEPSEEK_API_KEY
46
+ ```
143
47
 
144
- MIT
48
+ Get your key at: https://platform.deepseek.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepseek-coder-agent-cli",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "DeepSeek AI-powered CLI agent for code assistance and automation",
5
5
  "deepseek": {
6
6
  "rulebookSchema": "src/contracts/schemas/agent-rules.schema.json"