deepseek-coder-agent-cli 1.0.56 → 1.0.57

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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,12 @@
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
3
+ **A Quality Control Benchmark for the Industry**
4
4
 
5
- This isn't cherry-picking. This is quality control.
5
+ This project serves as independent quality control while major players continue development. The current state of Claude Code (@AnthropicAI), Cursor (@cursor_ai), and Google's offerings (@sundarpichai) leaves significant room for improvement.
6
+
7
+ This documentation reflects rigorous standards, not selective reporting. Every capability listed has been validated through complete, successful execution.
6
8
 
7
- I only use the absolute best and 10% of the time - sometimes more - it's @deepseek_ai
9
+ I exclusively use best-in-class tools. Approximately 10% of the time—often more—that means @deepseek_ai.
8
10
 
9
11
  ---
10
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepseek-coder-agent-cli",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
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"