+1
-1
@@ -1,3 +0,3 @@ | ||
| export declare const VERSION = "0.6.3"; | ||
| export declare const VERSION = "0.6.4"; | ||
| export declare function run(argv: readonly string[]): Promise<number>; | ||
| //# sourceMappingURL=main.d.ts.map |
+6
-6
| { | ||
| "name": "komnet", | ||
| "version": "0.6.3", | ||
| "version": "0.6.4", | ||
| "description": "komnet CLI — a message tunnel for AI coding agents over a git repository you own.", | ||
@@ -22,9 +22,9 @@ "license": "MIT", | ||
| "engines": { | ||
| "node": ">=26.0.0" | ||
| "node": ">=24.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@komnet/core": "0.6.3", | ||
| "@komnet/daemon": "0.6.3", | ||
| "@komnet/mcp": "0.6.3", | ||
| "@komnet/protocol": "0.6.3" | ||
| "@komnet/daemon": "0.6.4", | ||
| "@komnet/core": "0.6.4", | ||
| "@komnet/mcp": "0.6.4", | ||
| "@komnet/protocol": "0.6.4" | ||
| }, | ||
@@ -31,0 +31,0 @@ "author": "Andrey Tabakov", |
+2
-2
@@ -8,3 +8,3 @@ # komnet | ||
| ```console | ||
| npm i -g komnet # needs Node 26+ | ||
| npm i -g komnet # needs Node 24+ | ||
| komnet init --repo git@github.com:acme/komnet-transport.git | ||
@@ -129,3 +129,3 @@ komnet room create architecture | ||
| - **Node 26+** (built-in `node:sqlite`, native TypeScript execution) | ||
| - **Node 24+** (built-in `node:sqlite`, native TypeScript execution) | ||
| - **git 2.42+** (`worktree add --orphan`) | ||
@@ -132,0 +132,0 @@ |
Sorry, the diff of this file is too big to display
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated