0.110.0-cometix
release: rust-v0.110.0-cometix
New Features
- ChatGPT login now asks for the connector permissions needed to read from and invoke connectors during authenticated workflows. (openai#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. (openai#13484)
- App-server adds an experimental way to install plugins from marketplace entries, including local
marketplace.jsonsources that point at on-disk plugins. (openai#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. (openai#13382)
- TUI notifications now surface plan-mode prompts and user input requests more reliably instead of allowing one notification to overwrite another. (openai#13495)
- Realtime handoff transcripts now label each forwarded message with its speaker role, preserving clearer context for downstream agents. (openai#13505)
Documentation
- Updated
/fasthelp text to explain the speed versus plan-usage tradeoff, and refreshed app-server examples to match the current API surface. (openai#13458, openai#13489)
Changelog
- openai#12383 add new scopes to login @adaley-openai
- openai#13484 allow apps to specify cwd for sandbox setup @iceweasel-oai
- openai#13424 feat(core, tracing): add a span representing a turn @owenlin0
- openai#13489 remove serviceTier from app-server examples @kharvd
- openai#13458 Update Fast slash command description @pash-openai
- openai#13382 fix(tui): decode ANSI alpha-channel encoding in syntax themes @fcoury
- openai#13485 feat: external artifacts builder @jif-oai
- openai#13493 feat(app-server-test-client): OTEL setup for tracing @owenlin0
- openai#13501 add metrics for external config import @alexsong-oai
- openai#13495 Notify TUI about plan mode prompts and user input requests @etraut-openai
- openai#13506 temporarily use thin LTO for releases @bolinfest
- openai#13505 Prefix handoff messages with role @aibrahim-oai
- openai#13422 plugin: support local-based marketplace.json + install endpoint @xl-openai