Skip to content

Commit 09c4c16

Browse files
avivsinaiclaude
andcommitted
chore: bump version to v0.9.1
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b96984a commit 09c4c16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [0.9.1] - 2025-12-01
66

77
### Fixed
88
- **Apply & Review Workspace Resolution**: Generated prompts now include workspace info (name and root path) for each file, enabling LLMs to correctly output `<workspace_name>` and `<workspace_root>` tags. This fixes Apply & Review functionality in multi-root workspace scenarios. ([#58](https://github.com/cogflows/promptcode-vscode/issues/58))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "promptcode",
44
"displayName": "promptcode",
55
"description": "Generate prompt for LLM from your code",
6-
"version": "0.6.31",
6+
"version": "0.9.1",
77
"license": "SEE LICENSE IN LICENSE",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)