File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 ` )
You can’t perform that action at this time.
0 commit comments