Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
37133fb845 ## New Features
- Releases now ship one-step installers for macOS, Linux, and Windows, so Codex can be installed directly from published scripts instead of relying on npm-first setup. (#12740, #12741)
- Plugins can now be enabled from `config.toml`, and plugin bundles can contribute skills, MCP config, and app manifests that load automatically at runtime. (#12864, #13401)
- Memories gained more user control: Codex can forget or hard-clear stored memories, skip polluted captures, and optionally write memory files into the workspace. (#12900, #13008, #13085, #13467)
- Multi-agent work is easier in the TUI: you can launch it from `/agent`, review cross-agent approvals, get clearer agent names, and receive plan-mode or user-input notifications. (#12995, #13218, #13246, #13495)
- Realtime voice sessions now have an `/audio` picker for microphone and speaker selection, with device choices stored across sessions. (#12849, #12850, #13030)
- Sandboxing is more flexible: Linux bubblewrap now supports restricted read-only scopes, and read-only policies can preserve network access when explicitly allowed. (#12369, #13409)

## Bug Fixes
- `@` file search now follows Git’s ignore boundaries, so a parent `.gitignore` outside the repo no longer hides valid project files. (#13250)
- Diff and syntax highlighting now respect terminal and theme capabilities more reliably, fixing washed-out Windows Terminal diffs and broken ANSI-family syntax themes. (#13016, #13037, #13382)
- `/agent` flows are more stable: pending messages, status display, Escape handling, profile interactions, and several race conditions were fixed. (#13130, #13131, #13235, #13240, #13248)
- Command-line project trust overrides now correctly update project-local MCP transports instead of being dropped during config parsing. (#13090)

## Chores
- The deprecated app-server v1 surface was further removed in favor of v2, and a flat v2 schema bundle is now exported to simplify client code generation. (#13324, #13364, #13375)

## Changelog

Full Changelog: https://github.com/openai/codex/compare/rust-v0.108.0...rust-v0.109.0
2026-03-04 15:13:23 -08:00

View File

@@ -70,7 +70,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.0.0"
version = "0.109.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