Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
602e5fe
fix: document live task progress fixes
w0wl0lxd Aug 1, 2026
5b70cbf
fix(task): retain restore view dependency
w0wl0lxd Aug 1, 2026
8aef94f
fix(n00n-ui): harden tool argument rendering
w0wl0lxd Aug 1, 2026
edb58dd
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 1, 2026
8e6b8df
feat(fusion): add guarded sidekick orchestration
w0wl0lxd Aug 1, 2026
e3ee81c
test: refine router classification test and add auto-detection patterns
w0wl0lxd Aug 2, 2026
3668acb
Merge remote-tracking branch 'origin/main' into fix/live-task-progres…
w0wl0lxd Aug 3, 2026
5c7f654
Merge remote-tracking branch 'origin/fix/live-task-progress-and-tool-…
w0wl0lxd Aug 3, 2026
cd94311
Merge remote-tracking branch 'origin/main' into fix/live-task-progres…
w0wl0lxd Aug 3, 2026
683e57a
fix(agent,ui,lua,plugins): live task progress and tool views
w0wl0lxd Aug 3, 2026
130bd5d
fix(agent,lua,ui,plugins): live task router classification continuation
w0wl0lxd Aug 3, 2026
2a4b814
Merge origin/main into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 4, 2026
7c12a65
Merge remote-tracking branch 'origin/main' into fix/live-task-progres…
w0wl0lxd Aug 4, 2026
87890c3
Revert "Merge remote-tracking branch 'origin/main' into fix/live-task…
w0wl0lxd Aug 4, 2026
2c097cb
Merge origin/main into fix/live-task-router-classification
w0wl0lxd Aug 4, 2026
c0128b1
fix: resolve merge conflicts with origin/main for live task router cl…
w0wl0lxd Aug 4, 2026
bf929d1
fix(agent,lua): resolve merge conflicts with main
w0wl0lxd Aug 4, 2026
21291a5
Merge remote-tracking branch 'origin/main' into fix/live-task-router-…
w0wl0lxd Aug 4, 2026
c12aeb2
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 4, 2026
eaf345f
fix(ui): adapt agent loop and chat to main's SessionIdentity and Fusi…
w0wl0lxd Aug 4, 2026
ce56f9f
fix(agent,lua,ui): resolve clippy warnings and compile drift on live-…
w0wl0lxd Aug 4, 2026
b65ac37
Merge remote-tracking branch 'origin/main' into fix/live-task-router-…
w0wl0lxd Aug 4, 2026
3b1aac6
fix(agent): restore SessionIdentity import after main merge
w0wl0lxd Aug 4, 2026
521cdc1
Merge remote-tracking branch 'origin/main' into fix/live-task-progres…
w0wl0lxd Aug 4, 2026
e5dabc4
fix: sync with main's AgentEvent::FusionPhaseChanged and ToolContext:…
w0wl0lxd Aug 4, 2026
ad92c10
Merge origin/main into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 5, 2026
3babd60
fix: resolve merge conflicts with main
w0wl0lxd Aug 5, 2026
4dd6c86
fix(agent,ui,lua,plugins): resolve merge conflicts with main's plugin…
w0wl0lxd Aug 5, 2026
2ffc93f
Merge origin/main into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 5, 2026
45c95c2
fix: address CodeRabbit security review findings
w0wl0lxd Aug 5, 2026
19b6481
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 5, 2026
288e1bb
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 7, 2026
084c6ab
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 7, 2026
5d9d7ec
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 7, 2026
9045341
Merge branch 'main' into fix/live-task-progress-and-tool-views
w0wl0lxd Aug 7, 2026
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
1 change: 1 addition & 0 deletions changelog.d/286.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fixed: Merge origin/main into fix/live-task-router-classification, resolving conflicts in fusion orchestration and tool dispatch

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Replace the merge-log text with a user-facing change description.

Line [1] describes a branch merge and conflict resolution. It does not describe the behavior fixed for users. Replace the internal branch name and merge details with the live task progress or tool-dispatch behavior delivered by this change.

Based on learnings, changelog.d fragments are user-facing release-note entries, so this line should describe the fix rather than the merge process.

🧰 Tools
🪛 markdownlint-cli2 (0.23.2)

[warning] 1-1: First line in a file should be a top-level heading

(MD041, first-line-heading, first-line-h1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@changelog.d/286.fixed.md` at line 1, Replace the merge and
conflict-resolution text in the changelog fragment with a concise user-facing
description of the live task progress or tool-dispatch behavior fixed by this
change, removing internal branch names and merge details.

Source: Learnings

1 change: 0 additions & 1 deletion changelog.d/311.fixed.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/fusion-beta-orchestration.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add opt-in Fusion sidekick orchestration with typed lifecycle events, guarded delegation, lead review and fallback, usage accounting, and live UI phase updates.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

958 changes: 304 additions & 654 deletions n00n-agent/src/agent/run.rs

Large diffs are not rendered by default.

Loading
Loading