G

Gitpod (Ona) Changelog

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…

G
Gitpod (Ona) Changelog Dev Tools

Search sessions from the sidebarBusy sidebars make the session you need hard to spot. You

Search sessions from the sidebarBusy sidebars make the session you need hard to spot. You can now search sessions by environment name or ID, branch, repository, project, and agent task details.Search works across Project and Recently active views while keeping related parent and child sessions together.What else we’ve shippedNew Core and Enterprise members can choose a default auto-stop timeout fr…

G
Gitpod (Ona) Changelog Dev Tools

Connect multiple GitHub organizationsRepositories do not always live under one GitHub orga

Connect multiple GitHub organizationsRepositories do not always live under one GitHub organization. You can now connect one Ona organization to multiple GitHub organizations through the Ona GitHub App.Add each installation from Organization Settings > Integrations, then choose the matching github.com/ source when configuring a pull request-triggered Automation. Each installation can be enabled, di…