Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 00:01

Memory

The plugin can now carry things between chats.

After each reply, a small model checks whether anything in the exchange is worth knowing next time — how a folder is organised, how you want answers written, a fact you'd otherwise repeat. Suggestions appear under the chat as Add to memory?; tap one to keep it, ✕ to skip, or collapse the strip to get it out of the way. Nothing is kept unless you tap it.

Kept memories work like CLAUDE.md: added to the system prompt on every message, in every chat. Edit or delete them in Settings → Yaaiop → Memory, up to 50.

It costs tokens on every call, which is why it ships off. Memories are re-sent with every message, and each reply triggers one extra request to a small model. Turn it on in settings.

Memories are stored in the plugin's data.json with your other settings, never written into your notes — the plugin stays read-only about the vault.

Also

  • Providers gained a structured-output call and a designated cheap utility model, so background work never runs at chat prices. Adding a provider is still one adapter file.

Full Changelog: 0.2.0...0.3.0