Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:36
· 11 commits to main since this release

OpenCode sessions get readable context and the same document write protection as every other host.

Features

  • --project targets any repository from config, status, and instructions remove.

Improvements

  • Pre-write hook checks large patches roughly thirty times faster.
  • hooks install explains plugin-loaded hooks instead of reporting the host as hookless.
  • config set rejects extra arguments with a message naming the key.

Fixes

  • OpenCode session context arrives as readable text, not escaped JSON.
  • .archcore/ documents are protected from apply_patch on OpenCode, Codex, and Copilot.
  • OpenCode write and edit calls no longer bypass the document guard.

Changelog

  • ea474ad feat: add opencode support, improve golang ctx
  • 2e1e3a7 docs: narrative
  • 0d65b72 chore: outdated docs