Skip to content

Commit dcd3338

Browse files
author
AndrewMorgan1
committed
2 parents 9844518 + 2ed1b9a commit dcd3338

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# 🧾 Changelog
22

3+
## [0.8.3] - 2025-10-12
4+
### Added
5+
- Accurate cost estimation support using TokenFlow.AI embedded registry data.
6+
- JSON deserialization shim for model registry compatibility across versions.
7+
- Comprehensive XML documentation for `PromptStreamService.AnalyzePrompt()`.
8+
9+
### Changed
10+
- CLI packaging updated with `PackAsTool=true` and `ToolCommandName=promptstream`.
11+
- Improved registry loading and cost calculation reliability.
12+
13+
### Fixed
14+
- Zero-cost issue in `promptstream analyze` command when running as global tool.
15+
16+
### Verified
17+
```bash
18+
promptstream analyze --template "Explain neural networks simply." --model gpt-4o
19+
```
20+
Displays accurate estimated cost output.
21+
22+
---
23+
324
## v0.8.1
425
- Added new `analyze` command for token and cost analysis
526
- Updated documentation (`cli-analyze.md`)

0 commit comments

Comments
 (0)