Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "0.67.1",
".": "0.67.2",
"packages/franken-brain": "0.18.2",
"packages/franken-critique": "0.11.3",
"packages/franken-governor": "0.9.3",
"packages/franken-critique": "0.11.4",
"packages/franken-governor": "0.9.4",
"packages/franken-observer": "0.13.1",
"packages/franken-orchestrator": "0.61.1",
"packages/franken-orchestrator": "0.61.2",
"packages/franken-planner": "0.4.29",
"packages/franken-types": "0.19.1",
"packages/franken-mcp-suite": "0.12.2",
"packages/franken-mcp-suite": "0.12.3",
"packages/live-bench": "0.5.3",
"packages/franken-web": "0.13.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.67.2](https://github.com/djm204/frankenbeast/compare/v0.67.1...v0.67.2) (2026-08-02)


### Bug Fixes

* **governor:** redact CLI approval prompt secrets ([#3897](https://github.com/djm204/frankenbeast/issues/3897)) ([5604f36](https://github.com/djm204/frankenbeast/commit/5604f36a99ea9f7e91b891e3772a26c5f6fdd0d1))


### Performance

* **critique:** bound ConcisenessEvaluator input memory and processing ([#3657](https://github.com/djm204/frankenbeast/issues/3657)) ([#3684](https://github.com/djm204/frankenbeast/issues/3684)) ([b50d3bb](https://github.com/djm204/frankenbeast/commit/b50d3bb377f4878411a4364aac1274d2d7ea200d))


### Documentation

* **tasks:** record CLI stdin error lesson ([81696aa](https://github.com/djm204/frankenbeast/commit/81696aa1dc1ee560c70b806fd0bcca3aabd12949))


### CI/CD

* **deps:** baseline better-sqlite3 type major gap ([7907b5b](https://github.com/djm204/frankenbeast/commit/7907b5bff3b1e528a23263766ec62916d21eefc9))

## [0.67.1](https://github.com/djm204/frankenbeast/compare/v0.67.0...v0.67.1) (2026-07-31)


Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frankenbeast",
"version": "0.67.1",
"version": "0.67.2",
"private": true,
"workspaces": [
"packages/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/franken-critique/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.4](https://github.com/djm204/frankenbeast/compare/franken-critique-v0.11.3...franken-critique-v0.11.4) (2026-08-02)


### Performance

* **critique:** bound ConcisenessEvaluator input memory and processing ([#3657](https://github.com/djm204/frankenbeast/issues/3657)) ([#3684](https://github.com/djm204/frankenbeast/issues/3684)) ([b50d3bb](https://github.com/djm204/frankenbeast/commit/b50d3bb377f4878411a4364aac1274d2d7ea200d))

## [0.11.3](https://github.com/djm204/frankenbeast/compare/franken-critique-v0.11.2...franken-critique-v0.11.3) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/franken-critique/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@franken/critique",
"version": "0.11.3",
"version": "0.11.4",
"description": "MOD-06: Self-Critique & Reflection — evaluator pipeline, circuit breakers, and critique loop for the Frankenbeast orchestrator",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/franken-governor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.4](https://github.com/djm204/frankenbeast/compare/franken-governor-v0.9.3...franken-governor-v0.9.4) (2026-08-02)


### Bug Fixes

* **governor:** redact CLI approval prompt secrets ([#3897](https://github.com/djm204/frankenbeast/issues/3897)) ([5604f36](https://github.com/djm204/frankenbeast/commit/5604f36a99ea9f7e91b891e3772a26c5f6fdd0d1))

## [0.9.3](https://github.com/djm204/frankenbeast/compare/franken-governor-v0.9.2...franken-governor-v0.9.3) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/franken-governor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@franken/governor",
"version": "0.9.3",
"version": "0.9.4",
"description": "MOD-07: Human-in-the-Loop (HITL) & Governance for the Frankenbeast AI agent",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/franken-mcp-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.12.3](https://github.com/djm204/frankenbeast/compare/franken-mcp-suite-v0.12.2...franken-mcp-suite-v0.12.3) (2026-08-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @franken/critique bumped from 0.11.3 to 0.11.4
* @franken/governor bumped from 0.9.3 to 0.9.4
* @franken/orchestrator bumped from 0.61.1 to 0.61.2

## [0.12.2](https://github.com/djm204/frankenbeast/compare/franken-mcp-suite-v0.12.1...franken-mcp-suite-v0.12.2) (2026-07-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/franken-mcp-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@franken/mcp-suite",
"version": "0.12.2",
"version": "0.12.3",
"description": "MCP server suite exposing frankenbeast capabilities as Claude Code tools",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,10 +46,10 @@
"dependencies": {
"@franken/types": "0.19.1",
"@franken/brain": "0.18.2",
"@franken/critique": "0.11.3",
"@franken/governor": "0.9.3",
"@franken/critique": "0.11.4",
"@franken/governor": "0.9.4",
"@franken/observer": "0.13.1",
"@franken/orchestrator": "0.61.1",
"@franken/orchestrator": "0.61.2",
"@franken/planner": "0.4.29",
"@hono/node-server": "^2.0.11",
"@modelcontextprotocol/server": "2.0.0-beta.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/franken-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.61.2](https://github.com/djm204/frankenbeast/compare/@franken/orchestrator-v0.61.1...@franken/orchestrator-v0.61.2) (2026-08-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @franken/critique bumped from 0.11.3 to 0.11.4
* @franken/governor bumped from 0.9.3 to 0.9.4

## [0.61.1](https://github.com/djm204/frankenbeast/compare/@franken/orchestrator-v0.61.0...@franken/orchestrator-v0.61.1) (2026-07-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/franken-orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@franken/orchestrator",
"version": "0.61.1",
"version": "0.61.2",
"description": "The Beast Loop — orchestrator wiring all Frankenbeast modules into a unified agent pipeline",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.113.0",
"@franken/critique": "0.11.3",
"@franken/governor": "0.9.3",
"@franken/critique": "0.11.4",
"@franken/governor": "0.9.4",
"@franken/types": "0.19.1",
"@franken/observer": "0.13.1",
"@google/genai": "^2.13.0",
Expand Down