Tidy 1.0.1 changelog wording

Drop an em dash, two curly ellipses, an -ing tail, and a promo word from the 1.0.1 notes so they read plainly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

paydii committed Jun 26, 2026 at 01:01 UTC 018a70d0ea77d82b2ee09c65a9bd5bca981b01c7
1 file changed +14 -13
CHANGELOG.md
+14 -13
index 580b482..fe488ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Agent registry browser: **siGit: Browse Agent Registry** and **siGit: Refresh - Agent Registry** fetch a curated ACP agent catalog (configurable via - `sigit.registry.url`), cache the last good copy for offline use, and "install" - a chosen agent by registering its launch command in `sigit.agents`. Installing - only *registers* a command — siGit never downloads or runs agent binaries on - your behalf. +- Agent registry browser. **siGit: Browse Agent Registry** and **siGit: Refresh + Agent Registry** fetch an ACP agent catalog (set the source with + `sigit.registry.url`), keep the last good copy for offline use, and install a + chosen agent by writing its launch command into `sigit.agents`. Install here + means register the command; siGit does not download or run agent binaries for + you. ### Fixed - Agent failed to launch with `spawn sigit ENOENT` when VS Code was started from the GUI (Dock, Finder, Spotlight). GUI launches inherit a minimal system PATH - that omits common install dirs (Homebrew, Cargo, `~/.local/bin`, …), so the + that omits common install dirs (Homebrew, Cargo, `~/.local/bin`, and so on), so + the `sigit` binary couldn't be found even when installed. The agent command is now resolved against an augmented PATH that adds those dirs plus the user's login-shell PATH. @@ -38,12 +39,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Tool calls now stream in place: a `tool_call` and its `tool_call_update`s share - a `toolCallId` and update a single row with a progress bar, instead of stacking - a new bubble per update (e.g. the model-download progress no longer piles up - separate "Downloading… 0%/50%/failed" lines). -- Packaging now excludes `.claude/` and lockfiles from the VSIX, shrinking the - bundle and preventing stray worktree copies from being shipped. +- Tool calls now stream in place. A `tool_call` and its `tool_call_update`s share + a `toolCallId` and update one row with a progress bar, instead of adding a new + bubble per update. Model-download progress used to stack as separate + "Downloading 0%", "50%", and "failed" lines; now it stays on one row. +- Packaging excludes `.claude/` and lockfiles from the VSIX, so the bundle is + smaller and stray worktree copies no longer get shipped. ## [1.0.0] - 2026-06-25