Skip to content

Release v0.44.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:53
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
4a6d71e

Codemem 0.44.0

This release updates memory search, cuts down on repeated memories in OpenCode, and makes sharing across devices more reliable. It also adds a way to investigate problems directly in the viewer.

What’s new

  • Updated memory search. Codemem uses a newer search engine and processes memories in batches, with improvements to keep large indexing jobs from holding up the viewer. Search by meaning remains part of the normal installation on supported platforms.

  • Fewer repeated reminders in OpenCode. Codemem avoids adding unchanged memories again when they’re already present. It also stops pulling another session’s summary into your current conversation as though it were the work you should continue. Useful facts from other sessions can still appear.

  • Smoother Team setup across devices. If you finish setup on one device, the others can pick up that result. This release also fixes repeated retry loops, double-counted devices, and cases where a Team conflict left new memories going to the wrong sharing destination.

  • Troubleshooting without digging through logs. The viewer now has a diagnostics drawer showing recent problems and suggested next steps, with sensitive details hidden by default. Health also shows how Codemem is adding memories to your conversations.

  • More reliable background work. Memory capture handles failures and retries more carefully. Processing large memory collections is better bounded so it doesn’t hold up the viewer.

Updating

Update Codemem through your usual installation method, then restart the viewer and your coding-agent session so they load the new version.

Back up your memory database before upgrading. If Codemem needs to update its search index, let that finish before checking search results. Search by meaning remains platform-dependent, including limitations on Intel Macs; keyword search is still available.

Thank you

Thanks to @nmorgowicz for their first contribution! Their hostname fix (#1603) keeps device names such as DNS hostnames from being reformatted incorrectly.

Full changelog: 0.43.2 → 0.44.0