comisai 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/agent",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "AI agent executor, budget control, and session management for Comis",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/channels",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Chat platform adapters — Discord, Telegram, Slack, WhatsApp, Signal, iMessage, IRC, LINE",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/cli",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Command-line interface for the Comis AI agent platform",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/core",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Core domain types, ports, event bus, security, and config for Comis",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/daemon",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Background daemon and orchestrator for the Comis platform",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/gateway",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "HTTP, JSON-RPC, and WebSocket gateway for Comis",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/infra",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Structured logging infrastructure for Comis",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/memory",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "SQLite memory, embeddings, and RAG storage for Comis agents",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/scheduler",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Task scheduling and cron management for Comis",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/shared",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Shared types and utilities for the Comis platform",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comis/skills",
3
3
  "private": true,
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
7
7
  "description": "Skill system, MCP integration, and tool sandbox for Comis agents",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comis/web",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Web dashboard SPA for Comis agent management",
5
5
  "author": "Moshe Anconina",
6
6
  "license": "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comisai",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "author": "Moshe Anconina",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Security-first AI agent platform — connects AI agents to Discord, Telegram, Slack, WhatsApp, and more",
@@ -111,18 +111,18 @@
111
111
  "@comis/web"
112
112
  ],
113
113
  "dependencies": {
114
- "@comis/shared": "1.0.26",
115
- "@comis/core": "1.0.26",
116
- "@comis/infra": "1.0.26",
117
- "@comis/memory": "1.0.26",
118
- "@comis/gateway": "1.0.26",
119
- "@comis/skills": "1.0.26",
120
- "@comis/scheduler": "1.0.26",
121
- "@comis/agent": "1.0.26",
122
- "@comis/channels": "1.0.26",
123
- "@comis/cli": "1.0.26",
124
- "@comis/daemon": "1.0.26",
125
- "@comis/web": "1.0.26",
114
+ "@comis/shared": "1.0.27",
115
+ "@comis/core": "1.0.27",
116
+ "@comis/infra": "1.0.27",
117
+ "@comis/memory": "1.0.27",
118
+ "@comis/gateway": "1.0.27",
119
+ "@comis/skills": "1.0.27",
120
+ "@comis/scheduler": "1.0.27",
121
+ "@comis/agent": "1.0.27",
122
+ "@comis/channels": "1.0.27",
123
+ "@comis/cli": "1.0.27",
124
+ "@comis/daemon": "1.0.27",
125
+ "@comis/web": "1.0.27",
126
126
  "@agentclientprotocol/sdk": "^0.19.0",
127
127
  "@clack/core": "^1.1.0",
128
128
  "@clack/prompts": "^1.1.0",
@@ -164,7 +164,7 @@
164
164
  "iconv-lite": "^0.7.2",
165
165
  "ignore": "^7.0.5",
166
166
  "imapflow": "^1.2.18",
167
- "impit": "^0.13.0",
167
+ "impit": "0.13.0",
168
168
  "ipaddr.js": "^2.3.0",
169
169
  "irc-framework": "^4.14.0",
170
170
  "json-rpc-2.0": "^1.7.1",