@monotykamary/dsh-acp 0.1.8 → 0.1.9

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.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
- # pnpm run verify-translation-pairing --write packages/acp/acp/README.md
5
- README.md: 7da6bfee41fec98329753d7b6eb6825f66499c14
6
- README.zh.md: ce38d3e8d44f1f509bf65ce980c844119181d898
4
+ # bun run verify-translation-pairing --write packages/acp/acp/README.md
5
+ README.md: e2639383c8e4629b15e9ec7c62f87efbc547d936
6
+ README.zh.md: 0d07b7a0d368da715b3c3104fc06afab1c0ee31a
package/README.md CHANGED
@@ -41,7 +41,7 @@ ACP requires each prompt response to carry a `stopReason`, but the bridge does n
41
41
 
42
42
  ## Running
43
43
 
44
- `pnpm --dir /path/to/deepseek-harness run demo:acp` boots the repository's automation server composition. A parent harness can spawn it through [`@monotykamary/dsh-subagent-acp`](../../subagent/subagent-acp/README.md); other ACP clients need only the core methods above.
44
+ `bun run --cwd /path/to/deepseek-harness demo:acp` boots the repository's automation server composition. A parent harness can spawn it through [`@monotykamary/dsh-subagent-acp`](../../subagent/subagent-acp/README.md); other ACP clients need only the core methods above.
45
45
 
46
46
  ## Model Experience
47
47
 
package/README.zh.md CHANGED
@@ -43,7 +43,7 @@ ACP 要求每个提示词响应都携带 `stopReason`,但桥接层不声称它
43
43
 
44
44
  ## 运行
45
45
 
46
- `pnpm --dir /path/to/deepseek-harness run demo:acp` 启动仓库的自动化服务器组合。父 harness 可以通过 [`@monotykamary/dsh-subagent-acp`](../../subagent/subagent-acp/README.zh.md) spawn 它;其他 ACP 客户端只需上述核心方法。
46
+ `bun run --cwd /path/to/deepseek-harness demo:acp` 启动仓库的自动化服务器组合。父 harness 可以通过 [`@monotykamary/dsh-subagent-acp`](../../subagent/subagent-acp/README.zh.md) spawn 它;其他 ACP 客户端只需上述核心方法。
47
47
 
48
48
  ## 模型体验
49
49
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@monotykamary/dsh-acp",
3
3
  "description": "Automation-only Agent Client Protocol server for driving DeepSeek Harness agents over JSON-RPC stdio",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -36,24 +36,24 @@
36
36
  "@monotykamary/schemastery": "^3.18.1"
37
37
  },
38
38
  "peerDependencies": {
39
- "@monotykamary/dsh-llm": "^0.1.8",
40
- "@monotykamary/dsh-agent": "^0.1.8",
41
- "@monotykamary/dsh-attachment": "^0.1.8",
42
- "@monotykamary/dsh-invariants": "^0.1.8",
43
- "@monotykamary/dsh-session": "^0.1.8",
44
- "@monotykamary/dsh-user-approval": "^0.1.8",
39
+ "@monotykamary/dsh-attachment": "^0.1.9",
40
+ "@monotykamary/dsh-agent": "^0.1.9",
41
+ "@monotykamary/dsh-invariants": "^0.1.9",
42
+ "@monotykamary/dsh-llm": "^0.1.9",
43
+ "@monotykamary/dsh-session": "^0.1.9",
44
+ "@monotykamary/dsh-user-approval": "^0.1.9",
45
45
  "@monotykamary/cordis": "^4.0.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@monotykamary/dsh-attachment": "^0.1.8",
49
- "@monotykamary/dsh-agent": "^0.1.8",
50
- "@monotykamary/dsh-agent-loop": "^0.1.8",
51
- "@monotykamary/dsh-invariants": "^0.1.8",
52
- "@monotykamary/dsh-agent-loop-testkit": "^0.1.8",
53
- "@monotykamary/dsh-llm": "^0.1.8",
54
- "@monotykamary/dsh-user-approval": "^0.1.8",
55
- "@monotykamary/dsh-session": "^0.1.8",
56
- "@monotykamary/dsh-tools": "^0.1.8",
48
+ "@monotykamary/dsh-attachment": "^0.1.9",
49
+ "@monotykamary/dsh-agent": "^0.1.9",
50
+ "@monotykamary/dsh-agent-loop": "^0.1.9",
51
+ "@monotykamary/dsh-agent-loop-testkit": "^0.1.9",
52
+ "@monotykamary/dsh-invariants": "^0.1.9",
53
+ "@monotykamary/dsh-llm": "^0.1.9",
54
+ "@monotykamary/dsh-session": "^0.1.9",
55
+ "@monotykamary/dsh-tools": "^0.1.9",
56
+ "@monotykamary/dsh-user-approval": "^0.1.9",
57
57
  "@monotykamary/cordis": "^4.0.1"
58
58
  }
59
- }
59
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 DeepSeek
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.