chore(release): v0.19.0
Version bump via changesets.
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @fusion/dashboard
|
||||
|
||||
## 0.19.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 082c62a: Fix a cross-agent overwrite bug in the Agents split view. The Config tab's form state was initialized once at mount and never resynced on `agent` change, while the master-detail layout reused the same `<AgentDetailView>` / `<ConfigTab>` instance across selections (no `key`). Switching agents while sitting on the Config tab made `hasChanges` evaluate true (stale form values vs. the newly loaded agent), and the 700ms autosave then wrote the previously-viewed agent's name/role/title/icon/model/skills onto the newly-selected agent's row. Adds `key={selectedAgentId}` to `<AgentDetailView>` and `key={agent.id}` to `<ConfigTab>` so both remount with fresh state on every agent transition.
|
||||
- Updated dependencies [54f2832]
|
||||
- @fusion/engine@0.19.0
|
||||
- @fusion/core@0.19.0
|
||||
- @fusion-plugin-examples/dependency-graph@0.1.8
|
||||
- @fusion-plugin-examples/droid-runtime@0.1.3
|
||||
- @fusion-plugin-examples/hermes-runtime@0.2.27
|
||||
- @fusion-plugin-examples/openclaw-runtime@0.2.27
|
||||
- @fusion-plugin-examples/paperclip-runtime@0.2.27
|
||||
|
||||
## 0.18.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fusion/dashboard",
|
||||
"version": "0.18.1",
|
||||
"version": "0.19.0",
|
||||
"license": "MIT",
|
||||
"description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.",
|
||||
"homepage": "https://github.com/Runfusion/Fusion#readme",
|
||||
|
||||
Reference in New Issue
Block a user