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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Core loop:
27
27
- Agent tooling to inspect errors, traverse graph context, read source, and output correction prompts (`python/agents/*`)
28
28
- Live, non-blocking agent run indicators in the desktop UI (phase updates + progress bars while fix suggestions are generated, then auto-hidden when the run ends)
29
29
- Three-column desktop workspace layout: errors (left), graph (center, primary), and a suggestion panel (right) that appears only after an agent workflow run starts
30
+
- Graph force-layout simulation is intentionally reheated only on initial analyze and `Reset view`; selecting nodes or left-panel errors preserves the current arrangement
30
31
- Error list cards emphasize severity, message, and entity label; internal rule codes are hidden from the left-panel card headers
31
32
- Suggestion lifecycle management across agent runs with a single active suggestion panel: close hides the panel, and per-error `Open Suggestion` actions re-open the latest generated suggestion without re-running the agent
32
33
- Settings page with a persisted dark mode toggle for the desktop UI
0 commit comments