Skip to content

v1.0.2

Choose a tag to compare

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

Fixed

  • Codex RTK unwire deletes user PreToolUse hooks: unwire(Rtk) removed the whole PreToolUse array, deleting user-owned hooks and potentially hooks.json. It now removes only the managed rtk-hook codex entry. Regression test added.
  • Codex Principles unwire accepts malformed hooks config: A non-object hooks value was silently left in place while ownership metadata was removed. Unwire now returns a config error without changing either file or manifest.
  • Agent selector mismeasures Unicode hints: Hint truncation counted Unicode characters instead of terminal display columns; wide CJK characters or emoji could still wrap a selector row. It now uses Unicode display width.