@zhixuan92/multi-model-agent 4.7.10 → 4.7.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 (66) hide show
  1. package/README.md +1 -2
  2. package/dist/cli/serve.d.ts.map +1 -1
  3. package/dist/cli/serve.js +5 -6
  4. package/dist/cli/serve.js.map +1 -1
  5. package/dist/cli/sync-skills.d.ts +1 -1
  6. package/dist/cli/sync-skills.d.ts.map +1 -1
  7. package/dist/cli/sync-skills.js +3 -3
  8. package/dist/cli/sync-skills.js.map +1 -1
  9. package/dist/http/handlers/introspection/health.d.ts +2 -2
  10. package/dist/http/handlers/introspection/health.d.ts.map +1 -1
  11. package/dist/http/server.d.ts +1 -1
  12. package/dist/http/server.d.ts.map +1 -1
  13. package/dist/http/server.js +2 -7
  14. package/dist/http/server.js.map +1 -1
  15. package/dist/skill-install/discover.d.ts +29 -0
  16. package/dist/skill-install/discover.d.ts.map +1 -0
  17. package/dist/skill-install/discover.js +102 -0
  18. package/dist/skill-install/discover.js.map +1 -0
  19. package/dist/skill-install/include-utils.d.ts +27 -0
  20. package/dist/skill-install/include-utils.d.ts.map +1 -0
  21. package/dist/skill-install/include-utils.js +90 -0
  22. package/dist/skill-install/include-utils.js.map +1 -0
  23. package/dist/skill-install/manifest.d.ts +90 -0
  24. package/dist/skill-install/manifest.d.ts.map +1 -0
  25. package/dist/skill-install/manifest.js +228 -0
  26. package/dist/skill-install/manifest.js.map +1 -0
  27. package/dist/skill-install/skill-installer-common.d.ts +48 -0
  28. package/dist/skill-install/skill-installer-common.d.ts.map +1 -0
  29. package/dist/skill-install/skill-installer-common.js +195 -0
  30. package/dist/skill-install/skill-installer-common.js.map +1 -0
  31. package/dist/skill-install/skill-installers/claude-code.d.ts +43 -0
  32. package/dist/skill-install/skill-installers/claude-code.d.ts.map +1 -0
  33. package/dist/skill-install/skill-installers/claude-code.js +65 -0
  34. package/dist/skill-install/skill-installers/claude-code.js.map +1 -0
  35. package/dist/skill-install/skill-installers/codex-cli.d.ts +27 -0
  36. package/dist/skill-install/skill-installers/codex-cli.d.ts.map +1 -0
  37. package/dist/skill-install/skill-installers/codex-cli.js +84 -0
  38. package/dist/skill-install/skill-installers/codex-cli.js.map +1 -0
  39. package/dist/skill-install/skill-installers/cursor.d.ts +72 -0
  40. package/dist/skill-install/skill-installers/cursor.d.ts.map +1 -0
  41. package/dist/skill-install/skill-installers/cursor.js +81 -0
  42. package/dist/skill-install/skill-installers/cursor.js.map +1 -0
  43. package/dist/skill-install/skill-installers/gemini-cli.d.ts +50 -0
  44. package/dist/skill-install/skill-installers/gemini-cli.d.ts.map +1 -0
  45. package/dist/skill-install/skill-installers/gemini-cli.js +72 -0
  46. package/dist/skill-install/skill-installers/gemini-cli.js.map +1 -0
  47. package/dist/skill-install/skill-manifest-sync.d.ts +11 -0
  48. package/dist/skill-install/skill-manifest-sync.d.ts.map +1 -0
  49. package/dist/skill-install/skill-manifest-sync.js +65 -0
  50. package/dist/skill-install/skill-manifest-sync.js.map +1 -0
  51. package/dist/skills/mma-audit/SKILL.md +1 -1
  52. package/dist/skills/mma-context-blocks/SKILL.md +1 -1
  53. package/dist/skills/mma-debug/SKILL.md +1 -1
  54. package/dist/skills/mma-delegate/SKILL.md +1 -1
  55. package/dist/skills/mma-execute-plan/SKILL.md +1 -1
  56. package/dist/skills/mma-explore/SKILL.md +1 -1
  57. package/dist/skills/mma-investigate/SKILL.md +1 -1
  58. package/dist/skills/mma-research/SKILL.md +1 -1
  59. package/dist/skills/mma-retry/SKILL.md +1 -1
  60. package/dist/skills/mma-review/SKILL.md +1 -1
  61. package/dist/skills/multi-model-agent/SKILL.md +1 -1
  62. package/package.json +2 -2
  63. package/dist/http/handlers/introspection/tools-list.d.ts +0 -9
  64. package/dist/http/handlers/introspection/tools-list.d.ts.map +0 -1
  65. package/dist/http/handlers/introspection/tools-list.js +0 -28
  66. package/dist/http/handlers/introspection/tools-list.js.map +0 -1
@@ -10,7 +10,7 @@ when_to_use: >-
10
10
  others do, what published methods exist) AND mmagent is running. Delegate the
11
11
  multi-source web/adapter research to a worker so the main context stays on
