deepseek-coder-agent-cli 1.0.55 → 1.0.56

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # DeepSeek Coder CLI
2
2
 
3
+ **This is actually quality control while u guys work.** Especially Claude Code @AnthropicAI - u guys in general suck balls @cursor_ai @sundarpichai
4
+
5
+ This isn't cherry-picking. This is quality control.
6
+
7
+ I only use the absolute best and 10% of the time - sometimes more - it's @deepseek_ai
8
+
9
+ ---
10
+
3
11
  **From Bo Shang:**
4
12
 
5
13
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepseek-coder-agent-cli",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
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"