feat: show live bot runtime status in TUI sidebar - #14
Merged
Merged
Conversation
# Conflicts: # docs/releases.md
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.
Adds a live BOT RUNTIME section to the right TUI sidebar so users can distinguish actual dispatcher work, GitHub discovery, scheduled polling, waiting tasks and failures. Task details follow the selected session and include phase, round, branch, model, feedback, media helpers, recovery and PR state.
/botstatusprovides the full text report.Monitoring is read-only: snapshots refresh every five seconds, requests have a four-second deadline, and unavailable or stale data is explicitly marked. It does not prompt the model or restart workflows. Both the owner plugin and TUI must be updated; reopen existing TUI clients after installation.
Target:
devel; merging this PR does not publish a release.Dependency: merge #13 into
develfirst. This branch includes its session-recovery implementation, documentation and devel publication-flow commits; the sidebar changes are in commitfeat: show live bot runtime status in TUI sidebar.Documentation updated: README, architecture, runtime, advanced operations, installation, release validation, affected workflow diagrams, AGENTS source map and Unreleased changelog. All eight workflow diagrams were reviewed and parsed successfully; 71 local documentation links were validated.
Validation:
npm run check: lint, types, 164 tests, native TUI rendering and build passed.npm run package:check: isolated package installation, plugin/TUI entrypoints, postinstall and CLI passed.No release or server deployment is included in this PR.