aicodeman 1.9.1 → 1.9.2

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 (41) hide show
  1. package/README.md +1 -1
  2. package/dist/web/public/admin-ui.js.gz +0 -0
  3. package/dist/web/public/api-client.c9b1cddc.js.gz +0 -0
  4. package/dist/web/public/app.adc992cd.js.gz +0 -0
  5. package/dist/web/public/constants.e7175b95.js.gz +0 -0
  6. package/dist/web/public/cron-ui.js.gz +0 -0
  7. package/dist/web/public/i18n.4dcf1b87.js.gz +0 -0
  8. package/dist/web/public/image-input.ee16ad88.js.gz +0 -0
  9. package/dist/web/public/index.html.gz +0 -0
  10. package/dist/web/public/input-cjk.63794d0b.js.gz +0 -0
  11. package/dist/web/public/keyboard-accessory.9936227d.js.gz +0 -0
  12. package/dist/web/public/mobile-handlers.bc2b8c1d.js.gz +0 -0
  13. package/dist/web/public/mobile.40e2d64e.css.gz +0 -0
  14. package/dist/web/public/notification-manager.fca811fd.js.gz +0 -0
  15. package/dist/web/public/orchestrator-panel.js.gz +0 -0
  16. package/dist/web/public/panels-ui.3910e1e2.js.gz +0 -0
  17. package/dist/web/public/ralph-panel.6de2d0f8.js.gz +0 -0
  18. package/dist/web/public/ralph-wizard.13a1831e.js.gz +0 -0
  19. package/dist/web/public/respawn-ui.2d249da9.js.gz +0 -0
  20. package/dist/web/public/sanitize-html.bc7078d6.js.gz +0 -0
  21. package/dist/web/public/session-ui.ab6dd9aa.js.gz +0 -0
  22. package/dist/web/public/settings-ui.b8def032.js.gz +0 -0
  23. package/dist/web/public/styles.30e64547.css.gz +0 -0
  24. package/dist/web/public/subagent-windows.69b60c35.js.gz +0 -0
  25. package/dist/web/public/sw.js.gz +0 -0
  26. package/dist/web/public/terminal-ui.f3a51974.js.gz +0 -0
  27. package/dist/web/public/ultracode-panel.js.gz +0 -0
  28. package/dist/web/public/ultracode-windows.js.gz +0 -0
  29. package/dist/web/public/upload.html.gz +0 -0
  30. package/dist/web/public/vendor/dompurify.min.js.gz +0 -0
  31. package/dist/web/public/vendor/marked.min.js.gz +0 -0
  32. package/dist/web/public/vendor/xterm-addon-fit.min.js.gz +0 -0
  33. package/dist/web/public/vendor/xterm-addon-serialize.min.js.gz +0 -0
  34. package/dist/web/public/vendor/xterm-addon-unicode11.min.js.gz +0 -0
  35. package/dist/web/public/vendor/xterm-addon-webgl.min.js.gz +0 -0
  36. package/dist/web/public/vendor/xterm-zerolag-input.137ad9f0.js.gz +0 -0
  37. package/dist/web/public/vendor/xterm.css.gz +0 -0
  38. package/dist/web/public/vendor/xterm.min.js.gz +0 -0
  39. package/dist/web/public/voice-input.085e9e73.js.gz +0 -0
  40. package/dist/web/public/webview-tabs.js.gz +0 -0
  41. package/package.json +1 -1
package/README.md CHANGED
@@ -903,7 +903,7 @@ Full details: [`docs/archive/code-structure-findings.md`](docs/archive/code-stru
903
903
 
904
904
  [![npm](https://img.shields.io/npm/v/xterm-zerolag-input?style=flat-square&color=22c55e)](https://www.npmjs.com/package/xterm-zerolag-input)
905
905
 
906
- Instant keystroke feedback overlay for xterm.js. Eliminates perceived input latency over high-RTT connections by rendering typed characters immediately as a pixel-perfect DOM overlay. Zero dependencies, configurable prompt detection, full state machine with 78 tests.
906
+ Instant keystroke feedback overlay for xterm.js. Eliminates perceived input latency over high-RTT connections by rendering typed characters immediately as a pixel-perfect DOM overlay. Zero dependencies, 6.1 kB gzipped, configurable prompt detection, CJK/emoji wide-character support, full state machine with 175 tests.
907
907
 
908
908
  ```bash
909
909
  npm install xterm-zerolag-input
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicodeman",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Mission control 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",