@cocorograph/hub-agent 0.5.0 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocorograph/hub-agent",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Hub Hosted Cockpit のローカル常駐 agent。Hub と outbound WSS で接続し、ローカルの tmux/pty を中継する。",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -33,7 +33,7 @@ function tokenPath() {
33
33
  }
34
34
 
35
35
  function bundleUrl(hubUrl) {
36
- return `${hubUrl.replace(/\/+$/, "")}/api/knowledge/admin/hub-ai/setup-bundle/`
36
+ return `${hubUrl.replace(/\/+$/, "")}/api/admin/hub-ai/setup-bundle/`
37
37
  }
38
38
 
39
39
  /**