Skip to content

Releases: cola-io/codex-acp

v0.4.2

06 Jan 12:43

Choose a tag to compare

Changes

  • chore: bump codex version (6688252)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

19 Dec 03:53

Choose a tag to compare

Changes

  • chore: bump codex version (9506e18)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 Dec 03:28

Choose a tag to compare

Changes

  • chore: bump codex version and support gpt-5.2 (1ce7cbe)

Full Changelog: v0.3.1...v0.4.0

v0.3.1

03 Dec 03:12

Choose a tag to compare

Changes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Dec 03:06

Choose a tag to compare

Changes

  • Upgrade dependencies and add web search ToolCall (3fa027c)

Full Changelog: v0.2.3...v0.3.0

v0.2.3

20 Nov 12:53

Choose a tag to compare

Changes

  • optimize the logging implementation (44bed71)
  • chore: upgrade codex and Rust version to 1.91 (662dc38)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Nov 11:45

Choose a tag to compare

Changes

  • chore: bump codex version (7a03176)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Nov 12:57

Choose a tag to compare

Changes

  • chore: optimize fs bridge module dep import (445a31d)
  • chore: update codex dep version and refact the code module (5b6de8b)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Oct 11:17

Choose a tag to compare

Changes

  • refactor: merge similar mod code and simplify the code arch (7b781ee)
  • chore: bump codex version (c82cd7f)
  • feat: add automatic release notes generation from recent commits (e2df101)
  • chore: beautiful the custom provider auth name (94acdc3)
  • docs(readme): add custom provider authentication and model management documentation (0c42f9f)
  • feat(auth): add custom provider authentication and restrict model management to custom providers (e0ced43)
  • refactor(main): optimize config loading to avoid redundant operations (d05ac09)
  • chores: bump acp and rmcp version (e3da2bb)
  • optimize: remove /new slash command and support dynamic register fs mcp tools according to client capabilities (df880f0)
  • feat(logging): centralize tracing init with stderr+file output, optional daily rotation; apply to main and MCP server (eb374ba)

Full Changelog: v0.1.6...v0.2.0

v0.1.6

23 Oct 12:58

Choose a tag to compare

Highlights

  • Refactor: modularized agent into submodules (commands, events, modes, session, client_ops, utils)
  • Library: added lib.rs, exporting agent and fs; main now consumes library APIs
  • Events: introduced EventHandler and ReasoningAggregator; improved exec raw_input with both array and command_string
  • Modes: centralized approval