Uh oh!
There was an error while loading. Please reload this page.
[luv-cut-0.0.9-final] chore: cut 0.0.9 release - #235
Conversation
Promotes the version from 0.0.9-beta.3 to 0.0.9 stable. The ## 0.0.9 — 2026-04-28 changelog section is already up to date with the contents below; no CHANGELOG churn required. 0.0.9 contents: Features: - OpenAI Codex hook integration via `failproofai policies --install --cli codex` (or --cli claude codex for both); supports all six Codex hook events, PermissionRequest wired through policy-evaluator, per-CLI telemetry tagging, interactive arrow-key CLI selector when both agents detected (#220, #222, #223) - Activity dashboard CLI filter alongside event-type, policy, and session-id filters; Codex sessions in the activity feed are now clickable, with the existing log viewer rendering Codex transcripts via lib/codex-sessions.ts (#226) - Surface Slack community link in CLI banner and Reach Us menu (#225) - Show OpenAI Codex projects on the /projects page alongside Claude Code projects, with CLI badges per row and per session; /project/[name] is Codex-aware and the session viewer renders the CLI badge beside the Session Log header (#232) Fixes: - Trailing blank line after enabled-policies summary in install output (#224) - Resolve hook bin via $CLAUDE_PROJECT_DIR (was relative path) (#219) - Mintlify validation of Arabic built-in-policies docs - Mintlify parse error in docs/de/dashboard.mdx (#229) - block-read-outside-cwd false-deny on globs and -v host:/path (#230) - Decouple hook chain from clsx/tailwind via lib/format-date.ts (#231) Docs: - Bump built-in policy count from 32 to 39 in README and translations (#207) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe package version is updated from a beta prerelease ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Promotes
package.jsonfrom0.0.9-beta.3to0.0.9stable. The## 0.0.9 — 2026-04-28changelog section is already up to date with the contents below; no CHANGELOG churn required.0.0.9contents:Features
failproofai policies --install --cli codex(or--cli claude codexfor both); supports all six Codex hook events,PermissionRequestwired throughpolicy-evaluator, per-CLI telemetry tagging, interactive arrow-key CLI selector when both agents detected ([hooks] add OpenAI Codex hook integration alongside Claude Code #220, [hooks] interactive arrow-key select for multi-CLI install prompt #222, [auto] update translations #223)lib/codex-sessions.ts([activity] CLI filter + viewable Codex sessions #226)/projectspage alongside Claude Code projects, with CLI badges per row and per session;/project/[name]is Codex-aware and the session viewer renders the CLI badge beside the Session Log header ([projects] surface OpenAI Codex projects on /projects #232)Fixes
$CLAUDE_PROJECT_DIR(was relative path) ([hooks] resolve hook bin via $CLAUDE_PROJECT_DIR (was relative path) #219)docs/de/dashboard.mdx([docs] fix mintlify parse error in de/dashboard.mdx #229)block-read-outside-cwdfalse-deny on globs and-v host:/path([hooks] stop block-read-outside-cwd false-deny on globs and mounts #230)clsx/tailwind-mergevialib/format-date.ts([hooks] decouple hook chain from clsx/tailwind #231)Docs
README.mdand translations ([luv-205] docs: bump policy count from 32 to 39 in READMEs #207)Test plan
bun run test:run— 1100/1100 passluv-cut-0.0.9-beta.2(the prior cut), so the same code at0.0.9should remain green🤖 Generated with Claude Code
Summary by CodeRabbit