Skip to content

Releases: vimtor/opencode-plugins

opencode-quick-links@1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 12:27
561d12e

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

Choose a tag to compare

@github-actions github-actions released this 09 Sep 15:46
f7b3b2c

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

Choose a tag to compare

@github-actions github-actions released this 09 Sep 10:14
8e7a8d5

Patch Changes

  • 74ff086: Hide HTTP/HTTPS protocols in link previews and clarify the conversation links search placeholder.

opencode-quick-quote@0.1.0

Choose a tag to compare

@vimtor vimtor released this 08 Sep 10:55
d17c92f

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

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:02
d876308

Major Changes

  • 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in opencode.json(c) and terminal plugins in global cli.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

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:02
d876308

Major Changes

  • 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in opencode.json(c) and terminal plugins in global cli.json.

opencode-mysql@1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:02
d876308

Major Changes

  • 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in opencode.json(c) and terminal plugins in global cli.json.

opencode-keep-going@1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:01
d876308

Major Changes

  • 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in opencode.json(c) and terminal plugins in global cli.json.

opencode-exit-plan@1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:02
d876308

Major Changes

  • 2ee40fc: Require OpenCode V2 (beta) and use its new plugin APIs. Configure server plugins in opencode.json(c) and terminal plugins in global cli.json.

opencode-quick-links@0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:36
7fa069f

Patch Changes

  • ecdc427: Test automated trusted publishing for quick links.