svamp-cli 0.2.321 → 0.2.323

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 (27) hide show
  1. package/dist/{adminCommands-BRiz5afS.mjs → adminCommands-Bmgpks9U.mjs} +1 -1
  2. package/dist/{agentCommands-Cve_0_8K.mjs → agentCommands-CjbndvZ2.mjs} +5 -5
  3. package/dist/{auth-DrLE8Yp-.mjs → auth-7A9m78i5.mjs} +1 -1
  4. package/dist/{cli-xMKB7O8k.mjs → cli-C3GwCq0z.mjs} +76 -76
  5. package/dist/cli.mjs +2 -2
  6. package/dist/{commands-C-QNVo3l.mjs → commands-BARTdhcw.mjs} +3 -3
  7. package/dist/{commands-slA1eX13.mjs → commands-C8im5Q2J.mjs} +1 -1
  8. package/dist/{commands-D9-YqAI3.mjs → commands-CZLE29kn.mjs} +3 -3
  9. package/dist/{commands-DfRahEsO.mjs → commands-CygFvR0a.mjs} +3 -3
  10. package/dist/{commands-BxHc_Exm.mjs → commands-DLQwUjpD.mjs} +2 -2
  11. package/dist/{commands-CXgDZgqh.mjs → commands-DVvR4X4G.mjs} +2 -2
  12. package/dist/{commands-Fvgfzyo3.mjs → commands-LMbH3V-v.mjs} +11 -11
  13. package/dist/{commands-D1d9snmv.mjs → commands-gQM3K8Yf.mjs} +1 -1
  14. package/dist/{fleet-umFHXPoE.mjs → fleet-C68s3qVt.mjs} +3 -3
  15. package/dist/{headlessCli-DgJ15daM.mjs → headlessCli-0_H-JwW2.mjs} +2 -2
  16. package/dist/index.mjs +1 -1
  17. package/dist/{notifyCommands-Cip4lIYS.mjs → notifyCommands-r0r8eyxA.mjs} +1 -1
  18. package/dist/{package-DJRwvqcx.mjs → package-BGIfEYpX.mjs} +2 -2
  19. package/dist/{pinnedClaudeCode-BkZfX5pW.mjs → pinnedClaudeCode-C8CmQv3y.mjs} +1 -1
  20. package/dist/{rpc-CLoO6Z5Z.mjs → rpc-BosOiRY-.mjs} +1 -1
  21. package/dist/{rpc-Bz9w7JV9.mjs → rpc-DP4CiR0g.mjs} +1 -1
  22. package/dist/{run-CKLatoxa.mjs → run-BiwqH1hw.mjs} +62 -30
  23. package/dist/{run-CxuKTe0N.mjs → run-DAo9Lw4D.mjs} +1 -1
  24. package/dist/{scheduler-Bs0nAlhs.mjs → scheduler-BN9GuvGN.mjs} +1 -1
  25. package/dist/{serveCommands-Bi7DJs-3.mjs → serveCommands-C_E-RAiL.mjs} +10 -10
  26. package/dist/{sideband-CFbMRvzr.mjs → sideband-L0YNMJhj.mjs} +1 -1
  27. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import { R as READ_ONLY_TOOLS, M as loadMachineContext, N as buildMachineInstructions, O as machineToolsForRole, P as buildMachineTools } from './run-CKLatoxa.mjs';
1
+ import { R as READ_ONLY_TOOLS, M as loadMachineContext, N as buildMachineInstructions, O as machineToolsForRole, P as buildMachineTools } from './run-BiwqH1hw.mjs';
2
2
  import 'node:child_process';
3
3
  import 'os';
4
4
  import 'fs/promises';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "svamp-cli",
3
- "version": "0.2.321",
4
- "description": "Svamp CLI \u2014 AI workspace daemon on Hypha Cloud",
3
+ "version": "0.2.323",
4
+ "description": "Svamp CLI AI workspace daemon on Hypha Cloud",
5
5
  "author": "Amun AI AB",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "dev:daemon": "tsx src/cli.ts daemon start-sync",
27
27
  "test:e2e": "node --no-warnings test/e2e-session-tests.mjs && npx tsx test/e2e-codex-midturn-steer.mjs && npx tsx test/e2e-serve-iframe-login.mjs && npx tsx test/test-archive-preserves-claude-file.mjs && npx tsx test/test-daemon-e2e.mjs && npx tsx test/test-hypha-service.mjs && npx tsx test/test-permission-e2e.mjs && npx tsx test/test-serve-e2e.mjs && npx tsx test/test-session-archive-resume.mjs && npx tsx test/test-session-rpc-e2e.mjs && npx tsx test/test-skills-integration.mjs && npx tsx test/test-wm-refresh.mjs && npx tsx test/e2e-session-files-gateway.mjs && npx tsx test/e2e-dns-production-hosts.mjs",
28
28
  "test:frpc": "npx tsx test/test-frpc-e2e.mjs",
29
- "prepublishOnly": "yarn build"
29
+ "prepublishOnly": "node ../../scripts/bump-cli-version.mjs --check && yarn build"
30
30
  },
31
31
  "dependencies": {
32
32
  "@agentclientprotocol/sdk": "^0.14.1",