Bump to v1.15.4 for status line reasoning effort and context token count

AI Assisted
This commit is contained in:
2026-07-19 21:22:54 -07:00
parent 5b3b84f0a9
commit 4b20f93bb9
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to Plan2Code will be documented in this file.
## v1.15.4
### ✨ Added
- **Status line: reasoning effort + context token count** — model segment now appends the current reasoning effort level (e.g. `Sonnet 5 | High`, hidden when the model doesn't support an effort parameter); context bar now shows raw input tokens used alongside the percentage (e.g. `42% (84k)`), independently toggleable via new `items.effort` / `items.contextTokens` config flags
## v1.15.3
### ✨ Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "plan2code",
"version": "1.15.3",
"version": "1.15.4",
"private": true,
"bin": {
"plan2code": "./install.js"