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.4.0"
".": "9.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.4.1](https://github.com/lobu-ai/lobu/compare/lobu-v9.4.0...lobu-v9.4.1) (2026-05-25)


### Bug Fixes

* **chart+metrics:** ServiceMonitor path /lobu/metrics + rename label job→task ([#1053](https://github.com/lobu-ai/lobu/issues/1053)) ([a5c3de6](https://github.com/lobu-ai/lobu/commit/a5c3de6d713d4d14a3ef31faddd17ffa22882a64))

## [9.4.0](https://github.com/lobu-ai/lobu/compare/lobu-v9.3.0...lobu-v9.4.0) (2026-05-25)


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.4.0
appVersion: 9.4.0
version: 9.4.1
appVersion: 9.4.1
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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"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.4.0",
"version": "9.4.1",
"description": "promptfoo custom provider for running evals against a Lobu agent",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading