Skip to content

fix(sessions): Operations→Activity works in the terminal-tabs view (v0.225.1)#374

Merged
vikasprogrammer merged 1 commit into
mainfrom
feat/ops-activity-terminalview
Jul 16, 2026
Merged

fix(sessions): Operations→Activity works in the terminal-tabs view (v0.225.1)#374
vikasprogrammer merged 1 commit into
mainfrom
feat/ops-activity-terminalview

Conversation

@vikasprogrammer

Copy link
Copy Markdown
Owner

Follow-up to #373. The Activity shortcut in the per-session Operations menu did nothing when opened from a session's terminal-tabs view — only the list view worked.

Cause: SessionsPage early-returns the terminal-tabs JSX before reaching the {inspect && <SessionActivity>} render, which only lived in the session-list branch. setInspect fired but nothing was mounted to show the panel.

Fix: mount <SessionActivity> in the terminal-view branch too, so Operations → Activity opens the trail from both views.

Web-only; cd web && npm run build clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_014fS9mHadnGxa2VKhEKn7a7

…0.225.1)

The v0.224.0 Activity shortcut called setInspect, but SessionsPage early-returns
the terminal-tabs view before the {inspect && <SessionActivity>} render, which
lived only in the session-list branch — so Operations→Activity did nothing while
viewing a session's terminal. Mount the SessionActivity panel in the terminal-view
branch too.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014fS9mHadnGxa2VKhEKn7a7
@vikasprogrammer
vikasprogrammer merged commit 52ead8c into main Jul 16, 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