@proxysoul/soulforge 2.19.0 → 2.20.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.
@@ -23638,7 +23638,7 @@ var init_tree_sitter2 = __esm(() => {
23638
23638
  const lines = node.endPosition.row - node.startPosition.row + 1;
23639
23639
  if (lines >= TreeSitterBackend.MIN_HASH_LINES) {
23640
23640
  const hasArrow = node.namedChildren.some((c) => {
23641
- if (!c || c.type !== "variable_declarator")
23641
+ if (c?.type !== "variable_declarator")
23642
23642
  return false;
23643
23643
  return c.namedChildren.some((gc) => gc != null && (gc.type === "arrow_function" || gc.type === "function_expression"));
23644
23644
  });
@@ -29086,6 +29086,15 @@ var init_config = __esm(() => {
29086
29086
  NESTED_KEYS = ["editor", "theme", "editorIntegration", "codeIntelligence", "thinking", "performance", "contextManagement", "agentFeatures", "compaction", "retry", "addons"];
29087
29087
  });
29088
29088
 
29089
+ // src/core/cwd.ts
29090
+ function getCwd() {
29091
+ return _cwd;
29092
+ }
29093
+ var _cwd;
29094
+ var init_cwd = __esm(() => {
29095
+ _cwd = process.cwd();
29096
+ });
29097
+
29089
29098
  // src/core/intelligence/backends/lsp/server-registry.ts
29090
29099
  import { existsSync as existsSync8 } from "fs";
29091
29100
  import { join as join10 } from "path";
@@ -29131,7 +29140,7 @@ function resolveCommand(cmd) {
29131
29140
  return null;
29132
29141
  }
29133
29142
  function isServerDisabled(cmd) {
29134
- const cwd = process.cwd();
29143
+ const cwd = getCwd();
29135
29144
  const global2 = loadConfig();
29136
29145
  const project = loadProjectConfig(cwd);
29137
29146
  const disabled = project?.disabledLspServers ?? global2.disabledLspServers ?? [];
@@ -29159,6 +29168,7 @@ function findServersForLanguage(language) {
29159
29168
  var SERVER_CANDIDATES, MASON_BIN_DIR, SOULFORGE_BIN_DIR, BIN_SUFFIXES, probeCache;
29160
29169
  var init_server_registry = __esm(() => {
29161
29170
  init_config();
29171
+ init_cwd();
29162
29172
  init_platform();
29163
29173
  SERVER_CANDIDATES = {
29164
29174
  typescript: [{
@@ -281004,7 +281014,7 @@ class RegexBackend {
281004
281014
  name = "regex";
281005
281015
  tier = 4;
281006
281016
  cache = null;
281007
- initialize(_cwd) {
281017
+ initialize(_cwd2) {
281008
281018
  return Promise.resolve();
281009
281019
  }
281010
281020
  setCache(cache) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -67,8 +67,8 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@ast-grep/cli": "^0.43.0",
70
- "@babel/core": "7.29.0",
71
- "@biomejs/biome": "2.4.15",
70
+ "@babel/core": "7.29.7",
71
+ "@biomejs/biome": "2.4.16",
72
72
  "@types/babel__core": "7.20.5",
73
73
  "@types/bun": "1.3.14",
74
74
  "@types/linkify-it": "5.0.0",
@@ -83,7 +83,7 @@
83
83
  "@ai-sdk/anthropic": "^3.0.78",
84
84
  "@ai-sdk/deepseek": "^2.0.35",
85
85
  "@ai-sdk/fireworks": "^2.0.52",
86
- "@ai-sdk/google": "^3.0.78",
86
+ "@ai-sdk/google": "^3.0.80",
87
87
  "@ai-sdk/groq": "^3.0.39",
88
88
  "@ai-sdk/mcp": "^1.0.42",
89
89
  "@ai-sdk/mistral": "^3.0.37",
@@ -96,7 +96,7 @@
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.2.16",
99
+ "@opentui/react": "0.3.1",
100
100
  "ai": "^6.0.189",
101
101
  "ghostty-opentui": "1.5.0",
102
102
  "ignore": "^7.0.5",
@@ -115,14 +115,14 @@
115
115
  "vercel-minimax-ai-provider": "^0.0.2",
116
116
  "web-tree-sitter": "0.25.10",
117
117
  "zod": "4.4.3",
118
- "zustand": "5.0.13"
118
+ "zustand": "5.0.14"
119
119
  },
120
120
  "optionalDependencies": {
121
- "@opentui/core-darwin-arm64": "0.2.16",
122
- "@opentui/core-darwin-x64": "0.2.16",
123
- "@opentui/core-linux-arm64": "0.2.16",
124
- "@opentui/core-linux-x64": "0.2.16",
125
- "@opentui/core-win32-arm64": "0.2.16",
126
- "@opentui/core-win32-x64": "0.2.16"
121
+ "@opentui/core-darwin-arm64": "0.3.1",
122
+ "@opentui/core-darwin-x64": "0.3.1",
123
+ "@opentui/core-linux-arm64": "0.3.1",
124
+ "@opentui/core-linux-x64": "0.3.1",
125
+ "@opentui/core-win32-arm64": "0.3.1",
126
+ "@opentui/core-win32-x64": "0.3.1"
127
127
  }
128
128
  }