Skip to content

fix: launch grok prompts interactively#2519

Open
nikhilachale wants to merge 1 commit into
AgentWrapper:mainfrom
nikhilachale:ao/agent-orchestrator_d14024986e-90/fix-grok-interactive-prompt-clean
Open

fix: launch grok prompts interactively#2519
nikhilachale wants to merge 1 commit into
AgentWrapper:mainfrom
nikhilachale:ao/agent-orchestrator_d14024986e-90/fix-grok-interactive-prompt-clean

Conversation

@nikhilachale

Copy link
Copy Markdown
Collaborator

Summary

  • launch Grok worker prompts as positional args instead of -p single-turn mode
  • update Grok launch arg tests to assert normal prompts do not use -p / --single
  • refresh Grok adapter comments to match the current interactive launch behavior

Closes #2516

Tests

  • cd backend && go test ./internal/adapters/agent/grok
  • cd backend && go test ./internal/adapters/agent/... (fails in unrelated internal/adapters/agent/kilocode: TestAuthStatusUnknownWhenKeyOnlyComesFromInteractiveShell times out; reproduced with go test ./internal/adapters/agent/kilocode)

Risks

  • Low: preserves existing --no-auto-update, permission flags, and restore args; only changes fresh Grok prompt delivery.

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.

grok worker launches in single-turn mode and exits without editing

1 participant