@proxysoul/soulforge 2.18.6 → 2.19.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.
@@ -2046,7 +2046,8 @@ var handlers = {
2046
2046
  numbered,
2047
2047
  totalLines,
2048
2048
  truncated,
2049
- start
2049
+ start,
2050
+ hash: Bun.hash(content).toString(16)
2050
2051
  };
2051
2052
  },
2052
2053
  compressShellOutput: async (raw) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.18.6",
3
+ "version": "2.19.0",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -66,6 +66,7 @@
66
66
  "postinstall": "bun scripts/postinstall.mjs"
67
67
  },
68
68
  "devDependencies": {
69
+ "@ast-grep/cli": "^0.43.0",
69
70
  "@babel/core": "7.29.0",
70
71
  "@biomejs/biome": "2.4.15",
71
72
  "@types/babel__core": "7.20.5",
@@ -98,6 +99,7 @@
98
99
  "@opentui/react": "0.2.16",
99
100
  "ai": "^6.0.189",
100
101
  "ghostty-opentui": "1.5.0",
102
+ "ignore": "^7.0.5",
101
103
  "isbinaryfile": "6.0.0",
102
104
  "jsonrepair": "^3.14.0",
103
105
  "linkedom": "0.18.12",