diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b2fee..db79abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.3.0 + +### Added +- Enhanced display of interrupted tool calls — interrupted tool results now show a ✋ icon, amber "INTERRUPTED" badge, and a highlighted code block with interrupt data details [#7](https://github.com/sagents-ai/sagents_live_debugger/pull/7) +- Interrupt summary formatting in the event timeline, distinguishing direct HITL interrupts from sub-agent HITL interrupts [#7](https://github.com/sagents-ai/sagents_live_debugger/pull/7) +- Agent run mode display on the overview tab under "Agent Information" [#6](https://github.com/sagents-ai/sagents_live_debugger/pull/6) + +### Changed +- Updated dependency on `sagents` library to `~> 0.3.0` (and `langchain` to `0.6.1` via transitive dep) [#7](https://github.com/sagents-ai/sagents_live_debugger/pull/7) + ## v0.2.1 ### Changed diff --git a/mix.exs b/mix.exs index 0d3e8d2..a13cbfc 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule SagentsLiveDebugger.MixProject do use Mix.Project @source_url "https://github.com/sagents-ai/sagents_live_debugger" - @version "0.2.1" + @version "0.3.0" def project do [