Core
- 09aedb4 feat: add VERSION constant synchronization in bin file during publish
- 415509e feat: add plugin.json version synchronization in publish script
- e1ccc2d feat: add automated npm publishing script with changelog generation
- aac915e fix: use GITHUB_REPOSITORY env var in changelog script
- 02e0f7a feat: add schema build script
- 980e8b2 feat: auto-add $schema to config files during verification
- d464897 fix: improve TMPDIR override detection and implement strict mode
- 9b3e56c fix: handle TMPDIR edge cases in override detection
- e890307 feat: add paranoid mode support to OpenCode plugin
- a6abab9 fix: use cwd from hook input instead of tool_input.workdir
- 819ab9a fix: update HookInput type to match Claude Code schema
- e1a0700 fix: handle undefined cwd in loadConfig
- 1435c59 feat: display blocked segment in OpenCode plugin errors
- 2f58977 feat: display blocked segment in deny output
- 91acb1b feat: add AnalyzeResult type for structured block info
- 1e298cb feat: rewrite from python to typescript
Claude Code
- ac46e94 fix: remove extra quotes from hook command path