Skip to content

Releases: victalejo/opencode-plugin-cc

v0.1.4 — Multi-model rescue context, sessions, diff

24 May 17:03

Choose a tag to compare

Highlights

  • /opencode:rescue --context file1,file2 — inline file contents into the prompt so opencode skips discovery and gets straight to the task.
  • /opencode:sessions — list opencode sessions you can resume from this workspace (wraps opencode session list --format json).
  • /opencode:diff — show a git diff HEAD scoped only to files the last rescue touched.
  • README.es.md — full Spanish translation, plus a CI badge in the header.

Bug fixes from v0.1.3 (included)

  • Fixed /opencode:cancel on Git Bash / MSYS shells (taskkill /PID argument was being rewritten to a translated path).
  • /opencode:cancel now marks the job as cancelled even when taskkill returns non-zero.

Improvements

  • runOpencodeTurn reports session.opened and turn.running progress events mid-flight, so /opencode:status and /opencode:cancel can act on the real thread id without waiting for the turn to finish.

Full changelog: plugins/opencode/CHANGELOG.md