Skip to content

Commit dd6fc80

Browse files
committed
🔖 tag: release 0.10.4
Finalize unresolved tool cards, model picker scope fixes, and UI polish.
1 parent 5177da3 commit dd6fc80

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.4] - 2026-08-08
10+
911
### Added
1012

1113
- Mirror Pi's `--models`/`enabledModels` model scope in the picker with a read-only default `Scoped` view and an `All`-models toggle.
@@ -320,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320322
- Add editor context capture, file navigation, Git-base diffs, diagnostics export, CSP, and trusted-workspace constraints.
321323
- Add production builds, tests, VSIX verification, release scripts, and maintenance documentation.
322324

323-
[Unreleased]: https://github.com/frostime/frostpi/compare/v0.10.3...HEAD
325+
[Unreleased]: https://github.com/frostime/frostpi/compare/v0.10.4...HEAD
326+
[0.10.4]: https://github.com/frostime/frostpi/compare/v0.10.3...v0.10.4
324327
[0.10.3]: https://github.com/frostime/frostpi/compare/v0.10.2...v0.10.3
325328
[0.10.2]: https://github.com/frostime/frostpi/compare/v0.10.1...v0.10.2
326329
[0.10.1]: https://github.com/frostime/frostpi/compare/v0.10.0...v0.10.1

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frostpi",
33
"displayName": "FrostPi — Visual UI for Pi Coding Agent",
44
"description": "A polished VS Code interface for Pi's RPC mode, with streaming conversations, tool activity, image prompts, extension commands, and extension UI requests.",
5-
"version": "0.10.3",
5+
"version": "0.10.4",
66
"publisher": "frostime",
77
"license": "AGPL-3.0-only",
88
"private": false,

0 commit comments

Comments
 (0)