You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.8.1] - 2026-04-10
10
+
11
+
### Added
12
+
13
+
-**Canvas: Copy/Paste Nodes** — `Ctrl+C` / `Ctrl+V` to duplicate agent nodes on the workflow canvas. Auto-connects pasted nodes based on team mode (brain link in orchestrator, mesh in collaboration)
14
+
-**Canvas: Sticky Notes** — Right-click canvas → "Add Note" for free-text annotations. 5 color presets (yellow, blue, green, pink, purple) with inline editing. Notes persist across saves and page navigation
15
+
-**Canvas: Node I/O Inspector** — Click any agent node during/after a run to see collapsible Input/Output sections showing exact data the agent received and produced
16
+
-**Canvas: Autosave Infrastructure** — `draft_config` column on teams (Migration `075`), `useSaveDraft` / `usePublishDraft` hooks for future Save vs. Publish workflow
17
+
-**Canvas: Re-run Step Hook** — `useRerunStep` mutation hook for re-executing individual pipeline steps (backend endpoint coming in a future release)
18
+
-**Keyboard Shortcuts** — Added `⌘C`, `⌘V` to the shortcuts overlay
19
+
20
+
### Fixed
21
+
22
+
-**Canvas: Node Blur** — Reduced `backdrop-filter` blur from 12px to 4px and raised background opacity. Added `will-change: transform` for crisp text rendering on all GPUs
23
+
-**Canvas: Copy/Paste Not Working** — Rewrote paste logic from broken nested `setNodes`/`setEdges` pattern to direct state updates
24
+
-**Canvas: Notes Disappearing** — Notes now persist in `config._canvas_notes` and are restored when rebuilding the graph from config
25
+
-**Orchestrator: Lazy Final Answer** — Brain's `final_answer` is now augmented with aggregated worker outputs when insufficient, ensuring full content reaches webhook dispatchers
26
+
-**Orchestrator: Webhook Output** — All three executors (pipeline, orchestrator, collaboration) now consistently pass output to the webhook dispatcher
27
+
-**Webhook: DB Fallback** — Dispatcher fetches output from `task_runs.output` as a safety net if the in-memory value is empty
28
+
-**Trello: Robust Parser** — Output parser now uses 4 fallback strategies (heading-based, separator-based, paragraph-based, single-card) for reliable multi-card delivery
29
+
-**Trello: Multi-Card Delivery** — Fixed test handler and card creation for structured multi-card outputs
30
+
31
+
### Changed
32
+
33
+
-**Roadmap** — Updated Visual Workflow Builder status to Phase 3 (copy/paste, sticky notes, I/O inspector, draft autosave)
34
+
-**README** — Major overhaul for v1.8.0; comparison table reformatted
0 commit comments