github Haleclipse/codex rust-v0.101.0-cometix
0.101.0-cometix

chore: release 0.101.0-cometix

Merge upstream rust-v0.101.0.

New Features

  • Memory files now include the working directory in stored context, improving memory behavior when switching between different project directories. (openai#11591)

Bug Fixes

  • Model resolution now preserves the requested model slug when selecting by prefix, so model references stay stable instead of being rewritten. (openai#11602)
  • Developer messages are now excluded from phase-1 memory input, reducing noisy or irrelevant content entering memory. (openai#11608)
  • Memory phase processing concurrency was reduced to make consolidation/staging more stable under load. (openai#11614)

Chores

  • Cleaned and simplified the phase-1 memory pipeline code paths. (openai#11605)
  • Minor repository maintenance: formatting and test-suite hygiene updates in remote model tests. (openai#11619)

Cometix Changes

  • Fixed resets_at_timestamp field in upstream test initializers for RateLimitWindowDisplay.

Upstream Changelog

Full upstream changelog: openai/codex@rust-v0.100.0...rust-v0.101.0

Don't miss a new codex release

NewReleases is sending notifications on new releases.