deepseek-coder-agent-cli 1.0.57 → 1.0.58

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 +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,18 @@
2
2
 
3
3
  **A Quality Control Benchmark for the Industry**
4
4
 
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.
5
+ This project serves as independent quality control while major players continue development. The current state of:
6
+
7
+ - **Claude Code** (@AnthropicAI)
8
+ - **Cursor** (@cursor_ai)
9
+ - **Codex CLI** (@OpenAI)
10
+ - **Xcode with GPT-5 Integration** (@Apple)
11
+ - **Siri** (@Apple)
12
+ - **Gemini on Android** (@Google)
13
+ - **Google Sheets Gemini** (@Google)
14
+ - **Google Workspace AI** (@sundarpichai)
15
+
16
+ ...leaves significant room for improvement.
6
17
 
7
18
  This documentation reflects rigorous standards, not selective reporting. Every capability listed has been validated through complete, successful execution.
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepseek-coder-agent-cli",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
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"