Releases: vimtor/opencode-plugins
Releases · vimtor/opencode-plugins
Release list
opencode-quick-links@1.1.0
Minor Changes
- b311243: Add an optional keybind plugin setting for opening Quick Links. Configure or disable the shortcut through plugin options instead of OpenCode's built-in-only keybind overrides.
opencode-quick-quote@0.1.1
Patch Changes
- d790bb3: Keep assistant replies to the same user prompt quotable together, including follow-ups after background notifications.
opencode-quick-links@1.0.1
Patch Changes
- 74ff086: Hide HTTP/HTTPS protocols in link previews and clarify the conversation links search placeholder.
opencode-quick-quote@0.1.0
Initial release: inline quote autocomplete for OpenCode V2. Type > at the start of any prompt line to search paragraphs from the last assistant reply, then press Enter to insert a Markdown blockquote.
opencode-quick-links@1.0.0
Major Changes
- 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in
opencode.json(c)and terminal plugins in globalcli.json.
Patch Changes
- 2ae2b2a: Exclude Markdown closing punctuation and text after unmatched closing parentheses from extracted links while preserving balanced URL parentheses.
opencode-postgres@1.0.0
Major Changes
- 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in
opencode.json(c)and terminal plugins in globalcli.json.
opencode-mysql@1.0.0
Major Changes
- 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in
opencode.json(c)and terminal plugins in globalcli.json.
opencode-keep-going@1.0.0
Major Changes
- 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in
opencode.json(c)and terminal plugins in globalcli.json.
opencode-exit-plan@1.0.0
Major Changes
- 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in
opencode.json(c)and terminal plugins in globalcli.json.
opencode-quick-links@0.1.1
Patch Changes
- ecdc427: Test automated trusted publishing for quick links.