Skip to content

[luv-cut-0.0.10-final] release: cut 0.0.10#345

Open
NiveditJain wants to merge 2 commits intomainfrom
luv-cut-0.0.10-final
Open

[luv-cut-0.0.10-final] release: cut 0.0.10#345
NiveditJain wants to merge 2 commits intomainfrom
luv-cut-0.0.10-final

Conversation

@NiveditJain
Copy link
Copy Markdown
Member

@NiveditJain NiveditJain commented May 10, 2026

Summary

  • Promotes the version from 0.0.10-beta.13 to 0.0.10 stable.
  • Adds a ## 0.0.10 — 2026-05-10 heading at the top of CHANGELOG.md that points readers to the per-beta sections (beta.0 through beta.13) for the full feature catalog.

Highlights of the 0.0.10 cycle

  • 7-CLI hook integrations — Claude Code, OpenAI Codex, GitHub Copilot, Cursor Agent, OpenCode, Pi, Gemini CLI, all installable via failproofai policies --install --cli <name>.
  • Dashboard rebrand — near-black canvas, pink primary, Geist Mono.
  • Activity tab CLI filter + multi-CLI session viewer with brand-colored per-row badges.
  • Per-CLI Stop semantics — including Pi's before_agent_start handoff so require-*-before-stop policies enforce on the next user turn.
  • Tool-name + input-key canonicalization for OpenCode, Pi, Gemini, Copilot, Cursor so existing builtins fire unchanged.
  • (landing in [luv-343] feat: per-CLI multi-select control panel in Policies → Configure #344) Configure-tab multi-CLI control panel — once [luv-343] feat: per-CLI multi-select control panel in Policies → Configure #344 lands, it ships in the next stable. This cut targets main as it stands today.

Test plan

  • bun x vitest run — 70 files / 1607 tests pass on this branch
  • bun run lint — 0 errors (1 pre-existing img warning)
  • bun run build — Next.js build + tsc pass
  • After merge: tag v0.0.10, publish to npm, smoke-test npx -y failproofai@0.0.10 policies --install

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Released stable version 0.0.10, promoting from beta with key features including CLI hook integrations, dashboard rebrand, Activity tab CLI filter, Pi Stop semantics handoff, and Configure tab multi-CLI control panel.

Review Change Stack

Promotes the version from 0.0.10-beta.13 to 0.0.10 stable. Adds a
## 0.0.10 — 2026-05-10 heading at the top of CHANGELOG.md pointing readers
to the per-beta sections (beta.0 through beta.13) for the full feature
catalog.

Highlights of the 0.0.10 cycle:
- 7-CLI hook integrations: Claude Code, OpenAI Codex, GitHub Copilot,
  Cursor Agent, OpenCode, Pi, Gemini CLI
- Dashboard brand restyle (near-black canvas, pink primary, Geist Mono)
- Activity-tab CLI filter + multi-CLI session viewer
- Per-CLI Stop semantics, including Pi's before_agent_start handoff
- Numerous canonicalization fixes for tool names + input keys across CLIs

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 10, 2026

Warning

Rate limit exceeded

@NiveditJain has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 55 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8a3a5c4d-b62e-47e9-967c-57c5fd41ada9

📥 Commits

Reviewing files that changed from the base of the PR and between 782817f and da83973.

📒 Files selected for processing (1)
  • CHANGELOG.md
📝 Walkthrough

Walkthrough

This pull request promotes the package from prerelease version 0.0.10-beta.13 to stable version 0.0.10. The package.json version field is updated and a new release entry is added to CHANGELOG.md documenting the stable release date (2026-05-10) along with key features delivered in the 0.0.10 cycle.

Changes

Release Version 0.0.10 Promotion

Layer / File(s) Summary
Version Update
package.json
Package version field updated from 0.0.10-beta.13 to 0.0.10.
Release Notes
CHANGELOG.md
New stable 0.0.10 release entry added at top of file, dated 2026-05-10, marking promotion from beta.13 with highlighted features including CLI hook integrations, dashboard rebrand, Activity tab CLI filter, Pi Stop semantics handoff, and Configure tab multi-CLI control panel.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • exospherehost/failproofai#103: Performs the same kind of release update—bumping package.json version and adding a new release entry to CHANGELOG.md.
  • exospherehost/failproofai#235: Performs a release-version bump in package.json (beta → stable) and adds a top-of-file changelog entry.
  • exospherehost/failproofai#285: Changes the package.json version and updates CHANGELOG.md for the 0.0.10 release line (beta cut vs. stable promotion).

Poem

🐰 Hops of joy, the beta fades away,
0.0.10 stable comes to stay!
Features bundled, changelog bright,
Release day shines, the version's right!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is comprehensive and covers the purpose, highlights, and testing. However, it does not follow the provided template structure with Type of Change checkboxes and the standard checklist items. Consider restructuring the description to follow the repository template with Type of Change section and the standard checklist (lint, tsc, test, build) for consistency with repository standards.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: cutting and releasing version 0.0.10, which is the primary purpose of this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Around line 3-10: The 0.0.10 release notes under the "## 0.0.10 — 2026-05-10"
header are written as prose; update this section to the repo's required format
by replacing the paragraph with subsections (e.g., "### Features", "### Fixes",
"### Docs", "### Dependencies") and convert each notable item into a one-line
entry that includes a brief description and the PR number (for example, under
"### Features" list each CLI hook integration and the dashboard rebrand as
separate one-line items with PR references). Locate the block beginning with "##
0.0.10 — 2026-05-10" and the paragraph mentioning "7-CLI hook integrations..."
to make these changes.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f3f3494e-f5fa-4301-bd83-90d79067aa3e

📥 Commits

Reviewing files that changed from the base of the PR and between 525d36b and 782817f.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

Comment thread CHANGELOG.md Outdated
… guidelines

Address CodeRabbit on PR #345: replace the prose paragraph with the standard
### Docs subsection + one-line entry carrying the PR number.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant