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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.2.0"
".": "9.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.3.0](https://github.com/lobu-ai/lobu/compare/lobu-v9.2.0...lobu-v9.3.0) (2026-05-24)


### Features

* **cli:** fold @lobu/sdk into @lobu/cli/config ([#1026](https://github.com/lobu-ai/lobu/issues/1026)) ([06f3432](https://github.com/lobu-ai/lobu/commit/06f3432f4b0fb98693a93ef4982528950d298f2d))

## [9.2.0](https://github.com/lobu-ai/lobu/compare/lobu-v9.1.1...lobu-v9.2.0) (2026-05-23)


Expand Down
4 changes: 2 additions & 2 deletions charts/lobu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: lobu
description: Lobu Platform - Never forget anything. User content analysis with AI.
type: application
version: 9.2.0
appVersion: 9.2.0
version: 9.3.0
appVersion: 9.3.0
keywords:
- lobu
- content
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lobu-monorepo",
"version": "9.2.0",
"version": "9.3.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check if bun.lock is present in this PR's changed files

gh pr view 1027 --json files --jq '.files[].path' | grep -E '^bun\.lock$'

Repository: lobu-ai/lobu

Length of output: 38


Regenerate and commit bun.lock with the package.json change

The PR’s changed file list does not include bun.lock, so it was not regenerated/committed alongside the package.json update.
Run git submodule update --init packages/owletto && bun install --frozen-lockfile and commit the resulting bun.lock in the same PR.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 3, The package.json version was updated but bun.lock
was not regenerated/committed; run the repository submodule and bun install
steps to regenerate the lockfile and commit it. Execute the suggested commands:
initialize/update the submodule for packages/owletto and run bun install with
frozen lockfile (git submodule update --init packages/owletto && bun install
--frozen-lockfile), verify bun.lock changed, add and commit the updated bun.lock
alongside the package.json change so both files are included in the same PR.

"description": "Deploy autonomous AI agents with sandboxing, network isolation, and multi-platform access.",
"license": "Apache-2.0",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/worker",
"version": "9.2.0",
"version": "9.3.0",
"description": "Lobu worker runtime for embedded subprocess execution",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/cli",
"version": "9.2.0",
"version": "9.3.0",
"description": "CLI for deploying and managing AI agents on Lobu",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/client",
"version": "9.2.0",
"version": "9.3.0",
"description": "TypeScript client for the Lobu Agent API",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/connector-sdk",
"version": "9.2.0",
"version": "9.3.0",
"description": "Lobu memory SDK — build pluggable connectors for Lobu memory",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/connector-worker",
"version": "9.2.0",
"version": "9.3.0",
"description": "Self-hosted worker for Lobu memory — connectors and embedding generation",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/core",
"version": "9.2.0",
"version": "9.3.0",
"license": "Apache-2.0",
"description": "Core types and utilities for Lobu agent platform",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embeddings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/embeddings",
"version": "9.2.0",
"version": "9.3.0",
"license": "BUSL-1.1",
"type": "module",
"description": "Embeddings HTTP service for Lobu memory",
Expand Down
2 changes: 1 addition & 1 deletion packages/openclaw-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/openclaw-plugin",
"version": "9.2.0",
"version": "9.3.0",
"description": "Lobu memory plugin for OpenClaw",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pgvector-embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/pgvector-embedded",
"version": "9.2.0",
"version": "9.3.0",
"license": "BUSL-1.1",
"type": "module",
"description": "Prebuilt pgvector binaries + injector for embedded-postgres (Lobu local runtime)",
Expand Down
2 changes: 1 addition & 1 deletion packages/promptfoo-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobu/promptfoo-provider",
"version": "9.2.0",
"version": "9.3.0",
"description": "promptfoo custom provider for running evals against a Lobu agent",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading