Skip to content

fix(web): remove Home status strip from active chats - #2677

Merged
2witstudios merged 2 commits into
masterfrom
fix/global-assistant-home-guidance
Sep 18, 2026
Merged

2witstudios merged 2 commits into
masterfrom
fix/global-assistant-home-guidance

Conversation

@2witstudios

@2witstudios 2witstudios commented Sep 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove the HomeStrip status bar from active Global Assistant conversations
  • retain the HomeLine and HomeSuggestions empty-state guidance
  • update the user-facing changelog entry to describe the scoped guidance behavior

Verification

  • ./node_modules/.bin/vitest run apps/web/src/components/layout/middle-content/page-views/dashboard/__tests__/GlobalAssistantView.test.tsx apps/web/src/components/layout/middle-content/page-views/dashboard/__tests__/global-assistant-home-guidance.guard.test.ts --pool=forks --maxWorkers=1 --minWorkers=1
  • bun run --filter web lint (passes; existing warnings only)
  • NODE_OPTIONS='--max-old-space-size=6144' bun run --filter web typecheck (timed out in sandbox after 120 seconds)

TDD: added the guard test before removing the active-conversation strip; the first runnable attempt was blocked by missing dependencies, then the expectation initially failed against the pre-fix source.

Summary by CodeRabbit

  • User Experience

    • Home guidance remains visible in the empty state, including suggested prompts.
    • Starting a conversation opens the full conversation view rather than moving guidance into a compact strip.
  • Tests

    • Added coverage to verify the updated empty-state guidance behavior and ensure the compact guidance strip is no longer used.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 851b1950-7643-4d20-981c-7ae99829172b

📥 Commits

Reviewing files that changed from the base of the PR and between 5945348 and dc215e1.

📒 Files selected for processing (1)
  • apps/web/src/components/ai/chat/layouts/HomeStrip.tsx
💤 Files with no reviewable changes (1)
  • apps/web/src/components/ai/chat/layouts/HomeStrip.tsx

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The global assistant no longer displays HomeStrip after a conversation starts. HomeLine and HomeSuggestions remain in the empty state. A guard test verifies the source structure, and the changelog describes the updated behavior.

Changes

Home guidance layout

Layer / File(s) Summary
Remove HomeStrip rendering
apps/web/src/components/layout/middle-content/page-views/dashboard/GlobalAssistantView.tsx, apps/web/src/components/ai/chat/layouts/HomeStrip.tsx, apps/web/src/components/layout/middle-content/page-views/dashboard/__tests__/global-assistant-home-guidance.guard.test.ts, CHANGELOG.md
GlobalAssistantView no longer imports or renders HomeStrip. The HomeStrip component is deleted. The guard test checks for HomeLine and HomeSuggestions and rejects HomeStrip. The changelog describes the updated Home guidance behavior.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Bug fix

Merge Risk: ⚪ Minimal · up to dc215

The reviewed change has no identified merge-blocking risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: removing the Home status strip from active web chats.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@2witstudios
2witstudios merged commit 306df8c into master Sep 18, 2026
4 checks passed
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