12
12
  judgment. NOT for codebase questions — those are mma-investigate.
13
- version: 4.7.10
13
+ version: 4.7.11
14
14
  ---
15
15
 
16
16
  # mma-research
@@ -10,7 +10,7 @@ when_to_use: >-
10
10
  re-try the failed indices only. Prefer this over re-dispatching the whole
11
11
  batch or inline-retrying — it's idempotent and preserves the original batch's
12
12
  diagnostics.
13
- version: 4.7.10
13
+ version: 4.7.11
14
14
  ---
15
15
 
16
16
  # mma-retry
@@ -10,7 +10,7 @@ when_to_use: >-
10
10
  AND mmagent is running. Delegate so each file reviews on its own worker; the
11
11
  main agent only decides what to merge. Review on SOURCE CODE — use mma-audit
12
12
  for prose specs / configs.
13
- version: 4.7.10
13
+ version: 4.7.11
14
14
  ---
15
15
 
16
16
  # mma-review
@@ -11,7 +11,7 @@ when_to_use: >-
11
11
  tasks — AND mmagent is running. Read this once, pick the matching mma-* skill,
12
12
  and delegate there. Applies equally whether the user invoked a superpowers
13
13
  methodology skill or asked directly.
14
- version: 4.7.10
14
+ version: 4.7.11
15
15
  ---
16
16
 
17
17
  # multi-model-agent (router)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhixuan92/multi-model-agent",
3
- "version": "4.7.10",
3
+ "version": "4.7.11",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Standalone HTTP server for multi-model-agent. Routes tool-invocation work to Claude, Codex, or OpenAI-compatible sub-agents with async-polling REST dispatch and installable skills for Claude Code, Gemini CLI, Codex CLI, and Cursor.",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@asteasolutions/zod-to-openapi": "^8.5.0",
56
- "@zhixuan92/multi-model-agent-core": "^4.7.10",
56
+ "@zhixuan92/multi-model-agent-core": "^4.7.11",
57
57
  "gray-matter": "^4.0.3",
58
58
  "minimist": "^1.2.8",
59
59
  "proper-lockfile": "^4.1.2",
@@ -1,9 +0,0 @@
1
- import type { RawHandler } from '../../types.js';
2
- /**
3
- * GET /tools — serves the OpenAPI 3.0 document describing all server endpoints.
4
- *
5
- * Auth is required (checked by the server pipeline) but this endpoint is NOT
6
- * loopback-gated — LAN clients can fetch the OpenAPI spec.
7
- */
8
- export declare function buildToolsHandler(): RawHandler;
9
- //# sourceMappingURL=tools-list.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tools-list.d.ts","sourceRoot":"","sources":["../../../../src/http/handlers/introspection/tools-list.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAejD;;;;;GAKG;AACH,wBAAgB,iBAAiB,IAAI,UAAU,CAS9C"}
@@ -1,28 +0,0 @@
1
- import { buildOpenApiDoc, serializeOpenApiDoc } from '@zhixuan92/multi-model-agent-core/tool-surface/openapi-generator';
2
- // Build the OpenAPI document once at handler-creation time (module-level lazy
3
- // singleton pattern — no need to rebuild on every request).
4
- let cachedDoc;
5
- function getDocBuffer() {
6
- if (!cachedDoc) {
7
- const doc = buildOpenApiDoc();
8
- cachedDoc = Buffer.from(serializeOpenApiDoc(doc), 'utf8');
9
- }
10
- return cachedDoc;
11
- }
12
- /**
13
- * GET /tools — serves the OpenAPI 3.0 document describing all server endpoints.
14
- *
15
- * Auth is required (checked by the server pipeline) but this endpoint is NOT
16
- * loopback-gated — LAN clients can fetch the OpenAPI spec.
17
- */
18
- export function buildToolsHandler() {
19
- return (_req, res) => {
20
- const buf = getDocBuffer();
21
- res.writeHead(200, {
22
- 'content-type': 'application/json',
23
- 'content-length': String(buf.byteLength),
24
- });
25
- res.end(buf);
26
- };
27
- }
28
- //# sourceMappingURL=tools-list.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tools-list.js","sourceRoot":"","sources":["../../../../src/http/handlers/introspection/tools-list.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,kEAAkE,CAAC;AAExH,8EAA8E;AAC9E,4DAA4D;AAC5D,IAAI,SAA6B,CAAC;AAElC,SAAS,YAAY;IACnB,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,GAAG,GAAG,eAAe,EAAE,CAAC;QAC9B,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,CAAC;IAC5D,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB;IAC/B,OAAO,CAAC,IAAqB,EAAE,GAAmB,EAAE,EAAE;QACpD,MAAM,GAAG,GAAG,YAAY,EAAE,CAAC;QAC3B,GAAG,CAAC,SAAS,CAAC,GAAG,EAAE;YACjB,cAAc,EAAE,kBAAkB;YAClC,gBAAgB,EAAE,MAAM,CAAC,GAAG,CAAC,UAAU,CAAC;SACzC,CAAC,CAAC;QACH,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACf,CAAC,CAAC;AACJ,CAAC"}