Skip to content

Commit 5a1f882

Browse files
ersinkocclaude
andcommitted
release: v0.3.2
Features: - Provider billing types (pay-per-use / subscription / free) with billing overview analytics - Tool name alias system for LLM hallucination recovery - Artifacts detail modal and improved grid layout - Skip home screen preference across all pages - 30+ new AI models across 12+ providers - Channel Setup Modal redesign Fixes: - Comprehensive codebase audit — 36 bugs fixed, 17 dep vulnerabilities patched - Zod validation added to 3 unvalidated API endpoints - WhatsApp proper state machine for connection management - Telegram 409 conflict recovery with automatic reconnection Performance: - 10 missing database indexes added - Unbounded memory query capped Refactor: - Background Agents removed, replaced by Fleet claw worker Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de33421 commit 5a1f882

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ownpilot-monorepo",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"description": "OwnPilot - Privacy-first personal AI assistant platform",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "CLI for OwnPilot",
55
"type": "module",
66
"bin": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/core",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "OwnPilot Core - Secure AI agent engine and tool framework",
55
"type": "module",
66
"sideEffects": false,

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/gateway",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "HTTP API gateway for OwnPilot",
55
"type": "module",
66
"main": "./dist/index.js",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/ui",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Web UI for OwnPilot",
55
"type": "module",
66
"private": true,

website/src/pages/docs/InstallationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pnpm start`}
246246
curl http://localhost:8080/api/v1/health
247247
248248
# Expected response:
249-
# {"status":"ok","version":"0.3.1"}`}
249+
# {"status":"ok","version":"0.3.2"}`}
250250
language="bash"
251251
/>
252252

0 commit comments

Comments
 (0)