Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.15"
".": "0.3.16"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.3.16](https://github.com/Coral-Protocol/console/compare/v0.3.15...v0.3.16) (2026-06-18)


### Features

* add class injection to SessionSwitcher ([308d9a8](https://github.com/Coral-Protocol/console/commit/308d9a86e3fe2c99e2bdda1414b8033f73939165))
* better graph controls ([#171](https://github.com/Coral-Protocol/console/issues/171)) ([e5c75bc](https://github.com/Coral-Protocol/console/commit/e5c75bc4e085a2b86d3217a43f2c49972750500f))
* fancy new inputs for currency related forms :) ([#173](https://github.com/Coral-Protocol/console/issues/173)) ([414e1b8](https://github.com/Coral-Protocol/console/commit/414e1b8908376623c77c05c5bb1f29cb183a12d2))
* kill session button ([61586b0](https://github.com/Coral-Protocol/console/commit/61586b09f21f9a6d26aea56dcf2815879048e606))
* session overview page ([05464ef](https://github.com/Coral-Protocol/console/commit/05464ef7fb44125aa702fba6db8e05cb8eeed807))
* support runtime agents in Graph component + class injection ([8c62efe](https://github.com/Coral-Protocol/console/commit/8c62efe16b56b63e4abb7a9b93190736f66fc625))
* track more state in Session class ([#174](https://github.com/Coral-Protocol/console/issues/174)) ([899940f](https://github.com/Coral-Protocol/console/commit/899940f05e1d69fdaed68a9f926a900e517361d8))
* workbench drafts and session persistence ([#172](https://github.com/Coral-Protocol/console/issues/172)) ([3318454](https://github.com/Coral-Protocol/console/commit/33184547bad94a4836a0a2f17e95da0c38591a05))


### Bug Fixes

* bug fixes and session budget feature ([#168](https://github.com/Coral-Protocol/console/issues/168)) ([76c05b6](https://github.com/Coral-Protocol/console/commit/76c05b6a27e918f26673d8445f0383058fb07199))
* disable /session as page ([292bc2c](https://github.com/Coral-Protocol/console/commit/292bc2c53575bad62ef9d6a0fa9870a889e69e3e))

## [0.3.15](https://github.com/Coral-Protocol/console/compare/v0.3.14...v0.3.15) (2026-05-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coral-protocol/coral-studio",
"private": false,
"version": "0.3.15",
"version": "0.3.16",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down