feat(cloud-agent): add Gastown platform filter to sessions UI#3426
Merged
jrf0110 merged 2 commits intoMay 22, 2026
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryThis PR cleanly adds Files Reviewed (4 files)
Reviewed by claude-sonnet-4.6 · 304,386 tokens Review guidance: REVIEW.md from base branch |
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
Add 'gastown' as a filterable platform option in the cloud sessions sidebar (web and mobile), so Gastown sessions are correctly tagged and filterable in the cloud sessions UI. Also removes a stale comment in CloudSidebarLayout's platform switch and adds a clarifying comment on the default branch that now handles gastown pass-through.
Verification
Manually verified that the platform filter list and label mapping are consistent across web ChatSidebar and mobile platform-filter-modal.
Visual Changes
N/A — filter chip addition matches existing pattern.
Reviewer Notes
The
defaultcase inCloudSidebarLayout.tsxalready passes unknown platform strings through unchanged, which correctly handles 'gastown' without special-casing. TheKILO_PLATFORM: 'gastown'value is set by the gastown process manager (confirmed by existing tests). Minor: line 59 of CloudSidebarLayout.tsx has a stray blank line from the removed comment.