@kyo-so/cli 0.6.0 → 0.7.1

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.
@@ -8,4 +8,4 @@ defaultMode = "model_only"
8
8
  [agents.claude]
9
9
  # Omit model to use the Claude adapter default.
10
10
  # model = "claude-sonnet-5"
11
- timeoutMs = 240000
11
+ timeoutMs = 300000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyo-so/cli",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "Kyo-so: MCP-native, ACP-powered multi-agent review gates for AI coding workflows.",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "prepack": "bun run build"
48
48
  },
49
49
  "dependencies": {
50
- "@agentclientprotocol/sdk": "1.1.0",
50
+ "@agentclientprotocol/sdk": "1.2.0",
51
51
  "@modelcontextprotocol/server": "2.0.0-beta.2",
52
52
  "smol-toml": "1.7.0",
53
53
  "typescript": "6.0.3",