chore: bump version to 0.12.6

This commit is contained in:
Mario Zechner 2025-12-03 17:12:27 +01:00
parent 989af79752
commit 1517e64869
11 changed files with 33 additions and 32 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent-core",
"version": "0.12.5",
"version": "0.12.6",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.12.5",
"version": "0.12.6",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-mom",
"version": "0.12.5",
"version": "0.12.6",
"description": "Slack bot that delegates messages to the pi coding agent",
"type": "module",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi",
"version": "0.12.5",
"version": "0.12.6",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-proxy",
"version": "0.12.5",
"version": "0.12.6",
"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.12.5",
"version": "0.12.6",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",

View file

@ -1,13 +1,14 @@
{
"name": "pi-web-ui-example",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "tsc --noEmit"
"check": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-web-ui",
"version": "0.12.5",
"version": "0.12.6",
"description": "Reusable web UI components for AI chat interfaces powered by @mariozechner/pi-ai",
"type": "module",
"main": "dist/index.js",