From 4387a72b2f85f3044304fe40c1b610dddf47c8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Emre=20Kabakc=C4=B1?= Date: Mon, 20 Apr 2026 17:16:50 +0300 Subject: [PATCH] chore(main): release lobu 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 ++++++++++++++++++++++++++ charts/lobu/Chart.yaml | 4 ++-- package.json | 2 +- packages/cli-core/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/gateway/package.json | 2 +- packages/owletto-cli/package.json | 2 +- packages/owletto-openclaw/package.json | 2 +- packages/owletto-sdk/package.json | 2 +- packages/worker/package.json | 2 +- 12 files changed, 41 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e93..dc703804c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ef1b2c2..724599600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [3.6.0](https://github.com/lobu-ai/lobu/compare/lobu-v3.5.0...lobu-v3.6.0) (2026-04-20) + + +### Features + +* **backend:** wildcard trusted origins + reserved subdomain skip-list ([#214](https://github.com/lobu-ai/lobu/issues/214)) ([7656f2b](https://github.com/lobu-ai/lobu/commit/7656f2bf465a0cb2ea7eb91ec123c42ae015bb02)) +* consolidate owletto into the lobu monorepo (PRs 1–4) ([#212](https://github.com/lobu-ai/lobu/issues/212)) ([a6d0d3f](https://github.com/lobu-ai/lobu/commit/a6d0d3f9a46696b5874e1a4029ab8f73e579a4e3)) +* **gateway:** file-driven agent schedules in lobu.toml ([#211](https://github.com/lobu-ai/lobu/issues/211)) ([6b2eb51](https://github.com/lobu-ai/lobu/commit/6b2eb5128584d0d7d7cfaa38f203684ce422709f)) +* **landing:** architecture diagram badges, blog section, and use-case chat examples ([#206](https://github.com/lobu-ai/lobu/issues/206)) ([969e5ee](https://github.com/lobu-ai/lobu/commit/969e5ee6e96858521187c7af8aaeeb35786516d3)) +* **landing:** consolidate use-case demo into unified trace view ([#226](https://github.com/lobu-ai/lobu/issues/226)) ([c030fa7](https://github.com/lobu-ai/lobu/commit/c030fa709bcd9423224214276e3cd315cce67cff)) +* **landing:** per-use-case chat switcher on platform pages ([#202](https://github.com/lobu-ai/lobu/issues/202)) ([f65cc35](https://github.com/lobu-ai/lobu/commit/f65cc3567a30059c8589264610f4531ec11e89e8)) +* **landing:** publish agent-readiness signals for lobu.ai ([#208](https://github.com/lobu-ai/lobu/issues/208)) ([8360cef](https://github.com/lobu-ai/lobu/commit/8360cefd6401afa1271f21a01f11a09231aada09)) + + +### Bug Fixes + +* **ci:** skip web build when owletto-web is stubbed ([#222](https://github.com/lobu-ai/lobu/issues/222)) ([acee38a](https://github.com/lobu-ai/lobu/commit/acee38aae91b8389553800ccdbbace542460b89f)) +* **docker:** build gateway dist + exclude tests from backend typecheck ([#219](https://github.com/lobu-ai/lobu/issues/219)) ([96b0033](https://github.com/lobu-ai/lobu/commit/96b00332c637262d6a22bc624ddee802e938d519)) +* **docker:** name owletto-cli stub package as 'owletto' (unscoped) ([#215](https://github.com/lobu-ai/lobu/issues/215)) ([17fba3f](https://github.com/lobu-ai/lobu/commit/17fba3fac7b910f39d3bad256befa85e9ad9876c)) +* **docker:** unzip in runtime + worker chromium install via bunx ([#216](https://github.com/lobu-ai/lobu/issues/216)) ([019253e](https://github.com/lobu-ai/lobu/commit/019253e8977cf8b0c14b38d5045abd6952b25a5c)) +* **docker:** use bun run build for owletto-web (local vite) ([#221](https://github.com/lobu-ai/lobu/issues/221)) ([7734259](https://github.com/lobu-ai/lobu/commit/7734259b4886b2ab1cbb44468a689b8b5aff33f2)) +* **gateway,worker:** deliver provider base URLs via session context only ([#225](https://github.com/lobu-ai/lobu/issues/225)) ([9171d37](https://github.com/lobu-ai/lobu/commit/9171d37d34cbe07fd004ee2e7842b8a66328e46b)) +* **gateway:** isolate tsconfig from root bun-types ([#220](https://github.com/lobu-ai/lobu/issues/220)) ([c533e27](https://github.com/lobu-ai/lobu/commit/c533e274217d2af6177f902fd4cf0502f73192b5)) +* **gateway:** Owletto MCP sync, Slack markdown/threading, tool-approval lifecycle, deployment coalescing ([#210](https://github.com/lobu-ai/lobu/issues/210)) ([92ce0eb](https://github.com/lobu-ai/lobu/commit/92ce0eb3308e4d4b476c96b60d5f8e45803d9597)) +* **landing:** refine Owletto memory section copy ([#205](https://github.com/lobu-ai/lobu/issues/205)) ([9075d6c](https://github.com/lobu-ai/lobu/commit/9075d6c74f33716429b030c4406b10e28450b63d)) +* **owletto-backend:** resolve *.lobu.ai as org subdomain under AUTH_COOKIE_DOMAIN ([#224](https://github.com/lobu-ai/lobu/issues/224)) ([c893aae](https://github.com/lobu-ai/lobu/commit/c893aaedb64ac3437e081641947dca297f390f79)) +* **owletto-backend:** resolve typecheck errors blocking build-images ([#218](https://github.com/lobu-ai/lobu/issues/218)) ([7ce6271](https://github.com/lobu-ai/lobu/commit/7ce62711bd2c35d763d01f35426e24e07dc88bf4)) +* **worker:** QA hardening for careops agent (Gemini support, UploadUserFile workspace paths, dedup error messages) ([#203](https://github.com/lobu-ai/lobu/issues/203)) ([8026d5d](https://github.com/lobu-ai/lobu/commit/8026d5d341c5738961f8179a3ab9f5acb72b797e)) + ## [3.5.0](https://github.com/lobu-ai/lobu/compare/lobu-v3.4.3...lobu-v3.5.0) (2026-04-16) diff --git a/charts/lobu/Chart.yaml b/charts/lobu/Chart.yaml index 760d11b47..45478cff6 100644 --- a/charts/lobu/Chart.yaml +++ b/charts/lobu/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: lobu description: Lobu - Kubernetes deployment for thread-based AI conversations type: application -version: 3.5.0 -appVersion: "3.5.0" +version: 3.6.0 +appVersion: 3.6.0 keywords: - claude - slack diff --git a/package.json b/package.json index 957894608..433d888bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lobu-monorepo", - "version": "3.5.0", + "version": "3.6.0", "description": "Deploy autonomous AI agents with sandboxing, network isolation, and multi-platform access.", "license": "Apache-2.0", "workspaces": [ diff --git a/packages/cli-core/package.json b/packages/cli-core/package.json index be7e27fbb..c886ee3f2 100644 --- a/packages/cli-core/package.json +++ b/packages/cli-core/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/cli-core", - "version": "3.5.0", + "version": "3.6.0", "license": "Apache-2.0", "type": "module", "description": "Shared CLI internals for @lobu/cli — local-config loader, credential store, context resolution", diff --git a/packages/cli/package.json b/packages/cli/package.json index 21766604a..1a5486c49 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/cli", - "version": "3.5.0", + "version": "3.6.0", "description": "CLI for deploying and managing AI agents on Lobu", "type": "module", "main": "dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 793af1b33..7eca66a03 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/core", - "version": "3.5.0", + "version": "3.6.0", "license": "Apache-2.0", "description": "Core types and utilities for Lobu agent platform", "repository": { diff --git a/packages/gateway/package.json b/packages/gateway/package.json index dca11c451..52bd12f3a 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/gateway", - "version": "3.5.0", + "version": "3.6.0", "license": "Apache-2.0", "description": "Lobu SDK — embed AI agents with platform adapters, worker orchestration, and MCP proxy", "repository": { diff --git a/packages/owletto-cli/package.json b/packages/owletto-cli/package.json index 99cae7e2a..09d6e2e16 100644 --- a/packages/owletto-cli/package.json +++ b/packages/owletto-cli/package.json @@ -1,6 +1,6 @@ { "name": "owletto", - "version": "1.6.0", + "version": "3.6.0", "description": "Unified CLI for Owletto — dev, deploy, and manage from one command", "type": "module", "bin": { diff --git a/packages/owletto-openclaw/package.json b/packages/owletto-openclaw/package.json index be1ff6037..c247ff998 100644 --- a/packages/owletto-openclaw/package.json +++ b/packages/owletto-openclaw/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/owletto-openclaw", - "version": "1.6.0", + "version": "3.6.0", "description": "Owletto long-term memory plugin for OpenClaw", "type": "module", "main": "dist/index.js", diff --git a/packages/owletto-sdk/package.json b/packages/owletto-sdk/package.json index dd66e0195..7db4f7217 100644 --- a/packages/owletto-sdk/package.json +++ b/packages/owletto-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/owletto-sdk", - "version": "1.6.0", + "version": "3.6.0", "description": "Owletto SDK - build pluggable connectors for the Owletto integration platform", "type": "module", "main": "dist/index.js", diff --git a/packages/worker/package.json b/packages/worker/package.json index 69bb9d3ef..1fef803f3 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -1,6 +1,6 @@ { "name": "@lobu/worker", - "version": "3.5.0", + "version": "3.6.0", "description": "Lobu worker runtime - run in your own Docker image or use our base image", "main": "dist/index.js", "types": "dist/index.d.ts",