Release v0.27.5

This commit is contained in:
Mario Zechner 2025-12-24 12:18:51 +01:00
parent 31dc58d43b
commit bf313d2713
11 changed files with 46 additions and 49 deletions

53
package-lock.json generated
View file

@ -1879,9 +1879,9 @@
]
},
"node_modules/@sinclair/typebox": {
"version": "0.34.41",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz",
"integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==",
"version": "0.34.43",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.43.tgz",
"integrity": "sha512-zD2/pAP6nq+ypyNPxsDhc5as3BamstGwCvhOEFTvull2qog9fdb/sj4m/431mk6iuXXW+WE1PER94uBDqxkoIg==",
"license": "MIT"
},
"node_modules/@slack/logger": {
@ -4013,7 +4013,6 @@
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.1.tgz",
"integrity": "sha512-KsFcH0xxHes0J4zaQgWbYwmz3UPOOskdqZmItstUG93+Wk1ePBLkLGwbP9zlmh1BFUiL8Qp+Xfu9P7feJWpGNg==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=16.9.0"
}
@ -4583,7 +4582,6 @@
"resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz",
"integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==",
"license": "BSD-3-Clause",
"peer": true,
"dependencies": {
"@lit/reactive-element": "^2.1.0",
"lit-element": "^4.2.0",
@ -5704,7 +5702,6 @@
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
"integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
"license": "MIT",
"peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/dcastil"
@ -5733,8 +5730,7 @@
"version": "4.1.18",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/tapable": {
"version": "2.3.0",
@ -5999,7 +5995,6 @@
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz",
"integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
"license": "MIT",
"peer": true,
"dependencies": {
"esbuild": "^0.27.0",
"fdir": "^6.5.0",
@ -6452,11 +6447,11 @@
},
"packages/agent": {
"name": "@mariozechner/pi-agent-core",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-tui": "^0.27.4"
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5"
},
"devDependencies": {
"@types/node": "^24.3.0",
@ -6486,7 +6481,7 @@
},
"packages/ai": {
"name": "@mariozechner/pi-ai",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.71.2",
@ -6528,12 +6523,12 @@
},
"packages/coding-agent": {
"name": "@mariozechner/pi-coding-agent",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@mariozechner/pi-agent-core": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-tui": "^0.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",
@ -6574,13 +6569,13 @@
},
"packages/mom": {
"name": "@mariozechner/pi-mom",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.16",
"@mariozechner/pi-agent-core": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-coding-agent": "^0.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-coding-agent": "^0.27.5",
"@sinclair/typebox": "^0.34.0",
"@slack/socket-mode": "^2.0.0",
"@slack/web-api": "^7.0.0",
@ -6619,10 +6614,10 @@
},
"packages/pods": {
"name": "@mariozechner/pi",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@mariozechner/pi-agent-core": "^0.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"chalk": "^5.5.0"
},
"bin": {
@ -6635,7 +6630,7 @@
},
"packages/proxy": {
"name": "@mariozechner/pi-proxy",
"version": "0.27.4",
"version": "0.27.5",
"dependencies": {
"@hono/node-server": "^1.14.0",
"hono": "^4.6.16"
@ -6651,7 +6646,7 @@
},
"packages/tui": {
"name": "@mariozechner/pi-tui",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@types/mime-types": "^2.1.4",
@ -6695,12 +6690,12 @@
},
"packages/web-ui": {
"name": "@mariozechner/pi-web-ui",
"version": "0.27.4",
"version": "0.27.5",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-tui": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",
"lucide": "^0.544.0",
@ -6721,7 +6716,7 @@
},
"packages/web-ui/example": {
"name": "pi-web-ui-example",
"version": "1.15.4",
"version": "1.15.5",
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",
"@mariozechner/pi-ai": "file:../../ai",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent-core",
"version": "0.27.4",
"version": "0.27.5",
"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.27.4",
"@mariozechner/pi-tui": "^0.27.4"
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5"
},
"keywords": [
"ai",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.27.4",
"version": "0.27.5",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.27.5] - 2025-12-24
### Added
- **HTML export syntax highlighting**: Code blocks in markdown and tool outputs (read, write) now have syntax highlighting using highlight.js with theme-aware colors matching the TUI.

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.27.4",
"version": "0.27.5",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@ -39,9 +39,9 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-tui": "^0.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-mom",
"version": "0.27.4",
"version": "0.27.5",
"description": "Slack bot that delegates messages to the pi coding agent",
"type": "module",
"bin": {
@ -21,9 +21,9 @@
},
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.16",
"@mariozechner/pi-agent-core": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.4",
"@mariozechner/pi-coding-agent": "^0.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-coding-agent": "^0.27.5",
"@sinclair/typebox": "^0.34.0",
"@slack/socket-mode": "^2.0.0",
"@slack/web-api": "^7.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.27.4",
"version": "0.27.5",
"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.27.4",
"@mariozechner/pi-agent-core": "^0.27.5",
"chalk": "^5.5.0"
},
"devDependencies": {}

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-proxy",
"version": "0.27.4",
"version": "0.27.5",
"type": "module",
"description": "CORS and authentication proxy for pi-ai",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-tui",
"version": "0.27.4",
"version": "0.27.5",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "pi-web-ui-example",
"version": "1.15.4",
"version": "1.15.5",
"private": true,
"type": "module",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-web-ui",
"version": "0.27.4",
"version": "0.27.5",
"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.27.4",
"@mariozechner/pi-tui": "^0.27.4",
"@mariozechner/pi-ai": "^0.27.5",
"@mariozechner/pi-tui": "^0.27.5",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",
"lucide": "^0.544.0",