Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
77aabe4218 ## New Features
- ChatGPT login now asks for the connector permissions needed to read from and invoke connectors during authenticated workflows. (#12383)
- App-server clients can now target Windows sandbox setup at a specific workspace directory, which helps avoid slow first-command setup when the server starts outside the project folder. (#13484)
- App-server adds an experimental way to install plugins from marketplace entries, including local `marketplace.json` sources that point at on-disk plugins. (#13422)

## Bug Fixes
- ANSI-family syntax themes in the TUI now respect your terminal palette again instead of rendering as hard-coded near-black RGB colors. (#13382)
- TUI notifications now surface plan-mode prompts and user input requests more reliably instead of allowing one notification to overwrite another. (#13495)
- Realtime handoff transcripts now label each forwarded message with its speaker role, preserving clearer context for downstream agents. (#13505)

## Documentation
- Updated `/fast` help text to explain the speed versus plan-usage tradeoff, and refreshed app-server examples to match the current API surface. (#13458, #13489)

## Changelog

Full Changelog: https://github.com/openai/codex/compare/rust-v0.109.0...rust-v0.110.0

- #12383 add new scopes to login @adaley-openai
- #13484 allow apps to specify cwd for sandbox setup. @iceweasel-oai
- #13424 feat(core, tracing): add a span representing a turn @owenlin0
- #13489 remove serviceTier from app-server examples @kharvd
- #13458 [tui] Update Fast slash command description @pash-openai
- #13382 fix(tui): decode ANSI alpha-channel encoding in syntax themes @fcoury
- #13485 feat: external artifacts builder @jif-oai
- #13493 feat(app-server-test-client): OTEL setup for tracing @owenlin0
- #13501 add metrics for external config import @alexsong-oai
- #13495 Notify TUI about plan mode prompts and user input requests @etraut-openai
- #13506 [release] temporarily use thin LTO for releases @bolinfest
- #13505 Prefix handoff messages with role @aibrahim-oai
- #13422 plugin: support local-based marketplace.json + install endpoint. @xl-openai
2026-03-04 17:39:17 -08:00

View File

@@ -70,7 +70,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.0.0"
version = "0.110.0"
# Track the edition for all workspace crates in one place. Individual
# crates can still override this value, but keeping it here means new
# crates created with `cargo new -w ...` automatically inherit the 2024