diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a5244f0..72c88d263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file records user-visible changes to Comis. Detailed release history is ava ## [Unreleased] +## [1.0.55] - 2026-07-25 + +Aggregates the user-visible changes since 1.0.53, including those first published in the [v1.0.54 release](https://github.com/comisai/comis/releases/tag/v1.0.54). + ### Added - A focused public website, contributor onboarding, issue templates, and security reporting guidance. @@ -49,7 +53,8 @@ This file records user-visible changes to Comis. Detailed release history is ava ## [1.0.53] - 2026-07-13 -Current published baseline. See the [v1.0.53 release](https://github.com/comisai/comis/releases/tag/v1.0.53) for its generated notes and artifacts. +See the [v1.0.53 release](https://github.com/comisai/comis/releases/tag/v1.0.53) for its generated notes and artifacts. -[Unreleased]: https://github.com/comisai/comis/compare/v1.0.53...HEAD +[Unreleased]: https://github.com/comisai/comis/compare/v1.0.55...HEAD +[1.0.55]: https://github.com/comisai/comis/releases/tag/v1.0.55 [1.0.53]: https://github.com/comisai/comis/releases/tag/v1.0.53 diff --git a/packages/agent/package.json b/packages/agent/package.json index 17c6e3a0d..eecdbbfad 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,7 +1,7 @@ { "name": "@comis/agent", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "AI agent executor, budget control, and session management for Comis", diff --git a/packages/channels/package.json b/packages/channels/package.json index 5cbaf5d11..ed24e2733 100644 --- a/packages/channels/package.json +++ b/packages/channels/package.json @@ -1,7 +1,7 @@ { "name": "@comis/channels", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Messaging adapters for Comis, including Microsoft Teams, Email, Discord, Telegram, Slack, and more.", diff --git a/packages/cli/package.json b/packages/cli/package.json index effe02ece..fffa040f5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@comis/cli", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Command-line interface for the Comis agent runtime", diff --git a/packages/comis/package.json b/packages/comis/package.json index 6fee8b1dd..f48a442de 100644 --- a/packages/comis/package.json +++ b/packages/comis/package.json @@ -1,6 +1,6 @@ { "name": "comisai", - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Open-source security-first runtime for AI agents that learn and act across sessions.", diff --git a/packages/core/package.json b/packages/core/package.json index b4c2d79e8..fefeca58b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@comis/core", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Core domain types, ports, event bus, security, and config for Comis", diff --git a/packages/daemon/package.json b/packages/daemon/package.json index 7bdb0f9c8..ed8d00904 100644 --- a/packages/daemon/package.json +++ b/packages/daemon/package.json @@ -1,7 +1,7 @@ { "name": "@comis/daemon", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Background daemon and orchestrator for the Comis agent runtime", diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 6a0f949e9..73f0185c4 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,7 +1,7 @@ { "name": "@comis/gateway", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "HTTP, JSON-RPC, and WebSocket gateway for Comis", diff --git a/packages/infra/package.json b/packages/infra/package.json index 3a1859b30..f6031b437 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,7 +1,7 @@ { "name": "@comis/infra", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Structured logging infrastructure for Comis", diff --git a/packages/memory/package.json b/packages/memory/package.json index e7c798e52..139629d2c 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,7 +1,7 @@ { "name": "@comis/memory", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "SQLite memory, embeddings, and RAG storage for Comis agents", diff --git a/packages/observability-otel/package.json b/packages/observability-otel/package.json index 0aa694659..5da741e5d 100644 --- a/packages/observability-otel/package.json +++ b/packages/observability-otel/package.json @@ -1,7 +1,7 @@ { "name": "@comis/observability-otel", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "OTLP + Prometheus telemetry export for Comis (opt-in extension)", diff --git a/packages/observability/package.json b/packages/observability/package.json index 0b07e472e..2a8589c2c 100644 --- a/packages/observability/package.json +++ b/packages/observability/package.json @@ -1,7 +1,7 @@ { "name": "@comis/observability", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Observability substrate (queued writer, payload bounding, sanitization, path guards) for Comis diagnostics artifacts", diff --git a/packages/orchestrator/package.json b/packages/orchestrator/package.json index 57fb1e3a7..cc5a96363 100644 --- a/packages/orchestrator/package.json +++ b/packages/orchestrator/package.json @@ -1,7 +1,7 @@ { "name": "@comis/orchestrator", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Inbound orchestration: channel-manager lifecycle, inbound pipeline, execute-and-deliver coordination, command queue, message routing", diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 5566d4cd7..94bcacfd4 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,7 +1,7 @@ { "name": "@comis/scheduler", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Task scheduling and cron management for Comis", diff --git a/packages/shared/package.json b/packages/shared/package.json index 045dff076..b0ae2a0bc 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@comis/shared", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Shared types and utilities for the Comis agent runtime", diff --git a/packages/skills/package.json b/packages/skills/package.json index 47de964dc..ed03f1cee 100644 --- a/packages/skills/package.json +++ b/packages/skills/package.json @@ -1,7 +1,7 @@ { "name": "@comis/skills", "private": true, - "version": "1.0.54", + "version": "1.0.55", "author": "Moshe Anconina", "license": "Apache-2.0", "description": "Skill system, MCP integration, and tool sandbox for Comis agents", diff --git a/packages/web/package.json b/packages/web/package.json index 2eb9ce63b..21ffb6c0e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@comis/web", - "version": "1.0.54", + "version": "1.0.55", "description": "Web dashboard SPA for Comis agent management", "author": "Moshe Anconina", "license": "Apache-2.0",