open-multi-agent-kit 0.94.1 → 0.95.0
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.
- package/CHANGELOG.md +33 -1
- package/README.md +100 -647
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +11 -11
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/auth-storage.d.ts +27 -2
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js +239 -56
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/context-budget-v2-cache-invalidation.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache-invalidation.js +1 -1
- package/dist/core/context-budget-v2-cache-invalidation.js.map +1 -1
- package/dist/core/context-budget-v2-cache-provider.d.ts +5 -1
- package/dist/core/context-budget-v2-cache-provider.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache-provider.js +37 -7
- package/dist/core/context-budget-v2-cache-provider.js.map +1 -1
- package/dist/core/context-budget-v2-cache-telemetry.d.ts +1 -1
- package/dist/core/context-budget-v2-cache-telemetry.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache-telemetry.js +2 -1
- package/dist/core/context-budget-v2-cache-telemetry.js.map +1 -1
- package/dist/core/context-budget-v2-cache.d.ts.map +1 -1
- package/dist/core/context-budget-v2-cache.js +3 -0
- package/dist/core/context-budget-v2-cache.js.map +1 -1
- package/dist/core/context-budget-v2-representation-cache.d.ts.map +1 -1
- package/dist/core/context-budget-v2-representation-cache.js +4 -3
- package/dist/core/context-budget-v2-representation-cache.js.map +1 -1
- package/dist/core/context-budget-v2-selection.d.ts.map +1 -1
- package/dist/core/context-budget-v2-selection.js +4 -0
- package/dist/core/context-budget-v2-selection.js.map +1 -1
- package/dist/core/context-budget-v2-types.d.ts +3 -0
- package/dist/core/context-budget-v2-types.d.ts.map +1 -1
- package/dist/core/context-budget-v2-types.js.map +1 -1
- package/dist/core/extensions/types.d.ts +2 -0
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/github-repository.d.ts +3 -0
- package/dist/core/github-repository.d.ts.map +1 -0
- package/dist/core/github-repository.js +3 -0
- package/dist/core/github-repository.js.map +1 -0
- package/dist/core/model-registry.d.ts +3 -3
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +9 -8
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/provider-usage.d.ts +48 -0
- package/dist/core/provider-usage.d.ts.map +1 -0
- package/dist/core/provider-usage.js +780 -0
- package/dist/core/provider-usage.js.map +1 -0
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +10 -0
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-termination.d.ts.map +1 -1
- package/dist/core/session-termination.js +8 -1
- package/dist/core/session-termination.js.map +1 -1
- package/dist/core/settings-manager.d.ts +1 -5
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +15 -17
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills-catalog-cache.d.ts +1 -0
- package/dist/core/skills-catalog-cache.d.ts.map +1 -1
- package/dist/core/skills-catalog-cache.js +42 -11
- package/dist/core/skills-catalog-cache.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +1 -4
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/tools/read.d.ts +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/index.d.ts +1 -0
- package/dist/modes/interactive/components/index.d.ts.map +1 -1
- package/dist/modes/interactive/components/index.js +1 -0
- package/dist/modes/interactive/components/index.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-selector.js +5 -3
- package/dist/modes/interactive/components/model-selector.js.map +1 -1
- package/dist/modes/interactive/components/oauth-account-selector.d.ts +16 -0
- package/dist/modes/interactive/components/oauth-account-selector.d.ts.map +1 -0
- package/dist/modes/interactive/components/oauth-account-selector.js +61 -0
- package/dist/modes/interactive/components/oauth-account-selector.js.map +1 -0
- package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.js +25 -4
- package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
- package/dist/modes/interactive/components/status-sidebar.d.ts +21 -1
- package/dist/modes/interactive/components/status-sidebar.d.ts.map +1 -1
- package/dist/modes/interactive/components/status-sidebar.js +165 -6
- package/dist/modes/interactive/components/status-sidebar.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +89 -60
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/utils/image-resize-core.d.ts.map +1 -1
- package/dist/utils/image-resize-core.js +2 -2
- package/dist/utils/image-resize-core.js.map +1 -1
- package/docs/development.md +3 -2
- package/docs/providers.md +19 -4
- package/docs/settings.md +9 -20
- package/docs/usage.md +10 -10
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +24 -24
- package/package.json +6 -6
- package/dist/core/github-star-nudge.d.ts +0 -15
- package/dist/core/github-star-nudge.d.ts.map +0 -1
- package/dist/core/github-star-nudge.js +0 -21
- package/dist/core/github-star-nudge.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-multi-agent-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.95.0",
|
|
4
4
|
"description": "OMK (Open Multi-Agent Kit) coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"omkConfig": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"postinstall": "node ./scripts/link-workspace-deps.mjs"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"omk-agent-core": "^0.
|
|
48
|
-
"omk-ai": "^0.
|
|
49
|
-
"omk-tui": "^0.
|
|
47
|
+
"omk-agent-core": "^0.95.0",
|
|
48
|
+
"omk-ai": "^0.95.0",
|
|
49
|
+
"omk-tui": "^0.95.0",
|
|
50
50
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
51
51
|
"chalk": "5.6.2",
|
|
52
52
|
"cross-spawn": "7.0.6",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"hosted-git-info": "9.0.3",
|
|
57
57
|
"ignore": "7.0.5",
|
|
58
58
|
"jiti": "2.7.0",
|
|
59
|
-
"minimatch": "10.2.
|
|
59
|
+
"minimatch": "10.2.6",
|
|
60
60
|
"proper-lockfile": "4.1.2",
|
|
61
61
|
"typebox": "1.1.38",
|
|
62
62
|
"undici": "8.5.0",
|
|
63
63
|
"yaml": "2.9.0",
|
|
64
|
-
"omk-adaptorch-wpl": "^0.
|
|
64
|
+
"omk-adaptorch-wpl": "^0.95.0"
|
|
65
65
|
},
|
|
66
66
|
"overrides": {
|
|
67
67
|
"rimraf": "6.1.2",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Persistent GitHub star nudge for interactive startup.
|
|
3
|
-
* Unstarred installs keep getting reminded until the operator marks starred via /star.
|
|
4
|
-
*/
|
|
5
|
-
export declare const OMK_GITHUB_REPO_URL = "https://github.com/dmae97/omk";
|
|
6
|
-
export declare const OMK_GITHUB_STAR_URL = "https://github.com/dmae97/omk";
|
|
7
|
-
export interface GithubStarNudgeState {
|
|
8
|
-
/** True once the operator confirmed they starred (or already starred). */
|
|
9
|
-
readonly githubStarred?: boolean;
|
|
10
|
-
}
|
|
11
|
-
/** Show on every interactive startup until the operator marks starred. */
|
|
12
|
-
export declare function shouldShowGithubStarNudge(state: GithubStarNudgeState): boolean;
|
|
13
|
-
export declare function githubStarNudgeTitle(): string;
|
|
14
|
-
export declare function githubStarNudgeBody(): string;
|
|
15
|
-
//# sourceMappingURL=github-star-nudge.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github-star-nudge.d.ts","sourceRoot":"","sources":["../../src/core/github-star-nudge.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,mBAAmB,kCAAkC,CAAC;AACnE,eAAO,MAAM,mBAAmB,kCAAkC,CAAC;AAEnE,MAAM,WAAW,oBAAoB;IACpC,0EAA0E;IAC1E,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,0EAA0E;AAC1E,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAE9E;AAED,wBAAgB,oBAAoB,IAAI,MAAM,CAE7C;AAED,wBAAgB,mBAAmB,IAAI,MAAM,CAM5C","sourcesContent":["/**\n * Persistent GitHub star nudge for interactive startup.\n * Unstarred installs keep getting reminded until the operator marks starred via /star.\n */\n\nexport const OMK_GITHUB_REPO_URL = \"https://github.com/dmae97/omk\";\nexport const OMK_GITHUB_STAR_URL = \"https://github.com/dmae97/omk\";\n\nexport interface GithubStarNudgeState {\n\t/** True once the operator confirmed they starred (or already starred). */\n\treadonly githubStarred?: boolean;\n}\n\n/** Show on every interactive startup until the operator marks starred. */\nexport function shouldShowGithubStarNudge(state: GithubStarNudgeState): boolean {\n\treturn state.githubStarred !== true;\n}\n\nexport function githubStarNudgeTitle(): string {\n\treturn \"Star OMK on GitHub\";\n}\n\nexport function githubStarNudgeBody(): string {\n\treturn [\n\t\t\"First install or still no star? Hit the star button — it keeps the project alive.\",\n\t\t`Repo: ${OMK_GITHUB_STAR_URL}`,\n\t\t\"After starring, run /star so this stops nagging. Until then it comes back every launch.\",\n\t].join(\"\\n\");\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Persistent GitHub star nudge for interactive startup.
|
|
3
|
-
* Unstarred installs keep getting reminded until the operator marks starred via /star.
|
|
4
|
-
*/
|
|
5
|
-
export const OMK_GITHUB_REPO_URL = "https://github.com/dmae97/omk";
|
|
6
|
-
export const OMK_GITHUB_STAR_URL = "https://github.com/dmae97/omk";
|
|
7
|
-
/** Show on every interactive startup until the operator marks starred. */
|
|
8
|
-
export function shouldShowGithubStarNudge(state) {
|
|
9
|
-
return state.githubStarred !== true;
|
|
10
|
-
}
|
|
11
|
-
export function githubStarNudgeTitle() {
|
|
12
|
-
return "Star OMK on GitHub";
|
|
13
|
-
}
|
|
14
|
-
export function githubStarNudgeBody() {
|
|
15
|
-
return [
|
|
16
|
-
"First install or still no star? Hit the star button — it keeps the project alive.",
|
|
17
|
-
`Repo: ${OMK_GITHUB_STAR_URL}`,
|
|
18
|
-
"After starring, run /star so this stops nagging. Until then it comes back every launch.",
|
|
19
|
-
].join("\n");
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=github-star-nudge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"github-star-nudge.js","sourceRoot":"","sources":["../../src/core/github-star-nudge.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,mBAAmB,GAAG,+BAA+B,CAAC;AACnE,MAAM,CAAC,MAAM,mBAAmB,GAAG,+BAA+B,CAAC;AAOnE,0EAA0E;AAC1E,MAAM,UAAU,yBAAyB,CAAC,KAA2B,EAAW;IAC/E,OAAO,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;AAAA,CACpC;AAED,MAAM,UAAU,oBAAoB,GAAW;IAC9C,OAAO,oBAAoB,CAAC;AAAA,CAC5B;AAED,MAAM,UAAU,mBAAmB,GAAW;IAC7C,OAAO;QACN,qFAAmF;QACnF,SAAS,mBAAmB,EAAE;QAC9B,yFAAyF;KACzF,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAAA,CACb","sourcesContent":["/**\n * Persistent GitHub star nudge for interactive startup.\n * Unstarred installs keep getting reminded until the operator marks starred via /star.\n */\n\nexport const OMK_GITHUB_REPO_URL = \"https://github.com/dmae97/omk\";\nexport const OMK_GITHUB_STAR_URL = \"https://github.com/dmae97/omk\";\n\nexport interface GithubStarNudgeState {\n\t/** True once the operator confirmed they starred (or already starred). */\n\treadonly githubStarred?: boolean;\n}\n\n/** Show on every interactive startup until the operator marks starred. */\nexport function shouldShowGithubStarNudge(state: GithubStarNudgeState): boolean {\n\treturn state.githubStarred !== true;\n}\n\nexport function githubStarNudgeTitle(): string {\n\treturn \"Star OMK on GitHub\";\n}\n\nexport function githubStarNudgeBody(): string {\n\treturn [\n\t\t\"First install or still no star? Hit the star button — it keeps the project alive.\",\n\t\t`Repo: ${OMK_GITHUB_STAR_URL}`,\n\t\t\"After starring, run /star so this stops nagging. Until then it comes back every launch.\",\n\t].join(\"\\n\");\n}\n"]}
|