Skip to content

feat(flows): offer Grok in onboarding - #105

Merged
kjgbot merged 2 commits into
mainfrom
codex/replace-cursor-with-grok
Sep 22, 2026
Merged

kjgbot merged 2 commits into
mainfrom
codex/replace-cursor-with-grok

Conversation

@kjgbot

@kjgbot kjgbot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace Cursor with Grok in the primary onboarding agent choices
  • generate Grok CLI assignments throughout workflow previews and handoffs
  • keep saved Cursor configurations readable while falling back to a supported agent

Testing

  • npm --prefix web test -- lib/test/flow-analytics.test.ts lib/test/flow-agent-settings.test.ts lib/test/flow-onboarding.test.ts
  • node_modules/.bin/tsc --noEmit -p web/tsconfig.json
  • verified locally at /flows/onboarding/agents that selecting Grok renders builder = grok

Note

Low Risk
Onboarding agent availability and assignment logic only; no auth or data-path changes, with explicit fallback for legacy OpenCode settings.

Overview
Grok is now a selectable, supported coding agent in onboarding; OpenCode is marked unavailable so it no longer drives generated flows or workflow previews.

The workflow plan UI shows the Grok icon for Grok-assigned steps (replacing OpenCode). Per-step agentSettings can still store any known AgentId (including legacy OpenCode), but resolveAgentSettings only applies saved agents when they are currently available coding CLIs—otherwise it falls back (e.g. OpenCode → Claude) while keeping prompts. Validation was aligned so persisted agent ids are checked against the full agent catalog, not only “available” ones.

Tests and analytics expectations were updated for Grok/Cursor pairings and OpenCode fallback behavior.

Reviewed by Cursor Bugbot for commit 911a722. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 74dccafb-b31c-40dd-b20a-0812d6b2c908


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.

@github-actions

github-actions Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

Preview deployed!

Environment URL
Web https://1442b43a-agentrelay-web.agent-workforce.workers.dev

This is a Cloudflare Workers preview version of this PR's build.

@kjgbot
kjgbot merged commit aa2d25e into main Sep 22, 2026
5 checks passed
@kjgbot
kjgbot deleted the codex/replace-cursor-with-grok branch September 22, 2026 18:17
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