Zhengruhao integrate upstream after diff viewer - #14
Merged
yezi6690-cell merged 8 commits intoJul 9, 2026
Merged
Conversation
…real-workspace-reapply
Add a live execution timeline that shows what the Agent is doing in real-time, similar to Codex / Claude Code / Cursor Agent. Backend (Rust): - Extend AgentEvent with ToolExecution(ToolExecutionEvent) variant - New ToolExecutionEvent enum: Started, Completed, FileChanged with success/duration_ms/result_summary/diff_stats fields - AgentDispatcher.run_streaming now emits rich tool_started/completed events with Chinese summaries (正在读取文件、正在执行命令等) - AgentDispatcher.run_with_events() collects events for non-stream callers - Agent.process_message_with_events() exposes the event stream - Gateway process_inbound uses run_with_events and converts ToolExecutionEvent to RunEvent (frontend-compatible) via ExecutionStep.run_events field - build_tool_summary() for human-readable tool descriptions - truncate_for_display() for UI-safe output (300 chars) - extract_diff_stats() parses git diff --numstat output - TUI updated to display rich events Frontend (React/TypeScript): - New AgentRunTimeline component: collapsible panel with event list - AgentRunEventCard: shows step number, status icon, summary, diff stats - types.ts: RunEvent union (toolStarted/toolCompleted/fileChanged) - ExecutionStep.run_events wired into ExecutionSteps component - Preserves existing ExecutionSteps style; AgentRunTimeline is inline inside the existing step panel, collapsed by default Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.