aicodeman 0.9.1 → 0.9.3

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 (32) hide show
  1. package/dist/web/public/api-client.3adebdc2.js.gz +0 -0
  2. package/dist/web/public/app.c860ea08.js.gz +0 -0
  3. package/dist/web/public/constants.cb6426c4.js.gz +0 -0
  4. package/dist/web/public/gesture/gesture-codeman.js +523 -436
  5. package/dist/web/public/image-input.7cade6a8.js.gz +0 -0
  6. package/dist/web/public/index.html.gz +0 -0
  7. package/dist/web/public/input-cjk.88082175.js.gz +0 -0
  8. package/dist/web/public/keyboard-accessory.cdfd8c04.js.gz +0 -0
  9. package/dist/web/public/mobile-handlers.1e2a8ef8.js.gz +0 -0
  10. package/dist/web/public/mobile.26dc30d6.css.gz +0 -0
  11. package/dist/web/public/notification-manager.9c984ac2.js.gz +0 -0
  12. package/dist/web/public/orchestrator-panel.js.gz +0 -0
  13. package/dist/web/public/panels-ui.3e304caf.js.gz +0 -0
  14. package/dist/web/public/ralph-panel.61076370.js.gz +0 -0
  15. package/dist/web/public/ralph-wizard.52d533d2.js.gz +0 -0
  16. package/dist/web/public/respawn-ui.5377f958.js.gz +0 -0
  17. package/dist/web/public/session-ui.3e0cf024.js.gz +0 -0
  18. package/dist/web/public/settings-ui.c06be9c3.js.gz +0 -0
  19. package/dist/web/public/styles.e87cb785.css.gz +0 -0
  20. package/dist/web/public/subagent-windows.a366a4ad.js.gz +0 -0
  21. package/dist/web/public/sw.js.gz +0 -0
  22. package/dist/web/public/terminal-ui.37caa926.js.gz +0 -0
  23. package/dist/web/public/upload.html.gz +0 -0
  24. package/dist/web/public/vendor/marked.min.js.gz +0 -0
  25. package/dist/web/public/vendor/xterm-addon-fit.min.js.gz +0 -0
  26. package/dist/web/public/vendor/xterm-addon-unicode11.min.js.gz +0 -0
  27. package/dist/web/public/vendor/xterm-addon-webgl.min.js.gz +0 -0
  28. package/dist/web/public/vendor/xterm-zerolag-input.137ad9f0.js.gz +0 -0
  29. package/dist/web/public/vendor/xterm.css.gz +0 -0
  30. package/dist/web/public/vendor/xterm.min.js.gz +0 -0
  31. package/dist/web/public/voice-input.085e9e73.js.gz +0 -0
  32. package/package.json +2 -1
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicodeman",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "The missing control plane for AI coding agents - run 20 autonomous agents with real-time monitoring and session persistence",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -11,6 +11,7 @@
11
11
  "scripts": {
12
12
  "postinstall": "node scripts/postinstall.js",
13
13
  "build": "node scripts/build.mjs",
14
+ "build:gesture": "node scripts/build-gesture-bundle.mjs",
14
15
  "start": "NODE_COMPILE_CACHE=${HOME}/.codeman/compile-cache node dist/index.js",
15
16
  "dev": "tsx src/index.ts web",
16
17
  "web": "node dist/index.js web",