Releases: cola-io/codex-acp
Releases · cola-io/codex-acp
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.3
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
v0.2.1
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
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
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