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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"turbo/apps/cli":"5.7.0","turbo/packages/core":"4.6.0","turbo/apps/web":"9.12.0","turbo/apps/docs":"0.17.0","turbo/apps/runner":"2.8.5","turbo/apps/platform":"0.10.2"}
{"turbo/apps/cli":"5.7.0","turbo/packages/core":"4.6.0","turbo/apps/web":"9.12.1","turbo/apps/docs":"0.17.0","turbo/apps/runner":"2.9.0","turbo/apps/platform":"0.10.2"}
7 changes: 7 additions & 0 deletions turbo/apps/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.9.0](https://github.com/vm0-ai/vm0/compare/runner-v2.8.5...runner-v2.9.0) (2026-01-17)


### Features

* **runner:** add preflight connectivity check before agent execution ([#1292](https://github.com/vm0-ai/vm0/issues/1292)) ([76f3ebb](https://github.com/vm0-ai/vm0/commit/76f3ebbfda3281541a828236f332588358566433))

## [2.8.5](https://github.com/vm0-ai/vm0/compare/runner-v2.8.4...runner-v2.8.5) (2026-01-15)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vm0/runner",
"version": "2.8.5",
"version": "2.9.0",
"private": true,
"description": "Self-hosted runner for VM0 agents",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions turbo/apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.12.1](https://github.com/vm0-ai/vm0/compare/web-v9.12.0...web-v9.12.1) (2026-01-17)


### Performance Improvements

* **db:** add missing indexes for high-frequency queries ([#1286](https://github.com/vm0-ai/vm0/issues/1286)) ([c0ae99c](https://github.com/vm0-ai/vm0/commit/c0ae99c504202f5e6988255696de47277b1d5a1f)), closes [#1284](https://github.com/vm0-ai/vm0/issues/1284)

## [9.12.0](https://github.com/vm0-ai/vm0/compare/web-v9.11.0...web-v9.12.0) (2026-01-15)


Expand Down
2 changes: 1 addition & 1 deletion turbo/apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "9.12.0",
"version": "9.12.1",
"type": "module",
"private": true,
"scripts": {
Expand Down