Skip to content

fix(frontend): worker session shows "Open orchestrator" not "Kanban"#248

Merged
harshitsinghbhandari merged 1 commit into
mainfrom
fix/worker-session-open-orchestrator
Jun 15, 2026
Merged

fix(frontend): worker session shows "Open orchestrator" not "Kanban"#248
harshitsinghbhandari merged 1 commit into
mainfrom
fix/worker-session-open-orchestrator

Conversation

@harshitsinghbhandari

Copy link
Copy Markdown
Collaborator

What

Worker agent sessions had a primary topbar button labeled "Kanban" that navigated to the project board. This changes it to "Open orchestrator", which navigates to the worker's project orchestrator (using the existing Waypoints icon and openOrchestrator flow, falling back to spawning one if none exists). Orchestrator sessions are unchanged and keep their "Open Kanban" board action.

Why

Per #234: a worker session's action/label read "Kanban" but should read "Open orchestrator". A label-only change would have left the button navigating to the board, so the action now matches the label.

Testing

  • npm run typecheck passes.
  • Backend untouched (backend gate skipped).

Closes #234

🤖 Generated with Claude Code

A worker agent session's primary topbar action read "Kanban" and
navigated to the board. Workers now get an "Open orchestrator" button
(Waypoints icon) that navigates to their project's orchestrator, while
orchestrator sessions keep the "Open Kanban" board action.

Closes #234

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@harshitsinghbhandari harshitsinghbhandari merged commit 43ae7eb into main Jun 15, 2026
3 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.

Worker agent session should show "Open orchestrator" not "Kanban"

1 participant