Skip to content

Commit eda92ea

Browse files
docs: dashboard v0.9.1 release notes
Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
1 parent 30b28c3 commit eda92ea

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Dashboard v0.9.1
2+
3+
A patch release fixing model discovery for pnpm-installed OpenCode on Windows.
4+
5+
## Fixes
6+
7+
- **Finds a pnpm-installed OpenCode CLI on Windows (#149).** pnpm places global binaries at `%LOCALAPPDATA%\pnpm\bin\opencode.cmd`, which is not on the GUI process's PATH and was not in the set of locations the dashboard checks, so model dropdowns came up empty for pnpm users. That path (and the pnpm store location) is now included, so the dashboard discovers and queries a pnpm-installed OpenCode. Verified on Windows. Thanks to @nielpattin for the report and diagnosis.
8+
9+
## Maintenance
10+
11+
- The updater manifest now pins download URLs to each release tag, so Desktop auto-update keeps working regardless of which package release is GitHub's "latest" (the earlier broken manifest was already corrected in place).

0 commit comments

Comments
 (0)