G

Gitpod (Ona) Changelog

G
Gitpod (Ona) Changelog Dev Tools

Codex uses the model access you expectInherited Codex access tokens no longer override the

Codex uses the model access you expectInherited Codex access tokens no longer override the model access configured for your organization.The change applies automatically when Codex starts.Learn about model access for CodexWhat else we’ve shippedBug fixes After you re-authenticate an enabled organization integration that previously failed authentication, Codex retries it on the next turn without re…

G
Gitpod (Ona) Changelog Dev Tools

Better error messages from CodexCodex now gives you clearer error messages when a run cann

Better error messages from CodexCodex now gives you clearer error messages when a run cannot continue. Messages focus on what happened and what you can do next instead of showing internal details.Policy-based rejections no longer point you to unrelated troubleshooting. When support is needed, a reference ID connects the message to diagnostics in your support bundle.Learn how to download a support…

G
Gitpod (Ona) Changelog Dev Tools

Compare Automation models and usage per runChoosing an Automation model is easier when you

Compare Automation models and usage per runChoosing an Automation model is easier when you can compare what each run used. Anyone who can view an Enterprise Automation run can now see its effective model and reasoning effort. Organization admins, Automation admins, and eligible Billing Viewers also see final Intelligence usage.Open an Automation’s Execution History and select a completed run. Mana…

G
Gitpod (Ona) Changelog Dev Tools

Queue and steer Codex while it worksLong Codex sessions no longer make you wait to share t

Queue and steer Codex while it worksLong Codex sessions no longer make you wait to share the next instruction. You can send follow-up prompts while Codex is running, see them in a queue, and steer the session toward the work that matters next.Review or remove pending prompts before Codex processes them. The conversation outline stays visible for supported sessions, so you can jump between turns as…

G
Gitpod (Ona) Changelog Dev Tools

Send user details to your model gatewayOrganizations that route Codex through an OpenAI-co

Send user details to your model gatewayOrganizations that route Codex through an OpenAI-compatible gateway can now add request headers for each environment creator. Use them to route requests, apply gateway policies, or attribute model usage without maintaining a separate user mapping.Configure a fixed header or build one from signed identity details such as the creator’s email or identity-provide…

G
Gitpod (Ona) Changelog Dev Tools

Route Codex requests with identity-based headersOpenAI-compatible gateways can now receive

Route Codex requests with identity-based headersOpenAI-compatible gateways can now receive request headers derived from an environment creator’s identity claims. Use CEL expressions to route requests or attach per-user attribution without storing a separate value for each user.Codex evaluates each expression when a conversation starts. If one expression cannot be evaluated, the conversation contin…

G
Gitpod (Ona) Changelog Dev Tools

Run Automations with parametersManual Automations can now ask for the inputs they need bef

Run Automations with parametersManual Automations can now ask for the inputs they need before a run begins. Add a named parameter such as {{ .Parameters.ticket_id }} to a prompt, command, pull request field, or agent context.When you click Run, Ona opens Run with options and requires a value for each parameter. You can also choose different projects or repositories for that execution without chang…

G
Gitpod (Ona) Changelog Dev Tools

Private ports by default in the CLIona environment port open <port> now requests creator-o

Private ports by default in the CLIona environment port open now requests creator-only access when you omit --admission. If an older runner cannot enforce private access, the CLI opens the port publicly and prints a warning.Use --admission creator_only when the command must fail rather than fall back. Existing scripts that require an unauthenticated URL should add --admission everyone.ona ai mcp r…