@proxysoul/soulforge 2.7.0 → 2.9.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/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  <br/><br/>
21
21
 
22
- <img src="assets/main-1.png" alt="SoulForge" width="900" />
22
+ <img src="assets/intro.gif" alt="SoulForge" width="900" />
23
23
 
24
24
  <br/>
25
25
 
@@ -129,6 +129,10 @@ SoulForge already knows. On startup it builds a **live dependency graph** of you
129
129
  <td><strong>4-tier intelligence</strong></td>
130
130
  <td>LSP, ts-morph, tree-sitter, regex. 33 languages. Dual LSP: Neovim bridge when the editor is open, standalone servers when it's not. <a href="docs/architecture.md">More</a></td>
131
131
  </tr>
132
+ <tr>
133
+ <td><strong>Persistent memory</strong></td>
134
+ <td>Optional <a href="https://github.com/milla-jovovich/mempalace">MemPalace</a> integration. Compaction v2 automatically saves decisions, discoveries, and failures to a searchable knowledge graph. Agent diary persists across sessions. Zero extra tokens. <a href="docs/compaction.md#mempalace-integration">More</a></td>
135
+ </tr>
132
136
  </table>
133
137
 
134
138
  </details>
@@ -145,6 +149,8 @@ SoulForge already knows. On startup it builds a **live dependency graph** of you
145
149
 
146
150
  The `soul_vision` tool renders images and videos directly in chat. Pixel-perfect on supported terminals, high-quality terminal art everywhere else. Videos are converted to animated GIF via ffmpeg (two-pass palette encoding).
147
151
 
152
+ > **Kitty ≥ 0.38 note:** Pixel-perfect images require [Kitty ≤ 0.37](https://github.com/kovidgoyal/kitty/releases/tag/v0.37.0). Kitty 0.38+ introduced a new [text sizing protocol](https://sw.kovidgoyal.net/kitty/text-sizing-protocol/) (0.40) with strict Unicode grapheme segmentation that changed how combining diacritics on U+10EEEE placeholder characters are processed. opentui's native Zig renderer doesn't emit the combining marks correctly for supplementary plane codepoints, so kitty can't map placeholders to image regions. [Kitty ≤ 0.37](https://github.com/kovidgoyal/kitty/releases/tag/v0.37.0) and Ghostty work perfectly. We're tracking the upstream opentui fix.
153
+
148
154
  <table>
149
155
  <thead>
150
156
  <tr>
@@ -163,7 +169,7 @@ The `soul_vision` tool renders images and videos directly in chat. Pixel-perfect
163
169
  <td>Animated</td>
164
170
  <td>Animated</td>
165
171
  <td>Kitty graphics protocol + Unicode placeholders</td>
166
- <td>Full support, the gold standard</td>
172
+ <td>Kitty 0.37 only — see note above</td>
167
173
  </tr>
168
174
  <tr>
169
175
  <td><strong>Ghostty</strong></td>
@@ -554,6 +560,7 @@ See [GETTING_STARTED.md](GETTING_STARTED.md) for the full config reference.
554
560
  <tr><td><a href="docs/compound-tools.md">Compound Tools</a></td><td>read, multi_edit, rename_symbol, move_symbol, refactor, project</td></tr>
555
561
  <tr><td><a href="docs/project-tool.md">Project Tool</a></td><td>25+ ecosystems, pre-commit checks, monorepo discovery</td></tr>
556
562
  <tr><td><a href="docs/mcp.md">MCP Servers</a></td><td>Model Context Protocol integration, transports, configuration, lifecycle</td></tr>
563
+ <tr><td><a href="docs/compaction.md#mempalace-integration">MemPalace</a></td><td>Persistent memory via <a href="https://github.com/milla-jovovich/mempalace">MemPalace</a>. Compaction auto-saves to knowledge graph, agent diary, semantic search</td></tr>
557
564
  <tr><td><a href="docs/commands-reference.md">Commands</a></td><td>All 86 slash commands</td></tr>
558
565
  <tr><td colspan="2"><strong>Usage</strong></td></tr>
559
566
  <tr><td><a href="docs/headless.md">Headless Mode</a></td><td>CLI flags, JSON/JSONL output, CI/CD integration</td></tr>