From 782817f2701207d4499d2610a5893fed6d014616 Mon Sep 17 00:00:00 2001 From: NiveditJain Date: Sat, 9 May 2026 23:14:00 -0700 Subject: [PATCH 1/2] [luv-cut-0.0.10-final] release: cut 0.0.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a219a7..76f85fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.0.10 — 2026-05-10 + +Stable promotion of `0.0.10-beta.13`. See the per-beta sections below for the +full list of features, fixes, and docs that landed during the 0.0.10 cycle — +notably 7-CLI hook integrations (Claude Code, OpenAI Codex, GitHub Copilot, +Cursor Agent, OpenCode, Pi, Gemini CLI), the dashboard rebrand, the Activity +tab CLI filter, the per-CLI Stop semantics handoff for Pi, and the Configure +tab's new multi-CLI control panel. + ## 0.0.10-beta.13 — 2026-05-10 ### Docs diff --git a/package.json b/package.json index b4602bd..bb8f286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "failproofai", - "version": "0.0.10-beta.13", + "version": "0.0.10", "description": "The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK", "bin": { "failproofai": "./dist/cli.mjs" From da839737e776bf6c3587827a8b8e47a04d48d109 Mon Sep 17 00:00:00 2001 From: NiveditJain Date: Sat, 9 May 2026 23:16:17 -0700 Subject: [PATCH 2/2] [luv-cut-0.0.10-final] docs: reformat 0.0.10 changelog entry per repo 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 --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f85fa..3557446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,8 @@ ## 0.0.10 — 2026-05-10 -Stable promotion of `0.0.10-beta.13`. See the per-beta sections below for the -full list of features, fixes, and docs that landed during the 0.0.10 cycle — -notably 7-CLI hook integrations (Claude Code, OpenAI Codex, GitHub Copilot, -Cursor Agent, OpenCode, Pi, Gemini CLI), the dashboard rebrand, the Activity -tab CLI filter, the per-CLI Stop semantics handoff for Pi, and the Configure -tab's new multi-CLI control panel. +### Docs +- Promote `0.0.10-beta.13` to stable `0.0.10`; per-beta sections below carry the full feature / fix / docs details for this cycle (#345). ## 0.0.10-beta.13 — 2026-05-10