Skip to content

Commit 2a9d54f

Browse files
docs(blog): cite desktop regression evidence
Git-Session-Id: e8a1
1 parent 432e37c commit 2a9d54f

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

_posts/2026-09-18-gptme-0-34-0-release.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ excerpt: gptme 0.34.0 ships layered memory, safety hooks, and new model support.
1919
gptme 0.34.0 is out. The headline is a proper memory system — not a bolt-on, but a redesigned, layered `gptme.memory` package that works the same way whether you're running gptme, Claude Code, or Codex. Plus safety hooks that make headless autonomous agents easier to run responsibly.
2020

2121
> **Update, September 19:** Do not use the v0.34.0 desktop assets for a fresh
22-
> local setup. The first clean launch of the Linux AppImage found two
23-
> release-blocking defects: the Local server preset was rewritten to
24-
> `tauri://localhost` instead of the bundled server, and the frozen sidecar
25-
> omitted dynamically imported hook modules. The fixes have merged in
26-
> [gptme/gptme#3882](https://github.com/gptme/gptme/pull/3882) and
27-
> [gptme/gptme#3883](https://github.com/gptme/gptme/pull/3883), but v0.34.1 has
28-
> not been published yet. The CLI package is unaffected by these two desktop
29-
> defects.
22+
> local setup. A clean launch of the released Linux AppImage found two blockers:
23+
>
24+
> - [The Local server preset was rewritten to `tauri://localhost`](https://github.com/gptme/gptme/pull/3882)
25+
> instead of the bundled server. That fix includes the released-AppImage
26+
> reproduction, a working manual-URL control, and four regression tests.
27+
> - [The frozen sidecar omitted dynamically imported hook modules](https://github.com/gptme/gptme/pull/3883).
28+
> That fix records the released sidecar's import failures and a clean startup
29+
> from the patched PyInstaller build.
30+
>
31+
> Both fixes merged on September 19, but v0.34.1 has not been published yet.
32+
> The CLI package is unaffected by these two desktop defects.
3033
3134
## Memory gets a real architecture
3235

0 commit comments

Comments
 (0)