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) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 12:52:07 +02:00
co-authored by Claude Opus 4.8
parent 9be75d5592
commit 9bdab1d2d3
+4 -9
View File
@@ -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 <path>` 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