Releases: MemTensor/memmy-agent
Release list
Memmy v1.1.4
Memmy v1.1.4
Fixes
- Account mode now applies its dedicated Memory models with correct role routing, clears stale BYOK connections, and preserves the selected local Embedding option.
- Incremental Agent-history scans retain their saved progress and avoid importing a long conversation's earlier turns again when new messages arrive.
- Each Agent conversation turn now produces one memory instead of many fragments from tool-heavy exchanges; oversized content is truncated on a UTF-8 boundary with a visible marker.
- Upgrades preserve existing Agent-source scan checkpoints and deduplication records, preventing duplicate scans after account changes.
- Fixed native SQLite asset loading and cache reuse when Memory runs as a
pkgexecutable. - Fixed local AgentSourceCore dependency resolution when building the macOS Memory runtime.
- Imported Memory requests are now size-bounded, and v1.1.4 update paths receive explicit verification.
- Release drafting now routes reviewed notes through Doc Agent, sanitizes the public release body, and validates English-only public notes before creating a Draft.
Upgrade Notes
- Memmy Desktop and Agent are version
1.1.4. The bundled Memory service, viewer, andmemmy-memoryCLI use the independent version2.1.2.
Downloads
- Windows x64 (China): Memmy-1.1.4-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.1.4-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.1.4-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.1.4-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. Before creating the Draft, the workflow verifies Normal OSS objects with Content-MD5 and Multipart objects with OSS CRC-64/XZ.
Memmy v1.1.3
Memmy v1.1.3
Fixes
- Fixed packaged Memory startup and restart on Windows and macOS. Memmy Desktop now starts its bundled Memory runtime directly, avoiding Windows scheduled-task permission failures and macOS service-manager restart races.
- Fixed Memory viewer restart after quitting Memmy Desktop. Background Memory can reload its configuration and restart its service after the Desktop connection has closed, including repeated restarts.
- Desktop now upgrades older Memory runtimes that it owns to the bundled version after existing migrations finish and database locks are released. Compatible standalone installations and newer runtimes are preserved.
- Fixed Linux CLI release builds selecting an older branch when a branch and release tag share the same name.
- Custom BYOK models outside the built-in capability catalog can now receive image inputs instead of being treated as text-only. Models explicitly marked as text-only retain the existing fallback.
- Account-based Memory summaries now use the dedicated summary model, including legacy configuration migration.
- Windows Memory background services now use a hidden launcher with file logging, preventing a persistent command window during login and service restarts. Task definitions preserve Unicode paths, and ending the scheduled task also stops its Memory child after a short cleanup window. Existing launchers are refreshed during installation, start, and compatible-runtime reuse. A denied update to an old scheduled task no longer blocks Desktop from using or starting Memory.
Upgrade Notes
-
Memmy Desktop and Agent are version
1.1.3. The bundled Memory service, viewer, andmemmy-memoryCLI use the independent version2.1.1. -
Memory continues running after Desktop exits unless Stop Memory when quitting is enabled. Standalone Memory CLI installations retain their operating-system service management.
Fixes
-
Fixed Memory startup and restart issues in the Windows and macOS installers. The desktop client directly manages the Memory provided with the package, avoiding conflicts between Windows scheduled task permission errors and macOS system service restarts.
-
Fixed an issue where Memory could not restart from the viewer after exiting the desktop client. Memory can still reload its configuration and restart the service after the desktop connection is lost, supporting continuous restarts.
-
The desktop client will upgrade its managed runtimes to the included version after the old Memory has completed migration and released the database lock; it retains compatible standalone installations and newer versions.
-
Fixed an issue where the build would retrieve the old branch when the version branch and tag name were the same when releasing the Linux CLI.
-
Custom BYOK models can now accept image input even when they are not included in the built-in capability directory; models explicitly marked as supporting only text will still use the original rollback method.
-
Memory summaries in account mode now use a dedicated summary model and are compatible with old configuration migrations.
-
The Windows Memory background service now uses a hidden launcher and writes logs to a file to avoid leaving a command window when logging in and restarting the service. Task definitions are compatible with Chinese paths; after ending a scheduled task, its Memory child process will stop after a brief window cleanup; the old launcher will be updated when installing, starting, or reusing existing compatible runtimes. When an old scheduled task fails to update due to insufficient permissions, it will no longer block the desktop client from using or starting Memory.
Upgrade Notes
-
The desktop client and Agent version is
1.1.3; the Memory, viewer, andmemmy-memoryCLI included with the package are upgraded independently to2.1.1. -
When "Stop Memory on Exit" is not enabled, Memory continues to run in the background after exiting the desktop client. The separately installed Memory CLI retains the system service management method.
Downloads
- Windows x64 (China): Memmy-1.1.3-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.1.3-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.1.3-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.1.3-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. Before creating the Draft, the workflow verifies Normal OSS objects with Content-MD5 and Multipart objects with OSS CRC-64/XZ.
Memmy v1.1.2
Memmy v1.1.2
Highlights
- Added a standalone, independently versioned Memory service and browser viewer. The viewer brings Overview, Memories, Tasks, Experiences, World Models, Skills, User Memories, Analytics, Logs, and Settings into one place.
- Moved built-in Cross-Agent discovery, history import, and integration management into Memory itself for Cursor, Claude Code, Codex, OpenCode, OpenClaw, Hermes, DeepSeek Harness, WorkBuddy, Pi, and QwenWork. Scans support startup and scheduled synchronization, incremental resume, progress reporting, pause, and stop controls.
- Added a slash-command menu to the terminal UI, with live Gateway commands, search and filtering, keyboard navigation and completion, plus safe local
/stop,/last-compaction, and/quitactions.
Agent and CLI improvements
memmy onboardnow opens the interactive setup flow by default. Usememmy onboard --defaultsfor non-interactive initialization or refresh; the terminal documentation has been reorganized around the current CLI and TUI flows.- Enabled the image-generation tool gate by default while continuing to honor an explicit
enabled: falsesetting. - Memory-backed L3 context is now refreshed before every system-prompt build, so later turns can see updated World Model context while retaining the last successful snapshot across transient read failures.
- Improved compatibility with Claude Sonnet 5 and Claude Opus 4.7/5 endpoints by omitting unsupported temperature fields.
Memory improvements
- Added
memmy-memory install,upgrade, and service lifecycle flows for versioned standalone runtimes. Runtime archives are checksum-verified, activated atomically, registered with the platform user service manager, health-checked, and protected against accidental downgrades. - Memmy Desktop now leaves the standalone Memory service running after the desktop app exits by default. A new Stop Memory when quitting setting opts back into stopping it, and the CLI stop flow verifies the local service before requesting shutdown.
- Long inputs for known OpenAI embedding models are now tokenized and split with a safe 7,500-token ceiling. OpenAI-compatible deployment aliases can opt into the same handling with
memmyMemory.embedding.maxInputTokensorMEMMY_EMBEDDING_MAX_INPUT_TOKENS. - Improved large Agent-history imports by tracking targeted summary and indexing progress, isolating token-limit failures, avoiding unnecessary deterministic retries, and tolerating Agent Skill links that disappear during a scan.
Desktop, setup, and migration reliability
- The desktop composer now accepts supported pasted document and text files in addition to pasted images.
- Settings can filter local BYOK token usage by model, distinguish duplicate model names by endpoint or preset, and refresh usage when the Token tab regains focus. Usage recording also follows the active
MEMMY_HOME. - Model settings now distinguish Memmy Platform local Embedding, cloud Embedding, and custom Embedding assignments. An unconfigured account assignment is no longer silently treated as local.
- First-use reports now hide model planning preambles and internal task-context payloads, strip raw HTML while preserving visible text, and disable unnecessary thinking output for the account report model.
- Windows packaged installs now expose the
.cmdCLI launchers through the userPATH, preserve unrelated and expanded-path entries, and make the launch-at-login setting reflect the effective registered startup command. - Hardened Windows upgrades and installation-directory moves with source and target validation, junction checks, transactional data relocation, rollback and interrupted-upgrade recovery, and protection against unrelated existing runtimes.
- Desktop packaging now prunes only verified non-runtime dependency files with fail-closed guards, while Linux CLI installs include the workspace dependencies required by packaged migrations.
Upgrade notes
- Memory, its viewer, and
memmy-memorynow have the independent component version2.1.0; this is intentionally separate from the Memmy application version1.1.2. - Scripts that previously used
memmy onboard --wizardmust switch tomemmy onboard. Unattended setup should usememmy onboard --defaults. - Existing configurations whose Memory summary timeout is exactly the legacy default of 45 seconds are migrated to 180 seconds. User-defined timeout values are preserved.
- After upgrading, quitting Memmy Desktop no longer stops Memory unless Stop Memory when quitting is enabled.
- Image generation is enabled by default at the tool-gate level. Set
tools.imageGeneration.enabled: falseto retain an explicitly disabled configuration.
Downloads
- Windows x64 (China): Memmy-1.1.2-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.1.2-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.1.2-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.1.2-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. Before creating the Draft, the workflow verifies Normal OSS objects with Content-MD5 and Multipart objects with OSS CRC-64/XZ.
Memmy v1.1.1
Memmy v1.1.1
Highlights
- Added headless Goal execution for Memmy Agent, including durable project binding and multiline objectives, so long-running automation can be launched and resumed from the CLI without an interactive terminal.
- Added a one-line Linux CLI installer with managed systemd gateway lifecycle commands and documented setup paths for both international and China users.
- Restored local embedding model selection and made account-mode model changes stay synchronized across backend state, runtime configuration, and Desktop settings.
Agent and CLI improvements
- Goal commands now preserve multiline instructions, resolve the intended terminal target, and require the correct project binding before headless execution.
- Linux installs can build and verify the CLI archive, bootstrap Memmy with a single command, and manage the local gateway through systemd with explicit start, stop, restart, status, and log flows.
- Root-terminal option handling and gateway lifecycle coverage were expanded to keep interactive and headless entry points consistent.
Memory improvements
- Memory retrieval layers can now be configured explicitly, including bounded observation and session-layer behavior used by Agent integrations.
- Memory CLI setup and generated Agent instructions now carry the required project and retrieval configuration without losing existing user settings.
- Session turn capture, REST contracts, and Memory configuration tests were extended for the new retrieval behavior.
Desktop and setup reliability
- Local embedding selections are preserved when switching account modes, while deleted models are pruned from stale workspace assignments and runtime projections.
- Windows keeps memory refresh available without exposing unsupported drawer controls, and update launching now preserves Unicode installer paths.
- BYOK setup and model workspace feedback more clearly reflect saved, synchronized selections across login, settings, and token-detail flows.
Downloads
- Windows x64 (China): Memmy-1.1.1-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.1.1-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.1.1-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.1.1-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. Before creating the Draft, the workflow verifies Normal OSS objects with Content-MD5 and Multipart objects with OSS CRC-64/XZ.
Memmy v1.1.0
Memmy v1.1.0
Highlights
- Added project-scoped World Models that learn a workspace's environment, durable working contract, and domain knowledge, then make that context available to Memmy Agent and supported connected Agents.
- Made long Agent work more resilient with mid-turn context compaction and validated, transactional multi-file patch editing.
- Reworked Windows upgrade data handling to preserve authoritative account, model, and runtime state across direct, silent, cross-volume, and interrupted upgrades.
Memory improvements
- Memory now maintains general rules and safety constraints separately from workspace-scoped environment profiles, project contracts, and domain knowledge. The Desktop World Model view labels project entries with their workspace and displays these fields directly.
- Project profiles are built from bounded scans of workspace structure, manifests, toolchains, runtime versions, and build, test, and check commands. Sensitive paths, symlinks, binary artifacts, and ignored dependency or build directories are excluded.
- Updated the Codex, Claude Code, Cursor, OpenCode, OpenClaw, DeepSeek Harness, and Hermes integrations so scoped project context can be loaded at session boundaries and refreshed after compaction.
- User Memory now confirms repeated durable facts or preferences, applies explicit corrections to existing records, avoids echoing freshly captured turns, and can show recall evidence beside earlier completed responses.
- Windows Desktop can now sync supported Agent histories stored inside WSL distributions.
Agent improvements
- Long, tool-heavy turns can compact older provider context after completed tool iterations while preserving current-turn tool results and the full saved transcript. The conversation transcript loading limit was also raised from 8 MB to 128 MB.
- File edits now use a validated workspace-relative patch format with add, update, delete, and move support. Conflicting or failed multi-file changes are rolled back, and Desktop edit traces identify the affected file or file count.
- Recognized BYOK model presets now receive model-specific context-window and output-token defaults unless explicitly overridden. Added image input support for the experimental DeepSeek V4 Flash vision route.
- Composio MCP tools are reloaded after the Desktop backend writes startup configuration, allowing them to become available without restarting Memmy. MCP discovery and calls also use bounded timeouts.
Desktop and update reliability
- Managed Memory startup and database migrations now continue in the background so the Desktop remains responsive; runtime configuration is refreshed once Memory is ready.
- Windows upgrades now migrate install-local account and runtime data transactionally, validate account and model consistency, retain a boot-verified rollback window, and recover stale relay or installer state without merging unrelated data generations.
- Update downloads must be non-empty and complete before being marked ready. macOS DMGs that fail staging are discarded instead of being reused for installation.
- Polished the chat composer, queued-message steer action, and workspace branch menu, including clearer branch-creation context, a five-row scrollable list, and restored keyboard focus.
Downloads
- Windows x64 (China): Memmy-1.1.0-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.1.0-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.1.0-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.1.0-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. Before creating the Draft, the workflow verifies Normal OSS objects with Content-MD5 and Multipart objects with OSS CRC-64/XZ.
Memmy v1.0.9
Memmy v1.0.9
Highlights
- Added a first-class Git workspace view to Agent conversations. You can inspect repository and branch state, review file changes and rendered diffs, see Goal evidence, and switch or create local branches without leaving Memmy.
- Introduced a dedicated User Memory layer for facts, preferences, and explicit directives, together with per-turn evidence showing which memories supported an Agent response.
- Added an in-app desktop update experience with update notifications, download progress, restart-to-install controls, and background preparation for managed updates on macOS and Windows.
Agent and workspace improvements
- Improved image handling by checking the selected model's input capabilities before sending and using the account image-to-text fallback only when appropriate.
- TUI follow-ups can now steer an active Goal turn instead of waiting behind it.
- Moved conversation-source scanning into an isolated process, improving resilience when importing compressed Agent histories.
Memory improvements
- User Memory now captures and consolidates user facts, preferences, and directives independently from raw traces and Agent experience, with searchable list, detail, and deletion views.
- Agent responses can show recalled memories with their layer, recall score, source conversation or Skill, and delete/undo controls.
- Hardened the layered Memory lifecycle so compatible Skills are consolidated, outdated downstream knowledge follows changes in its source evidence, and Skills discovered from connected Agents can be recalled across Agents.
Desktop and setup reliability
- BYOK setup now surfaces save failures, disables actions while saving, supports retries, and reuses existing endpoint identities to avoid duplicates after API-key re-entry.
- Existing installations with legacy model configuration are repaired during upgrade, while Agent Gateway startup failures no longer force the desktop app to exit and are retried in the background.
- Windows configuration repair now resolves ACL tools from verified system locations, including installations under paths containing spaces.
- Kept China phone-login and International email-login sessions isolated so credentials cannot cross desktop editions.
- Refined the Settings token-usage layout so the complete usage breakdown remains ahead of the invitation card.
Downloads
- Windows x64 (China): Memmy-1.0.9-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.0.9-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.0.9-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.0.9-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. The workflow also verifies every OSS object against its Content-MD5 header before publishing.
Memmy v1.0.8
Memmy v1.0.8
Highlights
- Made custom Agent onboarding more flexible with an optional conversation-history path and a simpler unified Agent selector.
- Improved Memory reliability and responsiveness with safer desktop service recovery and parallel turn routing and recall.
Agent improvements
- You can now provide a custom Agent's conversation-history file or directory when connecting it. If left blank, Memmy continues to discover the location automatically.
- Combined preset selection and custom Agent naming into one keyboard-accessible field for a simpler setup flow.
Desktop improvements
- Memory overview count cards now open their corresponding Memories, Policies, World Model, and Skills pages.
- Added a locale-aware documentation link beside the Memory service status.
- Improved recovery from stale or still-starting Memory service locks, reducing startup failures after an interrupted or abnormal shutdown.
Memory improvements
- Turn routing and Memory retrieval now run in parallel, reducing avoidable waiting at the start of a turn while preserving routing evidence.
- Memory service shutdown now closes the HTTP server and storage backend cleanly before releasing its database lock.
Packaging and reliability
- Hardened Windows packages by validating the bundled native database modules for both Memory and Memmy Agent against the Windows x64 Electron runtime.
- Hardened packaged runtime configuration and version-consistency checks across macOS and Windows.
- Added packaged-runtime smoke checks and migration-state compatibility checks for existing v1 and current v2 upgrade state.
Downloads
- Windows x64 (China): Memmy-1.0.8-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.0.8-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.0.8-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.0.8-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. The workflow also verifies every OSS object against its Content-MD5 header before publishing.
Memmy v1.0.7
Memmy v1.0.7
Highlights
- Added long-running Goals that persist across turns, continue automatically, and expose clear pause, resume, edit, and clear controls with blocked and quota-limited states.
- Rebuilt model configuration around a multi-model workspace. You can add provider connections and models, assign models by capability, choose a conversation model per session, test connections, and switch away from unavailable configurations.
- Added built-in DeepSeek Harness integration, including local session discovery, history import, and installation of the Memmy Memory plugin and Skill.
Agent and integration improvements
- Unified GUI and TUI work around the same session queue. Queued requests are visible in chat, labeled by source, removable, and can steer the active turn without losing their place.
- Improved Goal and queue reliability so capped turns finalize cleanly, queued follow-ups continue, and active steering remains consistent as turns change.
- Added an account-model image-to-text fallback when the main model cannot accept image input, with clearer errors when visual analysis or the selected model is unavailable.
- Improved model error handling so stale or removed selections are rejected before sending and users can open model configuration directly from the error state.
Desktop and Memory improvements
- Expanded custom-model management with provider logos, persistent connection-test status, clearer default-model actions, safer deletion rules, and better handling of long model names and dense layouts.
- Moved detailed token usage inline in Settings, with breakdowns for platform and custom models, capabilities, input/output tokens, and individual models.
- Reduced irrelevant Memory recall by filtering low-confidence matches and preserving accurate relevance scores when rewritten-query results are merged.
- Improved large history imports and Memory dashboard reads with bounded processing batches and more efficient statistics queries.
- Added platform-specific microphone-permission guidance and fixed Markdown rendering so single tildes remain intact.
Packaging and reliability
- Fixed Windows packages to include the local API contracts and migration modules required by the bundled Memory runtime.
- Added versioned upgrade migrations for existing model configurations and Goal state, reducing configuration loss and inconsistent state after updating.
Downloads
- Windows x64 (China): Memmy-1.0.7-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.0.7-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.0.7-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.0.7-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed exe and run the installer. On Apple Silicon Macs, download the appropriate signed dmg, open it, and drag Memmy to Applications.
Checksums
Verify downloads with MD5SUMS.txt or SHA256SUMS.txt attached to this release. The workflow also verifies every OSS object against its Content-MD5 header before publishing.
Memmy v1.0.6
Memmy v1.0.6
Highlights
- Expanded Cross-Agent access with built-in Pi and qwenwork history scanning, first-report sampling, and on-demand shared Memory through the Memmy Skill.
- Made Add another Agent easier and safer with presets for Kimi Code, Zcode, MiniMax Code, and Coder, plus custom names. Memmy now verifies a real local installation before importing history or installing a Skill, and hides unverified drafts.
- Reworked Agent and Memory failure notices with localized guidance, expandable technical details, clearer quota-exhaustion states, scheduled-retry status, and direct retry or settings actions.
Agent and integration improvements
- Fixed Windows Hook commands so paths are quoted correctly for
cmd.exeand PowerShell. - Claude Code tool results are no longer mistaken for the user's query when completed turns are captured into Memory.
- The OpenAI-compatible Chat Completions endpoint now reports real prompt, completion, and total token usage, including aggregated usage when an empty response is retried.
Desktop and Memory improvements
- User UTC offsets now flow consistently through Agent configuration, Memory capture and retrieval, date filters, dashboard grouping, and displayed timestamps.
- Improved search precision for one- and two-character ASCII terms by preventing generic JSON metadata keys from outranking real Memory matches.
- Account email addresses and phone numbers are now masked in the sidebar and Settings.
- Fixed the conversation composer so multiline drafts continue growing and remain scrollable instead of clipping wrapped text.
- Onboarding reports no longer expose internal report or task-context wrapper tags.
- The startup splash now follows the saved language or package edition, international first-run Settings correctly show English, and Windows tray settings use platform-appropriate copy.
Packaging and reliability
- Windows packaged builds now keep runtime and application data under the installation directory and migrate existing per-user data when needed.
- Added a guarded
clear-all-windows.ps1utility for removing verified Memmy installations, runtime data, updater state, and CLI artifacts. - macOS packages now use edition-specific Chinese or English microphone permission descriptions.
What's Changed
- memmy-agent: Let every AI remember the same you-V1.0.6 by @ZongYue99 in #201
- release: prepare Memmy v1.0.6 by @syzsunshine219 in #209
Full Changelog: v1.0.5...v1.0.6
Downloads
- Windows x64 (China): Memmy-1.0.6-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.0.6-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.0.6-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.0.6-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed and run the installer. On Apple Silicon Macs, download the appropriate signed , open it, and drag Memmy to Applications.
Checksums
Verify downloads with or attached to this release. The workflow also verifies every OSS object against its header before publishing.
Memmy v1.0.5
Memmy v1.0.5
Highlights
- Improved time-aware Memory recall. Requests with a concrete time range can now retrieve matching L1 trace summaries in chronological context.
- Made episodic Memory capture more reliable by committing routing, raw turns, and L1 records only after a turn completes. Cancelled, interrupted, and structurally incomplete turns no longer reserve an episode or create durable L1 memories.
- Added QR-based Feishu bot setup through the official Lark flow, while retaining manual App ID and App Secret configuration as a fallback.
Agent and integration improvements
- Refined the first-report handoff for detected Cursor, Claude Code, Codex, OpenCode, OpenClaw, Hermes, and WorkBuddy installations, with prompt-copy fallback and Memory lookup verification when permission allows.
- Codex integration setup now registers, trusts, and verifies only the two user-level Memmy hooks it installs.
- Structured quota-exhaustion errors are now propagated consistently across supported providers and the desktop UI, without mistaking ordinary response text for a quota failure.
- Invalid existing Agent configuration files now fail with a clear error instead of silently reverting to defaults; missing configuration files still retain first-run behavior.
- When the Memmy Memory service is unavailable, Agent turns continue but show an explicit warning instead of making a silent fallback look like an empty recall.
Desktop and Memory improvements
- Reworked the onboarding report around user preferences and the latest task, and now preserves the generated report as a real chat and handoff memory instead of rerunning the Agent after onboarding.
- Expanded the guided product tour across Memory logs, connected Agents, sync settings, the Memory overview, and tools; the flow adapts when scan permission is declined.
- Memory detail views now provide direct navigation between related traces, tasks, policies, world-model entries, and skills.
- Strengthened L3 evidence validation and episode reward processing, including safer handling of negative outcomes and reusable avoidance guidance.
- Agent-source scan permission is now installation-scoped, so the same local installation uses one consistent choice across account contexts.
- Settings now show configured invitation reward amounts and clearer BYOK usage copy.
Packaging notes
- Consolidated macOS and Windows packaging behind parameterized scripts for version, architecture, edition, and signing mode.
- Desktop packages now exclude dependency tests, documentation, examples, and coverage files from the runtime payload.
- Packaged builds now prepare and include the default local embedding model as an application resource.
Artifact verification
- Before publication, all four signed installers were downloaded again from OSS and matched their published Content-MD5 and object size; both macOS disk images also passed
hdiutil verify.
What's Changed
- test: align v1.0.4 expectations by @Wang-Daoji in #113
- chore(release): add v1.0.4 notes and align versions by @syzsunshine219 in #115
- memmy-agent: Let every AI remember the same you by @ZongYue99 in #117
- memmy-agent: Let every AI remember the same you - V1.0.5 by @ZongYue99 in #172
- chore(release): publish Memmy v1.0.5 by @syzsunshine219 in #174
Full Changelog: v1.0.4...v1.0.5
Downloads
- Windows x64 (China): Memmy-1.0.5-win32-x64-cn-signed.exe
- Windows x64 (International): Memmy-1.0.5-win32-x64-intl-signed.exe
- macOS Apple Silicon (China): Memmy-1.0.5-darwin-arm64-cn-signed.dmg
- macOS Apple Silicon (International): Memmy-1.0.5-darwin-arm64-intl-signed.dmg
Installation
On Windows, download the appropriate signed and run the installer. On Apple Silicon Macs, download the appropriate signed , open it, and drag Memmy to Applications.
Checksums
Verify downloads with or attached to this release. The workflow also verifies every OSS object against its header before publishing.