Skip to content

Add real-time streaming output and three-tier command storage#2

Open
leroux wants to merge 2 commits into
px-pride:masterfrom
leroux:ma/stream-claude-output
Open

Add real-time streaming output and three-tier command storage#2
leroux wants to merge 2 commits into
px-pride:masterfrom
leroux:ma/stream-claude-output

Conversation

@leroux

@leroux leroux commented Jan 30, 2026

Copy link
Copy Markdown
  • Real-time streaming output: Display Claude responses as tokens stream in, providing immediate feedback instead of waiting for complete responses
  • Tool execution tracking: Show tool status with running/completed states, timing information, and input/output in verbose panel
  • Session activity monitoring: Add "Last activity" timestamp to status bar that updates in real-time
  • Three-tier command storage: Load commands from project (.flowcoder/commands/), user (~/.flowcoder/commands/), and repo (commands/) directories with priority ordering

@leroux leroux requested a review from px-pride as a code owner January 30, 2026 04:58
- Display Claude responses as tokens stream in for immediate feedback
- Show tool execution status with running/completed states and timing
- Add "Last activity" timestamp to status bar for session monitoring
- Track tool inputs/outputs in verbose panel for debugging
- Parse streaming events for tool_use_start, input_delta, and results
@leroux leroux force-pushed the ma/stream-claude-output branch from 0800966 to b320d45 Compare January 30, 2026 04:59
@leroux leroux changed the title stream claude output Add real-time streaming output and tool execution tracking Jan 30, 2026
Refactor StorageService to support loading commands from multiple
directories with priority: project (.flowcoder/commands/), user
(~/.flowcoder/commands/), and repo (commands/). Commands are saved
back to their original location, with new commands saved to the
project or user directory.

Update UI to display source indicators and refresh command list
when switching sessions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@leroux leroux changed the title Add real-time streaming output and tool execution tracking Add real-time streaming output and three-tier command storage Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant