@wrongstack/cli 1.0.10 → 1.0.11

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 (30) hide show
  1. package/dist/{acp-CXLANMEZ.js → acp-IJ55NBMJ.js} +5 -3
  2. package/dist/acp-mcp-servers.d.ts +2 -0
  3. package/dist/arg-parser.d.ts +6 -0
  4. package/dist/{auth-3K6EN5JP.js → auth-YXK3EDUL.js} +9 -3
  5. package/dist/{chunk-EK2P53GL.js → chunk-C3Z4N6A6.js} +23 -3
  6. package/dist/{chunk-7K3IJGWC.js → chunk-OJR7K3OI.js} +8 -8
  7. package/dist/{chunk-SXJTVNWF.js → chunk-OWNC7LMD.js} +2 -2
  8. package/dist/{chunk-FSZ5QU3M.js → chunk-RDHFXOJM.js} +153 -69
  9. package/dist/{chunk-5VPDKQDH.js → chunk-TNZBQG45.js} +3 -3
  10. package/dist/{chunk-7FPN3QTH.js → chunk-YRC3I3LE.js} +172 -15
  11. package/dist/{cli-context-6GMXUOXD.js → cli-context-5IF7ZYEY.js} +7 -7
  12. package/dist/{cli-main-BU5DEHDO.js → cli-main-WC5JNIWY.js} +32 -27
  13. package/dist/{diag-doctor-PCER6KHH.js → diag-doctor-ANPRUYFM.js} +13 -3
  14. package/dist/{execution-4RXQLDAF.js → execution-EXDRBS4F.js} +2 -2
  15. package/dist/{hq-DQTUE7RC.js → hq-NO2NWGU4.js} +153 -5
  16. package/dist/hq-server/auth-state.d.ts +11 -0
  17. package/dist/hq-server/mailbox-gateway-health.d.ts +67 -0
  18. package/dist/hq-server/mailbox-gateway-manager.d.ts +38 -0
  19. package/dist/hq-server/routes/system-handlers.d.ts +27 -0
  20. package/dist/hq-server/routes.d.ts +11 -0
  21. package/dist/hq-server/snapshot.d.ts +14 -1
  22. package/dist/hq-server/upgrade-handler.d.ts +7 -0
  23. package/dist/{hq-server-JJFGFWI5.js → hq-server-KE5YDNGG.js} +2 -2
  24. package/dist/index.js +4 -4
  25. package/dist/{mcp-FX7TKPTV.js → mcp-DC5WSBOO.js} +28 -10
  26. package/dist/mcp-serve.d.ts +9 -0
  27. package/dist/services/mcp-management.d.ts +0 -6
  28. package/dist/{short-circuit-flags-LHUNLCZY.js → short-circuit-flags-72E77TJI.js} +3 -3
  29. package/dist/{subcommands-UXWY3OPC.js → subcommands-EJI7DBQS.js} +2 -2
  30. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/cli",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack CLI — terminal AI coding agent with provider catalog from models.dev. Provides `wrongstack` and `wstack` binaries.",
6
6
  "keywords": [
@@ -41,36 +41,36 @@
41
41
  "data"
42
42
  ],
43
43
  "dependencies": {
44
- "@wrongstack/acp": "1.0.10",
45
- "@wrongstack/bench": "1.0.10",
46
- "@wrongstack/core": "1.0.10",
47
- "@wrongstack/kanban": "1.0.10",
48
- "@wrongstack/mcp": "1.0.10",
49
- "@wrongstack/persistence": "1.0.10",
50
- "@wrongstack/plug-lsp": "1.0.10",
51
- "@wrongstack/plugins": "1.0.10",
52
- "@wrongstack/primitives": "1.0.10",
53
- "@wrongstack/providers": "1.0.10",
54
- "@wrongstack/requirement-intake": "1.0.10",
55
- "@wrongstack/runtime": "1.0.10",
56
- "@wrongstack/sage": "1.0.10",
57
- "@wrongstack/sdd": "1.0.10",
58
- "@wrongstack/security-scanner": "1.0.10",
59
- "@wrongstack/simpleui": "1.0.10",
60
- "@wrongstack/techstack": "1.0.10",
61
- "@wrongstack/telegram": "1.0.10",
62
- "@wrongstack/tools": "1.0.10",
63
- "@wrongstack/tui": "1.0.10",
64
- "@wrongstack/vector-memory": "1.0.10",
65
- "@wrongstack/webui": "1.0.10",
66
- "@wrongstack/webui-hq": "1.0.10",
67
- "@wrongstack/webui-protocol": "1.0.10",
68
- "@wrongstack/webui-server": "1.0.10",
69
- "@wrongstack/wrongtrace": "1.0.10",
44
+ "@wrongstack/acp": "1.0.11",
45
+ "@wrongstack/bench": "1.0.11",
46
+ "@wrongstack/core": "1.0.11",
47
+ "@wrongstack/kanban": "1.0.11",
48
+ "@wrongstack/mcp": "1.0.11",
49
+ "@wrongstack/persistence": "1.0.11",
50
+ "@wrongstack/plug-lsp": "1.0.11",
51
+ "@wrongstack/plugins": "1.0.11",
52
+ "@wrongstack/primitives": "1.0.11",
53
+ "@wrongstack/providers": "1.0.11",
54
+ "@wrongstack/requirement-intake": "1.0.11",
55
+ "@wrongstack/runtime": "1.0.11",
56
+ "@wrongstack/sage": "1.0.11",
57
+ "@wrongstack/sdd": "1.0.11",
58
+ "@wrongstack/security-scanner": "1.0.11",
59
+ "@wrongstack/simpleui": "1.0.11",
60
+ "@wrongstack/techstack": "1.0.11",
61
+ "@wrongstack/telegram": "1.0.11",
62
+ "@wrongstack/tools": "1.0.11",
63
+ "@wrongstack/tui": "1.0.11",
64
+ "@wrongstack/vector-memory": "1.0.11",
65
+ "@wrongstack/webui": "1.0.11",
66
+ "@wrongstack/webui-hq": "1.0.11",
67
+ "@wrongstack/webui-protocol": "1.0.11",
68
+ "@wrongstack/webui-server": "1.0.11",
69
+ "@wrongstack/wrongtrace": "1.0.11",
70
70
  "ws": "^8.21.3"
71
71
  },
72
72
  "optionalDependencies": {
73
- "@wrongstack/desktop": "1.0.10"
73
+ "@wrongstack/desktop": "1.0.11"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/node": "^26.5.1",