@proxysoul/soulforge 2.20.11 → 2.20.13
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/dist/index.js +6039 -5491
- package/dist/workers/intelligence.worker.js +13 -13
- package/package.json +22 -22
|
@@ -64,7 +64,7 @@ var __export = (target, all) => {
|
|
|
64
64
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
65
65
|
var __require = import.meta.require;
|
|
66
66
|
|
|
67
|
-
// node_modules/shiki/dist/chunk-
|
|
67
|
+
// node_modules/shiki/dist/chunk-BBjsoOtd.mjs
|
|
68
68
|
var __defProp2, __getOwnPropDesc2, __getOwnPropNames2, __hasOwnProp2, __exportAll = (all, no_symbols) => {
|
|
69
69
|
let target = {};
|
|
70
70
|
for (var name2 in all)
|
|
@@ -87,7 +87,7 @@ var __defProp2, __getOwnPropDesc2, __getOwnPropNames2, __hasOwnProp2, __exportAl
|
|
|
87
87
|
}
|
|
88
88
|
return to;
|
|
89
89
|
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
90
|
-
var
|
|
90
|
+
var init_chunk_BBjsoOtd = __esm(() => {
|
|
91
91
|
__defProp2 = Object.defineProperty;
|
|
92
92
|
__getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
93
93
|
__getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
@@ -3779,9 +3779,9 @@ var init_zig = __esm(() => {
|
|
|
3779
3779
|
];
|
|
3780
3780
|
});
|
|
3781
3781
|
|
|
3782
|
-
// node_modules/shiki/dist/langs-bundle-full-
|
|
3782
|
+
// node_modules/shiki/dist/langs-bundle-full-4noeO3oH.mjs
|
|
3783
3783
|
var bundledLanguagesInfo, bundledLanguagesBase, bundledLanguagesAlias, bundledLanguages;
|
|
3784
|
-
var
|
|
3784
|
+
var init_langs_bundle_full_4noeO3oH = __esm(() => {
|
|
3785
3785
|
bundledLanguagesInfo = [
|
|
3786
3786
|
{
|
|
3787
3787
|
id: "abap",
|
|
@@ -6564,7 +6564,7 @@ var init_dist = __esm(() => {
|
|
|
6564
6564
|
// node_modules/shiki/dist/engine-oniguruma.mjs
|
|
6565
6565
|
var engine_oniguruma_exports;
|
|
6566
6566
|
var init_engine_oniguruma = __esm(() => {
|
|
6567
|
-
|
|
6567
|
+
init_chunk_BBjsoOtd();
|
|
6568
6568
|
init_dist();
|
|
6569
6569
|
init_dist();
|
|
6570
6570
|
engine_oniguruma_exports = /* @__PURE__ */ __exportAll({});
|
|
@@ -13712,9 +13712,9 @@ var init_wasm2 = __esm(() => {
|
|
|
13712
13712
|
// node_modules/shiki/dist/bundle-full.mjs
|
|
13713
13713
|
var bundle_full_exports, createHighlighter, codeToHtml2, codeToHast2, codeToTokens2, codeToTokensBase3, codeToTokensWithThemes2, getSingletonHighlighter, getLastGrammarState2;
|
|
13714
13714
|
var init_bundle_full = __esm(() => {
|
|
13715
|
-
|
|
13715
|
+
init_chunk_BBjsoOtd();
|
|
13716
13716
|
init_engine_oniguruma();
|
|
13717
|
-
|
|
13717
|
+
init_langs_bundle_full_4noeO3oH();
|
|
13718
13718
|
init_themes();
|
|
13719
13719
|
init_dist5();
|
|
13720
13720
|
init_dist5();
|
|
@@ -13742,7 +13742,7 @@ var init_bundle_full = __esm(() => {
|
|
|
13742
13742
|
({ codeToHtml: codeToHtml2, codeToHast: codeToHast2, codeToTokens: codeToTokens2, codeToTokensBase: codeToTokensBase3, codeToTokensWithThemes: codeToTokensWithThemes2, getSingletonHighlighter, getLastGrammarState: getLastGrammarState2 } = /* @__PURE__ */ createSingletonShorthands(createHighlighter, { guessEmbeddedLanguages }));
|
|
13743
13743
|
});
|
|
13744
13744
|
|
|
13745
|
-
// node_modules/@shikijs/engine-javascript/dist/scanner-
|
|
13745
|
+
// node_modules/@shikijs/engine-javascript/dist/scanner-DX8LRFGE.mjs
|
|
13746
13746
|
var MAX = 4294967295, JavaScriptScanner = class {
|
|
13747
13747
|
patterns;
|
|
13748
13748
|
options;
|
|
@@ -13828,7 +13828,7 @@ var MAX = 4294967295, JavaScriptScanner = class {
|
|
|
13828
13828
|
return null;
|
|
13829
13829
|
}
|
|
13830
13830
|
};
|
|
13831
|
-
var
|
|
13831
|
+
var init_scanner_DX8LRFGE = () => {};
|
|
13832
13832
|
|
|
13833
13833
|
// node_modules/oniguruma-parser/dist/utils.js
|
|
13834
13834
|
function r(e) {
|
|
@@ -16856,7 +16856,7 @@ function createJavaScriptRegexEngine(options = {}) {
|
|
|
16856
16856
|
};
|
|
16857
16857
|
}
|
|
16858
16858
|
var init_engine_compile = __esm(() => {
|
|
16859
|
-
|
|
16859
|
+
init_scanner_DX8LRFGE();
|
|
16860
16860
|
init_esm();
|
|
16861
16861
|
});
|
|
16862
16862
|
|
|
@@ -16924,8 +16924,8 @@ __export(exports_dist2, {
|
|
|
16924
16924
|
ShikiError: () => ShikiError2
|
|
16925
16925
|
});
|
|
16926
16926
|
var init_dist7 = __esm(() => {
|
|
16927
|
-
|
|
16928
|
-
|
|
16927
|
+
init_chunk_BBjsoOtd();
|
|
16928
|
+
init_langs_bundle_full_4noeO3oH();
|
|
16929
16929
|
init_themes();
|
|
16930
16930
|
init_bundle_full();
|
|
16931
16931
|
init_dist();
|
|
@@ -30167,7 +30167,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
30167
30167
|
exports.useTransition = function() {
|
|
30168
30168
|
return resolveDispatcher().useTransition();
|
|
30169
30169
|
};
|
|
30170
|
-
exports.version = "19.2.
|
|
30170
|
+
exports.version = "19.2.7";
|
|
30171
30171
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop === "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
30172
30172
|
})();
|
|
30173
30173
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proxysoul/soulforge",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.13",
|
|
4
4
|
"description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -72,57 +72,57 @@
|
|
|
72
72
|
"@types/babel__core": "7.20.5",
|
|
73
73
|
"@types/bun": "1.3.14",
|
|
74
74
|
"@types/linkify-it": "5.0.0",
|
|
75
|
-
"@types/node": "25.9.
|
|
76
|
-
"@types/react": "19.2.
|
|
75
|
+
"@types/node": "25.9.2",
|
|
76
|
+
"@types/react": "19.2.17",
|
|
77
77
|
"babel-plugin-react-compiler": "1.0.0",
|
|
78
78
|
"bun-types": "1.3.14",
|
|
79
79
|
"typescript": "6.0.3"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@ai-sdk/amazon-bedrock": "^4.0.
|
|
83
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
82
|
+
"@ai-sdk/amazon-bedrock": "^4.0.113",
|
|
83
|
+
"@ai-sdk/anthropic": "^3.0.81",
|
|
84
84
|
"@ai-sdk/deepseek": "^2.0.35",
|
|
85
85
|
"@ai-sdk/fireworks": "^2.0.52",
|
|
86
86
|
"@ai-sdk/google": "^3.0.80",
|
|
87
87
|
"@ai-sdk/groq": "^3.0.39",
|
|
88
|
-
"@ai-sdk/mcp": "^1.0.
|
|
88
|
+
"@ai-sdk/mcp": "^1.0.46",
|
|
89
89
|
"@ai-sdk/mistral": "^3.0.37",
|
|
90
|
-
"@ai-sdk/openai": "^3.0.
|
|
90
|
+
"@ai-sdk/openai": "^3.0.68",
|
|
91
91
|
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
92
|
-
"@ai-sdk/xai": "^3.0.
|
|
93
|
-
"@anthropic-ai/sdk": "0.
|
|
94
|
-
"@clack/prompts": "^1.
|
|
92
|
+
"@ai-sdk/xai": "^3.0.93",
|
|
93
|
+
"@anthropic-ai/sdk": "0.102.0",
|
|
94
|
+
"@clack/prompts": "^1.5.1",
|
|
95
95
|
"@llmgateway/ai-sdk-provider": "3.8.0",
|
|
96
96
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
97
97
|
"@mozilla/readability": "0.6.0",
|
|
98
98
|
"@openrouter/ai-sdk-provider": "2.9.0",
|
|
99
|
-
"@opentui/react": "0.
|
|
100
|
-
"ai": "^6.0.
|
|
99
|
+
"@opentui/react": "0.4.1",
|
|
100
|
+
"ai": "^6.0.197",
|
|
101
101
|
"ghostty-opentui": "1.5.0",
|
|
102
102
|
"ignore": "^7.0.5",
|
|
103
103
|
"isbinaryfile": "6.0.0",
|
|
104
104
|
"jsonrepair": "^3.14.0",
|
|
105
105
|
"linkedom": "0.18.12",
|
|
106
106
|
"linkify-it": "5.0.1",
|
|
107
|
-
"marked": "18.0.
|
|
107
|
+
"marked": "18.0.5",
|
|
108
108
|
"neovim": "5.4.0",
|
|
109
|
-
"react": "19.2.
|
|
110
|
-
"shiki": "4.
|
|
109
|
+
"react": "19.2.7",
|
|
110
|
+
"shiki": "4.2.0",
|
|
111
111
|
"strip-ansi": "7.2.0",
|
|
112
112
|
"tree-sitter-wasms": "0.1.13",
|
|
113
113
|
"ts-morph": "28.0.0",
|
|
114
|
-
"undici": "^8.
|
|
114
|
+
"undici": "^8.4.1",
|
|
115
115
|
"vercel-minimax-ai-provider": "^0.0.2",
|
|
116
116
|
"web-tree-sitter": "0.25.10",
|
|
117
117
|
"zod": "4.4.3",
|
|
118
118
|
"zustand": "5.0.14"
|
|
119
119
|
},
|
|
120
120
|
"optionalDependencies": {
|
|
121
|
-
"@opentui/core-darwin-arm64": "0.
|
|
122
|
-
"@opentui/core-darwin-x64": "0.
|
|
123
|
-
"@opentui/core-linux-arm64": "0.
|
|
124
|
-
"@opentui/core-linux-x64": "0.
|
|
125
|
-
"@opentui/core-win32-arm64": "0.
|
|
126
|
-
"@opentui/core-win32-x64": "0.
|
|
121
|
+
"@opentui/core-darwin-arm64": "0.4.1",
|
|
122
|
+
"@opentui/core-darwin-x64": "0.4.1",
|
|
123
|
+
"@opentui/core-linux-arm64": "0.4.1",
|
|
124
|
+
"@opentui/core-linux-x64": "0.4.1",
|
|
125
|
+
"@opentui/core-win32-arm64": "0.4.1",
|
|
126
|
+
"@opentui/core-win32-x64": "0.4.1"
|
|
127
127
|
}
|
|
128
128
|
}
|