From 0e95592eb7b8324b5648bcb5b78e0f2b8e129f0a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 27 Nov 2025 14:18:29 +0100 Subject: [PATCH] Release v0.10.1 --- package-lock.json | 335 ++--------------------------- packages/agent/package.json | 6 +- packages/ai/package.json | 2 +- packages/coding-agent/CHANGELOG.md | 2 + packages/coding-agent/package.json | 8 +- packages/mom/CHANGELOG.md | 2 + packages/mom/package.json | 6 +- packages/pods/package.json | 4 +- packages/proxy/package.json | 2 +- packages/tui/package.json | 2 +- packages/web-ui/package.json | 6 +- 11 files changed, 40 insertions(+), 335 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2de53154..efcfea3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3770,11 +3770,11 @@ }, "packages/agent": { "name": "@mariozechner/pi-agent-core", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4" + "@mariozechner/pi-ai": "^0.10.0", + "@mariozechner/pi-tui": "^0.10.0" }, "devDependencies": { "@types/node": "^24.3.0", @@ -3785,42 +3785,6 @@ "node": ">=20.0.0" } }, - "packages/agent/node_modules/@mariozechner/pi-ai": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-ai/-/pi-ai-0.9.4.tgz", - "integrity": "sha512-xI2bnh0LgNBSszDqzXxM3aMPB23hhM5r5xtJaj1KNPVpDP17fTGPcpfO3/4xOIlDYGOvc+OC4778suGRYwwbsg==", - "license": "MIT", - "dependencies": { - "@anthropic-ai/sdk": "^0.61.0", - "@google/genai": "^1.30.0", - "@sinclair/typebox": "^0.34.41", - "ajv": "^8.17.1", - "ajv-formats": "^3.0.1", - "chalk": "^5.6.2", - "openai": "5.21.0", - "partial-json": "^0.1.7", - "zod-to-json-schema": "^3.24.6" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/agent/node_modules/@mariozechner/pi-tui": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-tui/-/pi-tui-0.9.4.tgz", - "integrity": "sha512-jEuqehUniAnJsaiwRIkhHO4APWGZJqoxWgayj02MhSSKUhwi9M+KiqvV8I0Mfgy+4YuZiqY0F9ld/mn1XWoj/w==", - "license": "MIT", - "dependencies": { - "@types/mime-types": "^2.1.4", - "chalk": "^5.5.0", - "marked": "^15.0.12", - "mime-types": "^3.0.1", - "string-width": "^8.1.0" - }, - "engines": { - "node": ">=20.0.0" - } - }, "packages/agent/node_modules/@types/node": { "version": "24.10.1", "dev": true, @@ -3829,22 +3793,6 @@ "undici-types": "~7.16.0" } }, - "packages/agent/node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/agent/node_modules/undici-types": { "version": "7.16.0", "dev": true, @@ -3852,7 +3800,7 @@ }, "packages/ai": { "name": "@mariozechner/pi-ai", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.61.0", @@ -3889,12 +3837,12 @@ }, "packages/coding-agent": { "name": "@mariozechner/pi-coding-agent", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { - "@mariozechner/pi-agent-core": "^0.9.4", - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4", + "@mariozechner/pi-agent-core": "^0.10.0", + "@mariozechner/pi-ai": "^0.10.0", + "@mariozechner/pi-tui": "^0.10.0", "chalk": "^5.5.0", "diff": "^8.0.2", "glob": "^11.0.3" @@ -3912,55 +3860,6 @@ "node": ">=20.0.0" } }, - "packages/coding-agent/node_modules/@mariozechner/pi-agent-core": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-agent-core/-/pi-agent-core-0.9.4.tgz", - "integrity": "sha512-F4MIA9XzyXGNKJFSJSedjpa8t/QWyCIRIh0G1FbPXLb5a9FiN7T/E8MZg1ATA0CyMIoheLvjWvzo8dewPucCng==", - "license": "MIT", - "dependencies": { - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/coding-agent/node_modules/@mariozechner/pi-ai": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-ai/-/pi-ai-0.9.4.tgz", - "integrity": "sha512-xI2bnh0LgNBSszDqzXxM3aMPB23hhM5r5xtJaj1KNPVpDP17fTGPcpfO3/4xOIlDYGOvc+OC4778suGRYwwbsg==", - "license": "MIT", - "dependencies": { - "@anthropic-ai/sdk": "^0.61.0", - "@google/genai": "^1.30.0", - "@sinclair/typebox": "^0.34.41", - "ajv": "^8.17.1", - "ajv-formats": "^3.0.1", - "chalk": "^5.6.2", - "openai": "5.21.0", - "partial-json": "^0.1.7", - "zod-to-json-schema": "^3.24.6" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/coding-agent/node_modules/@mariozechner/pi-tui": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-tui/-/pi-tui-0.9.4.tgz", - "integrity": "sha512-jEuqehUniAnJsaiwRIkhHO4APWGZJqoxWgayj02MhSSKUhwi9M+KiqvV8I0Mfgy+4YuZiqY0F9ld/mn1XWoj/w==", - "license": "MIT", - "dependencies": { - "@types/mime-types": "^2.1.4", - "chalk": "^5.5.0", - "marked": "^15.0.12", - "mime-types": "^3.0.1", - "string-width": "^8.1.0" - }, - "engines": { - "node": ">=20.0.0" - } - }, "packages/coding-agent/node_modules/@types/node": { "version": "24.10.1", "dev": true, @@ -3969,22 +3868,6 @@ "undici-types": "~7.16.0" } }, - "packages/coding-agent/node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/coding-agent/node_modules/undici-types": { "version": "7.16.0", "dev": true, @@ -3992,12 +3875,12 @@ }, "packages/mom": { "name": "@mariozechner/pi-mom", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@anthropic-ai/sandbox-runtime": "^0.0.16", - "@mariozechner/pi-agent-core": "^0.9.4", - "@mariozechner/pi-ai": "^0.9.4", + "@mariozechner/pi-agent-core": "^0.10.0", + "@mariozechner/pi-ai": "^0.10.0", "@sinclair/typebox": "^0.34.0", "@slack/socket-mode": "^2.0.0", "@slack/web-api": "^7.0.0", @@ -4016,55 +3899,6 @@ "node": ">=20.0.0" } }, - "packages/mom/node_modules/@mariozechner/pi-agent-core": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-agent-core/-/pi-agent-core-0.9.4.tgz", - "integrity": "sha512-F4MIA9XzyXGNKJFSJSedjpa8t/QWyCIRIh0G1FbPXLb5a9FiN7T/E8MZg1ATA0CyMIoheLvjWvzo8dewPucCng==", - "license": "MIT", - "dependencies": { - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/mom/node_modules/@mariozechner/pi-ai": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-ai/-/pi-ai-0.9.4.tgz", - "integrity": "sha512-xI2bnh0LgNBSszDqzXxM3aMPB23hhM5r5xtJaj1KNPVpDP17fTGPcpfO3/4xOIlDYGOvc+OC4778suGRYwwbsg==", - "license": "MIT", - "dependencies": { - "@anthropic-ai/sdk": "^0.61.0", - "@google/genai": "^1.30.0", - "@sinclair/typebox": "^0.34.41", - "ajv": "^8.17.1", - "ajv-formats": "^3.0.1", - "chalk": "^5.6.2", - "openai": "5.21.0", - "partial-json": "^0.1.7", - "zod-to-json-schema": "^3.24.6" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/mom/node_modules/@mariozechner/pi-tui": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-tui/-/pi-tui-0.9.4.tgz", - "integrity": "sha512-jEuqehUniAnJsaiwRIkhHO4APWGZJqoxWgayj02MhSSKUhwi9M+KiqvV8I0Mfgy+4YuZiqY0F9ld/mn1XWoj/w==", - "license": "MIT", - "dependencies": { - "@types/mime-types": "^2.1.4", - "chalk": "^5.5.0", - "marked": "^15.0.12", - "mime-types": "^3.0.1", - "string-width": "^8.1.0" - }, - "engines": { - "node": ">=20.0.0" - } - }, "packages/mom/node_modules/@types/node": { "version": "24.10.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", @@ -4075,22 +3909,6 @@ "undici-types": "~7.16.0" } }, - "packages/mom/node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/mom/node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", @@ -4100,10 +3918,10 @@ }, "packages/pods": { "name": "@mariozechner/pi", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { - "@mariozechner/pi-agent-core": "^0.9.4", + "@mariozechner/pi-agent-core": "^0.10.0", "chalk": "^5.5.0" }, "bin": { @@ -4114,74 +3932,9 @@ "node": ">=20.0.0" } }, - "packages/pods/node_modules/@mariozechner/pi-agent-core": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-agent-core/-/pi-agent-core-0.9.4.tgz", - "integrity": "sha512-F4MIA9XzyXGNKJFSJSedjpa8t/QWyCIRIh0G1FbPXLb5a9FiN7T/E8MZg1ATA0CyMIoheLvjWvzo8dewPucCng==", - "license": "MIT", - "dependencies": { - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/pods/node_modules/@mariozechner/pi-ai": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-ai/-/pi-ai-0.9.4.tgz", - "integrity": "sha512-xI2bnh0LgNBSszDqzXxM3aMPB23hhM5r5xtJaj1KNPVpDP17fTGPcpfO3/4xOIlDYGOvc+OC4778suGRYwwbsg==", - "license": "MIT", - "dependencies": { - "@anthropic-ai/sdk": "^0.61.0", - "@google/genai": "^1.30.0", - "@sinclair/typebox": "^0.34.41", - "ajv": "^8.17.1", - "ajv-formats": "^3.0.1", - "chalk": "^5.6.2", - "openai": "5.21.0", - "partial-json": "^0.1.7", - "zod-to-json-schema": "^3.24.6" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/pods/node_modules/@mariozechner/pi-tui": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-tui/-/pi-tui-0.9.4.tgz", - "integrity": "sha512-jEuqehUniAnJsaiwRIkhHO4APWGZJqoxWgayj02MhSSKUhwi9M+KiqvV8I0Mfgy+4YuZiqY0F9ld/mn1XWoj/w==", - "license": "MIT", - "dependencies": { - "@types/mime-types": "^2.1.4", - "chalk": "^5.5.0", - "marked": "^15.0.12", - "mime-types": "^3.0.1", - "string-width": "^8.1.0" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/pods/node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/proxy": { "name": "@mariozechner/pi-proxy", - "version": "0.10.0", + "version": "0.10.1", "dependencies": { "@hono/node-server": "^1.14.0", "hono": "^4.6.16" @@ -4197,7 +3950,7 @@ }, "packages/tui": { "name": "@mariozechner/pi-tui", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@types/mime-types": "^2.1.4", @@ -4231,12 +3984,12 @@ }, "packages/web-ui": { "name": "@mariozechner/pi-web-ui", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "@lmstudio/sdk": "^1.5.0", - "@mariozechner/pi-ai": "^0.9.4", - "@mariozechner/pi-tui": "^0.9.4", + "@mariozechner/pi-ai": "^0.10.0", + "@mariozechner/pi-tui": "^0.10.0", "docx-preview": "^0.3.7", "jszip": "^3.10.1", "lucide": "^0.544.0", @@ -4254,58 +4007,6 @@ "@mariozechner/mini-lit": "^0.2.0", "lit": "^3.3.1" } - }, - "packages/web-ui/node_modules/@mariozechner/pi-ai": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-ai/-/pi-ai-0.9.4.tgz", - "integrity": "sha512-xI2bnh0LgNBSszDqzXxM3aMPB23hhM5r5xtJaj1KNPVpDP17fTGPcpfO3/4xOIlDYGOvc+OC4778suGRYwwbsg==", - "license": "MIT", - "dependencies": { - "@anthropic-ai/sdk": "^0.61.0", - "@google/genai": "^1.30.0", - "@sinclair/typebox": "^0.34.41", - "ajv": "^8.17.1", - "ajv-formats": "^3.0.1", - "chalk": "^5.6.2", - "openai": "5.21.0", - "partial-json": "^0.1.7", - "zod-to-json-schema": "^3.24.6" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/web-ui/node_modules/@mariozechner/pi-tui": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@mariozechner/pi-tui/-/pi-tui-0.9.4.tgz", - "integrity": "sha512-jEuqehUniAnJsaiwRIkhHO4APWGZJqoxWgayj02MhSSKUhwi9M+KiqvV8I0Mfgy+4YuZiqY0F9ld/mn1XWoj/w==", - "license": "MIT", - "dependencies": { - "@types/mime-types": "^2.1.4", - "chalk": "^5.5.0", - "marked": "^15.0.12", - "mime-types": "^3.0.1", - "string-width": "^8.1.0" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/web-ui/node_modules/string-width": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", - "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } } } } diff --git a/packages/agent/package.json b/packages/agent/package.json index 1f4f0745..872454a3 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-agent-core", - "version": "0.10.0", + "version": "0.10.1", "description": "General-purpose agent with transport abstraction, state management, and attachment support", "type": "module", "main": "./dist/index.js", @@ -18,8 +18,8 @@ "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { - "@mariozechner/pi-ai": "^0.10.0", - "@mariozechner/pi-tui": "^0.10.0" + "@mariozechner/pi-ai": "^0.10.1", + "@mariozechner/pi-tui": "^0.10.1" }, "keywords": [ "ai", diff --git a/packages/ai/package.json b/packages/ai/package.json index 9c94a361..cade13a0 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-ai", - "version": "0.10.0", + "version": "0.10.1", "description": "Unified LLM API with automatic model discovery and provider configuration", "type": "module", "main": "./dist/index.js", diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 5ec93051..87a66de2 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.10.1] - 2025-11-27 + ### Added - **CLI File Arguments (`@file`)**: Include files in your initial message using the `@` prefix (e.g., `pi @prompt.md @image.png "Do this"`). All `@file` arguments are combined into the first message. Text files are wrapped in `content` tags. Images (`.jpg`, `.jpeg`, `.png`, `.gif`, `.webp`) are attached as base64-encoded attachments. Supports `~` expansion, relative/absolute paths. Empty files are skipped. Works in interactive, `--print`, and `--mode text/json` modes. Not supported in `--mode rpc`. ([#54](https://github.com/badlogic/pi-mono/issues/54)) diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index 7a89c1b0..ff6f7b5d 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-coding-agent", - "version": "0.10.0", + "version": "0.10.1", "description": "Coding agent CLI with read, bash, edit, write tools and session management", "type": "module", "bin": { @@ -22,9 +22,9 @@ "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { - "@mariozechner/pi-agent-core": "^0.10.0", - "@mariozechner/pi-ai": "^0.10.0", - "@mariozechner/pi-tui": "^0.10.0", + "@mariozechner/pi-agent-core": "^0.10.1", + "@mariozechner/pi-ai": "^0.10.1", + "@mariozechner/pi-tui": "^0.10.1", "chalk": "^5.5.0", "diff": "^8.0.2", "glob": "^11.0.3" diff --git a/packages/mom/CHANGELOG.md b/packages/mom/CHANGELOG.md index b1239c6e..6e6624e4 100644 --- a/packages/mom/CHANGELOG.md +++ b/packages/mom/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.10.1] - 2025-11-27 + ### Changed - Reduced tool verbosity in main Slack messages (#65) diff --git a/packages/mom/package.json b/packages/mom/package.json index cd0a77ca..bbcf962d 100644 --- a/packages/mom/package.json +++ b/packages/mom/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-mom", - "version": "0.10.0", + "version": "0.10.1", "description": "Slack bot that delegates messages to the pi coding agent", "type": "module", "bin": { @@ -21,8 +21,8 @@ }, "dependencies": { "@anthropic-ai/sandbox-runtime": "^0.0.16", - "@mariozechner/pi-agent-core": "^0.10.0", - "@mariozechner/pi-ai": "^0.10.0", + "@mariozechner/pi-agent-core": "^0.10.1", + "@mariozechner/pi-ai": "^0.10.1", "@sinclair/typebox": "^0.34.0", "@slack/socket-mode": "^2.0.0", "@slack/web-api": "^7.0.0", diff --git a/packages/pods/package.json b/packages/pods/package.json index ec575335..e4e87224 100644 --- a/packages/pods/package.json +++ b/packages/pods/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi", - "version": "0.10.0", + "version": "0.10.1", "description": "CLI tool for managing vLLM deployments on GPU pods", "type": "module", "bin": { @@ -34,7 +34,7 @@ "node": ">=20.0.0" }, "dependencies": { - "@mariozechner/pi-agent-core": "^0.10.0", + "@mariozechner/pi-agent-core": "^0.10.1", "chalk": "^5.5.0" }, "devDependencies": {} diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 81bad1e7..742e0593 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-proxy", - "version": "0.10.0", + "version": "0.10.1", "type": "module", "description": "CORS and authentication proxy for pi-ai", "main": "dist/index.js", diff --git a/packages/tui/package.json b/packages/tui/package.json index d0d9928d..90e6a93b 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-tui", - "version": "0.10.0", + "version": "0.10.1", "description": "Terminal User Interface library with differential rendering for efficient text-based applications", "type": "module", "main": "dist/index.js", diff --git a/packages/web-ui/package.json b/packages/web-ui/package.json index 4db6c0e7..1087f68a 100644 --- a/packages/web-ui/package.json +++ b/packages/web-ui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-web-ui", - "version": "0.10.0", + "version": "0.10.1", "description": "Reusable web UI components for AI chat interfaces powered by @mariozechner/pi-ai", "type": "module", "main": "dist/index.js", @@ -18,8 +18,8 @@ }, "dependencies": { "@lmstudio/sdk": "^1.5.0", - "@mariozechner/pi-ai": "^0.10.0", - "@mariozechner/pi-tui": "^0.10.0", + "@mariozechner/pi-ai": "^0.10.1", + "@mariozechner/pi-tui": "^0.10.1", "docx-preview": "^0.3.7", "jszip": "^3.10.1", "lucide": "^0.544.0",