feat(profile): embed live activity feed in profile aux panel#1380
Draft
tellaho wants to merge 3 commits into
Draft
feat(profile): embed live activity feed in profile aux panel#1380tellaho wants to merge 3 commits into
tellaho wants to merge 3 commits into
Conversation
Co-authored-by: Taylor Ho <taylorkmho@gmail.com> Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com> Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com> Signed-off-by: Taylor Ho <taylorkmho@gmail.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.
Summary
Stacked on PR-3 (the activity-feed rebuild). When a managed agent is live, the Profile auxiliary panel replaces the static "Activity log → View" ingress row with an embedded live activity feed (
h-48, ~192px). Clicking the embed — or pressing Enter/Space — opens the existing full activity view. When the agent is idle, the original ingress row is shown unchanged.What changed
Activity log → Viewingress with an embeddedh-48live feed whenuseActiveAgentTurnsreports the agent is live.ManagedAgentSessionPanel/AgentSessionTranscriptListcomponents (same feed, height-constrained).#channelpill switcher swaps the feed (viachannelIdintoManagedAgentSessionPanel). Falls back to the next active channel if the selected one goes idle.Checks (Bart, in-worktree)
pnpm exec biome check✅pnpm typecheck✅pnpm test✅pnpm check:file-sizes && pnpm check:px-text✅desktop-test,rust-tests,desktop-tauri-test,mobile-test✅Notes
tho/activity-feed-rebuild; base will retarget tomainonce PR-3 lands. Review of the rebuilt feed itself belongs in PR-3.c1de233b(embed),6a52216d(per-channel scoping + switcher).Co-authored-by: Taylor Ho taylorkmho@gmail.com
Signed-off-by: Taylor Ho taylorkmho@gmail.com