Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.2.0](https://github.com/christiangalsterer/opencode-requesty-plugin/compare/v1.1.0...v1.2.0) (2026-09-15)


### Features

* include sub-agent session cost in session totals ([e1c8cee](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/e1c8cee7a98aa1728413a579813b2dd99a95222f))
* show per-session cost in the sidebar ([031a95c](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/031a95ca4059d9857b36d44615ba1388212600f4))
* show per-session cost in the sidebar ([16a66c3](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/16a66c38be90ce392b1d684f02a5d2b400b1eb3a))
* show per-session cost in the sidebar ([39bb772](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/39bb7723da3b2730e0ef4f9cebbb5b6476daedb9))
* show per-session cost in the sidebar ([9de7ee5](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/9de7ee5579e68eeb4647754a8eab74020fce1d93))


### Bug Fixes

* Make the session cost tests use dates derived from the current day so they no longer break when the calendar advances. ([bf5aabe](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/bf5aabe7b818c7593e5d5c29c4c7e926e602ed25))
* remove hardcoded requesty provider check ([8ff781e](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/8ff781ee10c53b258d5aa6266b5818e39624c81f))
* remove hardcoded requesty provider check ([dc5b5a2](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/dc5b5a256461135bb10349acc37006567260b03a))
* render cached session cost immediately on revisit ([86cba85](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/86cba85ba604432ff572441d06dd6c999343ce78))
* round costs to two decimals instead of truncating ([87b73c0](https://github.com/christiangalsterer/opencode-requesty-plugin/commit/87b73c0a402a16852cd40d8d5c85910384d3d21b))

## [1.1.0](https://github.com/christiangalsterer/opencode-requesty-plugin/compare/v1.0.0...v1.1.0) (2026-08-22)


Expand Down