Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zed-industries/codex-acp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: zed-industries/codex-acp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 5, 2026

  1. Forward warning messages and compact notifications to client (#175)

    After /compact runs, the client received no feedback — the LLM-driven
    summarization ran silently and only a stopReason notification arrived.
    
    This change improves the UX in two ways:
    
    1. When a ContextCompaction TurnItem completes (or a ContextCompacted
       event fires), send an agent message "Context compacted" so users see
       explicit confirmation that the operation finished.
    
    2. Forward Warning events as agent messages. Codex emits user-facing
       warnings in several situations (post-compact advisory, deprecated
       config notices, etc.). Previously they were only logged server-side;
       now clients receive them as session/update notifications.
    
    Fixes #164
    
    Co-authored-by: Claude <noreply@anthropic.com>
    zerone0x and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a278432 View commit details
    Browse the repository at this point in the history
  2. Sanitize MCP server names containing whitespace (#174)

    Codex does not allow whitespace in MCP server names. When an MCP server
    is configured with a name containing spaces or other whitespace characters,
    the adapter now replaces each whitespace character with an underscore before
    passing the name to Codex.
    
    Fixes #55
    
    Co-authored-by: Claude <noreply@anthropic.com>
    zerone0x and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    678a99e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Bump quinn-proto in the cargo group across 1 directory (#183)

    Bumps the cargo group with 1 update in the / directory: [quinn-proto](https://github.com/quinn-rs/quinn).
    
    
    Updates `quinn-proto` from 0.11.13 to 0.11.14
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14)
    
    ---
    updated-dependencies:
    - dependency-name: quinn-proto
      dependency-version: 0.11.14
      dependency-type: indirect
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6e138f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Update to latest codex main (b6d43ec) (#185)

    * Update to latest codex main (8af97ce)
    
    * Update
    
    * Wip close
    
    * Fix compaction message
    
    * wip fixes
    
    * Beter handle shutdown
    
    * lint
    benbrandt authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    be20828 View commit details
    Browse the repository at this point in the history
Loading