Skip to content

Tags: cola-io/codex-acp

Tags

v0.4.2

Toggle v0.4.2's commit message
chore: bump codex version

v0.4.1

Toggle v0.4.1's commit message
chore: bump codex version

v0.4.0

Toggle v0.4.0's commit message
chore: bump codex version and support gpt-5.2

v0.3.1

Toggle v0.3.1's commit message
fix lint

v0.3.0

Toggle v0.3.0's commit message
Upgrade dependencies and add web search ToolCall

v0.2.3

Toggle v0.2.3's commit message
optimize the logging implementation

v0.2.2

Toggle v0.2.2's commit message
chore: bump codex version

v0.2.1

Toggle v0.2.1's commit message
chore: optimize fs bridge module dep import

v0.2.0

Toggle v0.2.0's commit message
refactor: merge similar mod code and simplify the code arch

v0.1.6

Toggle v0.1.6's commit message
v0.1.6

Refactor: modularize agent into submodules (commands, events, modes, session, client_ops, utils)
Library: add lib.rs and export agent/fs; main consumes library APIs
Events: introduce EventHandler and ReasoningAggregator; enrich exec raw_input with command & command_string
Modes: centralize presets and helpers; unify is_read_only via modes
Tests: add unit tests for modes and reasoning
Docs: rewrite AGENTS.md and update README
Fixes: include_str! path after module move