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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/loopover-contract": "3.20.0",
"packages/loopover-mcp": "3.20.0",
"packages/loopover-engine": "3.20.0",
"packages/loopover-miner": "3.20.0",
"packages/loopover-contract": "3.21.0",
"packages/loopover-mcp": "3.21.0",
"packages/loopover-engine": "3.21.0",
"packages/loopover-miner": "3.21.0",
"packages/loopover-ui-kit": "1.5.1"
}
16 changes: 8 additions & 8 deletions package-lock.json

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

12 changes: 12 additions & 0 deletions packages/loopover-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.21.0](https://github.com/JSONbored/loopover/compare/contract-v3.20.0...contract-v3.21.0) (2026-07-31)


### Features

* **observability:** capture every miner AI generation, and stop fabricating zero token counts ([#10233](https://github.com/JSONbored/loopover/issues/10233)) ([ba35c8b](https://github.com/JSONbored/loopover/commit/ba35c8babc661b9ab97d00ee0a4080a5fed899fa))


### Fixes

* **api:** validate discovery routes against the schemas their spec publishes ([#10225](https://github.com/JSONbored/loopover/issues/10225)) ([6946385](https://github.com/JSONbored/loopover/commit/6946385f77cb55032460459f0114894003d878e6))

## [3.20.0](https://github.com/JSONbored/loopover/compare/contract-v3.19.0...contract-v3.20.0) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/contract",
"version": "3.20.0",
"version": "3.21.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Single zod source of truth for LoopOver's MCP tool and API contracts — schemas, tool metadata, and the projections every server and client derives from.",
Expand Down
7 changes: 7 additions & 0 deletions packages/loopover-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.21.0](https://github.com/JSONbored/loopover/compare/engine-v3.20.0...engine-v3.21.0) (2026-07-31)


### Features

* **observability:** capture every miner AI generation, and stop fabricating zero token counts ([#10233](https://github.com/JSONbored/loopover/issues/10233)) ([ba35c8b](https://github.com/JSONbored/loopover/commit/ba35c8babc661b9ab97d00ee0a4080a5fed899fa))

## [3.20.0](https://github.com/JSONbored/loopover/compare/engine-v3.19.0...engine-v3.20.0) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/engine",
"version": "3.20.0",
"version": "3.21.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Shared deterministic engine logic for the LoopOver review stack and loopover-miner.",
Expand Down
15 changes: 15 additions & 0 deletions packages/loopover-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
### Fixes
- Blunt slop-risk / issue-slop REST + CLI to match the MCP tools (#6990) (#7052)

## [3.21.0](https://github.com/JSONbored/loopover/compare/mcp-v3.20.0...mcp-v3.21.0) (2026-07-31)


### Fixes

* **mcp:** shape a remote JSON-RPC error into a tool result in the gateway proxy ([#10216](https://github.com/JSONbored/loopover/issues/10216)) ([fa9789e](https://github.com/JSONbored/loopover/commit/fa9789e6319798fe746fcb8a78b81139f4ced417))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @loopover/contract bumped from ^3.20.0 to ^3.21.0
* @loopover/engine bumped from ^3.20.0 to ^3.21.0

## [3.20.0](https://github.com/JSONbored/loopover/compare/mcp-v3.19.0...mcp-v3.20.0) (2026-07-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/loopover-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/mcp",
"version": "3.20.0",
"version": "3.21.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Local stdio MCP wrapper for the LoopOver Gittensor base-agent.",
Expand Down Expand Up @@ -46,8 +46,8 @@
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
},
"dependencies": {
"@loopover/contract": "^3.20.0",
"@loopover/engine": "^3.20.0",
"@loopover/contract": "^3.21.0",
"@loopover/engine": "^3.21.0",
"@modelcontextprotocol/sdk": "1.29.0",
"posthog-node": "^5.46.1",
"zod": "^4.4.3"
Expand Down
21 changes: 21 additions & 0 deletions packages/loopover-miner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.21.0](https://github.com/JSONbored/loopover/compare/miner-v3.20.0...miner-v3.21.0) (2026-07-31)


### Features

* **observability:** capture every miner AI generation, and stop fabricating zero token counts ([#10233](https://github.com/JSONbored/loopover/issues/10233)) ([ba35c8b](https://github.com/JSONbored/loopover/commit/ba35c8babc661b9ab97d00ee0a4080a5fed899fa))


### Fixes

* **miner:** give manage-status and manage-poll store openers their own try/catch ([#10206](https://github.com/JSONbored/loopover/issues/10206)) ([800045f](https://github.com/JSONbored/loopover/commit/800045fffe67a9018f195c7c7c94bccbe69e9314))
* **miner:** make readMinRankAutotuneEnabled probe all four AMS policy filenames ([#10215](https://github.com/JSONbored/loopover/issues/10215)) ([447dff1](https://github.com/JSONbored/loopover/commit/447dff18dcfa867f0d64e6e2c1e30aa1fcec83da))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @loopover/contract bumped from ^3.20.0 to ^3.21.0
* @loopover/engine bumped from ^3.20.0 to ^3.21.0

## [3.20.0](https://github.com/JSONbored/loopover/compare/miner-v3.19.0...miner-v3.20.0) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/loopover-miner/expected-engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.0
3.21.0
6 changes: 3 additions & 3 deletions packages/loopover-miner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopover/miner",
"version": "3.20.0",
"version": "3.21.0",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Foundation CLI for the local LoopOver miner runtime.",
Expand Down Expand Up @@ -47,8 +47,8 @@
"build:verify": "node --experimental-strip-types scripts/check-syntax.ts"
},
"dependencies": {
"@loopover/contract": "^3.20.0",
"@loopover/engine": "^3.20.0",
"@loopover/contract": "^3.21.0",
"@loopover/engine": "^3.21.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@sentry/node": "^10.67.0",
"zod": "^4.4.3"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/JSONbored/loopover",
"source": "github"
},
"version": "3.20.0",
"version": "3.21.0",
"remotes": [
{
"type": "streamable-http",
Expand All @@ -17,7 +17,7 @@
{
"registry_type": "npm",
"identifier": "@loopover/mcp",
"version": "3.20.0",
"version": "3.21.0",
"transport": {
"type": "stdio"
}
Expand Down
Loading