From bd11088670024f784e5ddc76007dbe43deeb93d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:24:53 +0000 Subject: [PATCH] chore(main): release 0.3.16 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85ee690..10ce5e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.15" + ".": "0.3.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3343294..93965eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6ef43c6..13f1dcd 100644 --- a/package.json +++ b/package.json @@ -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",