@proxysoul/soulforge 2.8.0 → 2.9.1

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
@@ -149,6 +149,8 @@ SoulForge already knows. On startup it builds a **live dependency graph** of you
149
149
 
150
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).
151
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
+
152
154
  <table>
153
155
  <thead>
154
156
  <tr>
@@ -167,7 +169,7 @@ The `soul_vision` tool renders images and videos directly in chat. Pixel-perfect
167
169
  <td>Animated</td>
168
170
  <td>Animated</td>
169
171
  <td>Kitty graphics protocol + Unicode placeholders</td>
170
- <td>Full support, the gold standard</td>
172
+ <td>Kitty 0.37 only — see note above</td>
171
173
  </tr>
172
174
  <tr>
173
175
  <td><strong>Ghostty</strong></td>