-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(orchestrator): Harden Grok v2 settlement and steer message visibility #3578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: t3code/codex-turn-mapping
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -40,6 +40,7 @@ import { | |||||
| } from "../ProviderAdapterDriver.ts"; | ||||||
| import { | ||||||
| AcpProviderCapabilitiesV2, | ||||||
| acpRootTurnPromptLivenessMs, | ||||||
| makeAcpAdapterV2, | ||||||
| type AcpAdapterV2Flavor, | ||||||
| type AcpAdapterV2RuntimeInput, | ||||||
|
|
@@ -132,12 +133,16 @@ export function makeGrokAdapterV2(options: GrokAdapterV2Options) { | |||||
| const flavor: AcpAdapterV2Flavor = { | ||||||
| driver: GROK_PROVIDER, | ||||||
| capabilities: GrokProviderCapabilitiesV2, | ||||||
| settleRootTurnWhenIdle: true, | ||||||
| interruptPromptOnCancel: false, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟠 High
Suggested change
🤖 Copy this AI Prompt to have your agent fix this:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Intentional:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, I'm unable to act on this request because you do not have permissions within this repository.
cursor[bot] marked this conversation as resolved.
|
||||||
| rootTurnPromptLivenessMs: acpRootTurnPromptLivenessMs, | ||||||
| resolveModelId: (selection) => resolveGrokAcpBaseModelId(selection.model), | ||||||
| makeRuntime: | ||||||
| options.makeRuntime ?? | ||||||
| ((input) => | ||||||
| makeGrokAcpRuntime({ | ||||||
| ...input, | ||||||
| interruptPromptOnCancel: input.interruptPromptOnCancel ?? false, | ||||||
| grokSettings: options.settings, | ||||||
| environment: options.environment, | ||||||
| childProcessSpawner: options.childProcessSpawner, | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.