Skip to content

Commit cc811bc

Browse files
chore: bump all packages to v2026.4.1
MCP removal, cross-platform fixes, CLI-only dispatch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 385e5aa commit cc811bc

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/adapters",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "Unified provider adapters for CLEO (Claude Code, OpenCode, Cursor)",
55
"type": "module",
66
"main": "dist/index.js",

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/agents",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "CLEO agent protocols and templates",
55
"type": "module",
66
"license": "MIT",

packages/caamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/caamp",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "Central AI Agent Managed Packages - unified provider registry and package manager for AI coding agents",
55
"type": "module",
66
"bin": {

packages/cleo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/cleo",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "CLEO CLI — the assembled product consuming @cleocode/core",
55
"type": "module",
66
"main": "./dist/cli/index.js",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/contracts",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "Domain types, interfaces, and contracts for the CLEO ecosystem",
55
"type": "module",
66
"main": "./dist/index.js",

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": "@cleocode/core",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "CLEO core business logic kernel — tasks, sessions, memory, orchestration, lifecycle, with bundled SQLite store",
55
"type": "module",
66
"main": "./dist/index.js",

packages/lafs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/lafs",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"private": false,
55
"type": "module",
66
"description": "LLM-Agent-First Specification schemas and conformance tooling",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/runtime",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "Long-running process layer for CLEO — agent polling, SSE connections, heartbeat, key rotation",
55
"type": "module",
66
"main": "dist/index.js",

packages/skills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cleocode/skills",
3-
"version": "2026.4.0",
3+
"version": "2026.4.1",
44
"description": "CLEO skill definitions - bundled with CLEO monorepo",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)