Skip to content

Commit bccfd6a

Browse files
committed
chore: release v0.0.6
1 parent 51e6851 commit bccfd6a

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

examples/chat-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/example-chat-sdk",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"scripts": {
77
"dev": "tsx src/index.ts"

examples/copilotkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/example-copilotkit",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"scripts": {
77
"build": "tsc -b && vite build",

examples/pi-tui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/example-pi-tui",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"scripts": {
77
"dev": "tsx src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/workspace",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"packageManager": "pnpm@11.5.2",
77
"scripts": {

packages/apeira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apeira",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "stream-first Agent Runtime.",
66
"author": "Moeru AI",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/core",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "stream-first Agent Runtime.",
66
"author": "Moeru AI",
77
"license": "MIT",

packages/plugin-ag-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/plugin-ag-ui",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"description": "Bridge Apeira events to the AG-UI protocol for compatible frontends.",
77
"author": "Moeru AI",

packages/plugin-common-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/plugin-common-tools",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"description": "Common development tools (read, write, edit, bash, glob, grep, web)",
77
"author": "Moeru AI",

packages/plugin-compact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/plugin-compact",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"description": "Automatic context compaction for Apeira agents.",
77
"author": "Moeru AI",

packages/plugin-hitl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apeira/plugin-hitl",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"private": true,
66
"description": "Human-in-the-loop tool approval for Apeira.",
77
"author": "Moeru AI",

0 commit comments

Comments
 (0)