Skip to content

Commit 1840c62

Browse files
committed
🔖 tag(release): prepare 0.9.0
1 parent 3a82992 commit 1840c62

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.9.0] - 2026-07-25
10+
911
### Added
1012

1113
- Add an optional FrostPi-bundled Pi `question` tool (off by default via `frostpi.questionTool.enabled`) that renders clarification prompts inside the Webview and returns structured answers through the standard Pi Extension UI response. The bundled extension is injected only into newly started or restarted Pi processes; project/global `question` registrations keep Pi's load-order priority. Document that third-party question extensions can inspect `PI_INSIDE_FROSTPI` to skip their own registration when users prefer FrostPi's bundled tool.

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.8.0",
5+
"version": "0.9.0",
66
"publisher": "frostime",
77
"license": "AGPL-3.0-only",
88
"private": false,

0 commit comments

Comments
 (0)