You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.