Changelog¶
The full, authoritative changelog is the project's GitHub Releases page — every release ships main.js, manifest.json, and styles.css as downloadable assets alongside its notes.
Highlights¶
0.2.0¶
prompt:templates:{{ path.to.value }}context lookups (file, vault, date) and an opt-in{{= expression }}mini expression language, replacing the old single{{this file}}placeholder. See Context and Templating.
0.1.5¶
- Per-provider Model mappings in Settings — a
model:field onagent-buttonblocks, a live model dropdown for OpenCode, a curated static list for Claude Code, and a green/red connection-status dot per provider. See Model Mappings.
0.1.4¶
agent-buttonblocks can setagent: ClaudeCode/agent: OpenCodeto override the plugin-wide default per button. The plugin-wide setting was relabeled Default Agent for clarity.
0.1.0 – 0.1.3¶
- Initial release: the
agent-buttoncode block, live PTY-backed terminal,completion: manual/responseEnd,agentOutput: filecapture, and the settings tab.
See each release's own notes on GitHub for the full detail behind these.