From 2933f6692b7c8463dc40cc18d88c9452f9785970 Mon Sep 17 00:00:00 2001 From: Valerii Kovalskii Date: Thu, 16 Apr 2026 12:39:23 +0300 Subject: [PATCH] =?UTF-8?q?release:=20v7.1.0=20=E2=80=94=20Kilo=20agent,?= =?UTF-8?q?=20Linux=20focus,=20WSL=20support,=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merged PRs: - #169 (@buriy): Running card titles white for visibility - #170 (@buriy): Makefile for easy service management - #177 (@tearfu1): Linux precise terminal focus via WINDOWID - #172 (@vbp1): WSL browser UI (launch, focus, IDE) - #150 (@dum3r): WSL agent homes discovery on Windows - #165 (@tpitsunov): Kilo CLI agent support (SQLite backend) Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bb6445..3935e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codbash-app", - "version": "7.0.0", + "version": "7.1.0", "description": "Dashboard + CLI for AI coding agents — Claude Code, Codex, Cursor, OpenCode, Kiro. View, search, resume, convert, sync sessions.", "bin": { "codbash": "./bin/cli.js",