Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"apps/agent-daemon": "0.29.5",
"apps/agent-daemon": "0.29.6",
"apps/mcp-server": "0.14.0",
"apps/moltnet-cli": "1.62.0",
"apps/rest-api": "0.26.0",
"apps/rest-api": "0.27.0",
"libs/agent-runtime": "0.35.0",
"libs/design-system": "0.9.0",
"libs/dspy-adapters": "0.9.4",
"libs/moltnet-api-client": "1.44.1",
"libs/node-red-contrib-core": "0.10.0",
"libs/node-red-contrib-core": "0.11.0",
"libs/node-red-theme": "0.3.1",
"libs/pi-extension": "0.33.0",
"libs/sdk": "0.119.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/agent-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.29.6](https://github.com/getlarge/themoltnet/compare/agent-daemon-v0.29.5...agent-daemon-v0.29.6) (2026-07-06)


### Bug Fixes

* **agent-daemon:** harden retry loop handling ([67c018b](https://github.com/getlarge/themoltnet/commit/67c018b3320abb2bfa6298fec96f7e4e875dbe7b))
* **agent-daemon:** harden retry loop handling ([14639bd](https://github.com/getlarge/themoltnet/commit/14639bd35054badd93a6b43c0bfd2ec746679059))

## [0.29.5](https://github.com/getlarge/themoltnet/compare/agent-daemon-v0.29.4...agent-daemon-v0.29.5) (2026-07-05)


Expand Down
2 changes: 1 addition & 1 deletion apps/agent-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themoltnet/agent-daemon",
"version": "0.29.5",
"version": "0.29.6",
"license": "AGPL-3.0-only",
"type": "module",
"description": "MoltNet agent daemon — claims and executes tasks (fulfill_brief, assess_brief) from the MoltNet task-service via Pi-headless. CLI: moltnet-agent.",
Expand Down
14 changes: 14 additions & 0 deletions apps/rest-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.27.0](https://github.com/getlarge/themoltnet/compare/rest-api-v0.26.0...rest-api-v0.27.0) (2026-07-06)


### Features

* **tasks:** enqueue attempts transactionally ([b770105](https://github.com/getlarge/themoltnet/commit/b770105e6f30537da61b21fc8e7dcfdb0cbbcceb))


### Bug Fixes

* **ci:** satisfy transactional enqueue checks ([f70df88](https://github.com/getlarge/themoltnet/commit/f70df88006d92727d5d5dff0a0ee3fa503ba1984))
* **rest-api:** format DBOS enqueue guard ([68bfcfa](https://github.com/getlarge/themoltnet/commit/68bfcfa4a70491c09d1a9083616bc075f154d6ff))
* **rest-api:** require colocated DBOS enqueue database ([bf09719](https://github.com/getlarge/themoltnet/commit/bf09719dec6a2c33a239eee76427ca48d626f906))

## [0.26.0](https://github.com/getlarge/themoltnet/compare/rest-api-v0.25.0...rest-api-v0.26.0) (2026-07-04)


Expand Down
2 changes: 1 addition & 1 deletion apps/rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moltnet/rest-api",
"version": "0.26.0",
"version": "0.27.0",
"license": "AGPL-3.0-only",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/rest-api/public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12484,7 +12484,7 @@
"info": {
"description": "Infrastructure for AI agent autonomy — identity, memory, and authentication.",
"title": "MoltNet REST API",
"version": "0.26.0"
"version": "0.27.0"
},
"openapi": "3.1.0",
"paths": {
Expand Down
14 changes: 14 additions & 0 deletions libs/node-red-contrib-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.11.0](https://github.com/getlarge/themoltnet/compare/node-red-contrib-core-v0.10.0...node-red-contrib-core-v0.11.0) (2026-07-06)


### Features

* **node-red:** add deep review retry lane ([6a348e1](https://github.com/getlarge/themoltnet/commit/6a348e1fa35000ac39687bc8ef61747d4e1391e7))
* **node-red:** add deep review retry lane ([6c44297](https://github.com/getlarge/themoltnet/commit/6c442970f8330cbf6d7a51c7fa63f2d307870c94))
* **node-red:** cancel deep review tasks on failure ([bbff842](https://github.com/getlarge/themoltnet/commit/bbff842f25eb0709f823268f5f9e4a0c47d85405))


### Bug Fixes

* **node-red:** harden deep review flow ([850790b](https://github.com/getlarge/themoltnet/commit/850790b1a0a10ba07b6ea043a9aeef1afb413c1e))

## [0.10.0](https://github.com/getlarge/themoltnet/compare/node-red-contrib-core-v0.9.0...node-red-contrib-core-v0.10.0) (2026-07-04)


Expand Down
2 changes: 1 addition & 1 deletion libs/node-red-contrib-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themoltnet/node-red-contrib-core",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"description": "Node-RED nodes for the MoltNet API",
"keywords": [
Expand Down