Skip to content

Commit 6cf2fce

Browse files
ersinkocclaude
andcommitted
πŸ”– release: v0.3.1 β€” analytics page, security fixes, test coverage
Highlights since v0.3.0: - New /analytics page with 12 recharts visualizations (cost trend, token volume, provider/model breakdown, agent distribution, claw mode/state, task/habit gauges) - Security: 6 Dependabot vulnerabilities fixed (flatted, dompurify, undici, express-rate-limit, file-type) via pnpm overrides - Tests: 9 new unit tests (denyEscalation, stop conditions, config hot-reload, /stats endpoint) β€” total 26,728 passing - Docs: README metrics updated, CLAUDE.md analytics entry added Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 24f3aff commit 6cf2fce

5 files changed

Lines changed: 5 additions & 5 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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
44
"description": "Web UI for OwnPilot",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
Β (0)