From 9bdab1d2d3c1e81b413d4cdbb81525b05badb5b9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 6 Jun 2026 12:52:07 +0200 Subject: [PATCH] trim T-212 changelog bullet under the 60-word gate The Install-clide-command entry ran to 105 words; the rationale and the stale-symlink detail live in the commit body and D-83/T-212. Keep the changelog line to user-facing impact. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fc6022..0bf94a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,15 +18,10 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Added -- "Install 'clide' command in PATH": a command-palette / `clide` CLI verb - (`clide.installCli`) that copies the bundled C client into `~/.local/bin`, - VS Code "Install code command" style — so a user who runs the app without - `make install` can still reach the CLI from a shell. On launch the app now - detects when `clide` is missing from PATH, or resolves to a stale symlink - into the Flutter GUI bundle (which would launch a second app instead of - querying the socket), and notifies with a pointer to the command. `make - build` ships the C client inside the app bundle so the affordance can - self-install from it. (T-212) +- "Install 'clide' command in PATH" command (`clide.installCli`) copies the + bundled C client to `~/.local/bin`, VS Code style. On launch clide warns when + `clide` is missing from PATH or points at the GUI bundle instead of the CLI + client. (T-212) - `clide ui open diff ` reveals the diff in a split above the Claude conversation, scrolls to that file and highlights its header — the diff-panel arm of `ui open`. Workspace tabs other than Claude/editor now