Skip to content

Commit fb3a911

Browse files
committed
chore(release): v2.6.5
Highlights: - Splash screen now waits for the CLI's actual first frame (substantial output + a brief silence) instead of dismissing on the first byte — no more empty terminal limbo for slow-starting agents. - Hyper-Agent tab gains the same 9-dot indicator the AI CLIs use, locked to green idle: tab-open == MCP-up at a glance. - Pinned-agent grid no longer shuffles on restart. The multi-agent migration is now flag-gated; an explicit unpin is respected. - Newly installed CLIs are detected on window focus, no restart needed. - Task list "in-progress" pulse + working-checkbox dot get the same Linux gate as the tab status grid (zero animation cost on WebKit2GTK + Cairo, no visual change on Windows / macOS). - Inline-editing a task title no longer collapses the row by ~3 px. - OpenCode tabs default to the lucent-orng theme so the Glass wallpaper / terminal bg shows through the TUI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0592289 commit fb3a911

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coffee-cli"
3-
version = "2.6.4"
3+
version = "2.6.5"
44
edition = "2021"
55
description = "Lightweight Multi-layer AI CLI Terminal"
66
license = "AGPL-3.0-or-later"

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Coffee CLI",
4-
"version": "2.6.4",
4+
"version": "2.6.5",
55
"identifier": "com.coffeemode.desktop",
66
"build": {
77
"frontendDist": "./src-ui/dist",

0 commit comments

Comments
 (0)