Releases: iohub/codeactor-agent
Releases · iohub/codeactor-agent
v0.0.1-beta
What's Changed
- refactor: optimize logging and debug configuration by @iohub in #11
- config: switch LLM provider to aliyun and remove unused code by @iohub in #12
- refactor tui by @iohub in #13
- feat(tui): add follow-up message support for existing tasks by @iohub in #14
- feat Meta Agent and more by @iohub in #15
- feat: add panic recovery with crash log & finish -> agent_exit by @iohub in #21
- feat: add micro_agent tool for raw LLM inference within agent tool loops by @iohub in #22
- feat: codebase by @iohub in #27
- misc: binary vendor by @iohub in #28
- feat: enhance Repo-Agent capabilities by codebase by @iohub in #29
- refact: openai-go by @iohub in #30
- feat: tui beautify & async lauch codebase by @iohub in #39
- feat(tui): improve tool event handling with fallback matching and upd… by @iohub in #40
- feat: add DevOps-Agent for operational and system administration tasks by @iohub in #41
- feat: refactor config and LLM module, support OpenAI Go SDK by @iohub in #42
- feat(tui): add vim-like command mode by @iohub in #43
- refactor(config): unify LLM config under global namespace by @iohub in #44
- feat: auto-load project context files (CODEACTOR.md, CLAUDE.md, AGENT… by @iohub in #45
- feat(core): implement context compression and project context loading by @iohub in #46
- fix(config): add missing llm wrapper structs for agents and tools TOM… by @iohub in #47
- tui: enhance by @iohub in #48
- feat: add summarization_provider config for compact component and con… by @iohub in #49
- fix: only load project context (CODEACTOR.md/CLAUDE.md) on first conv… by @iohub in #50
- refactor(repo-agent): enforce codebase-first tool priority with decis… by @iohub in #51
- refactor: modularize tui.go into internal/tui with 12 focused files by @iohub in #52
- feat(tui): add @-triggered fzf fuzzy file picker in input box by @iohub in #53
- feat: add token usage tracking with real API data and fallback estima… by @iohub in #54
- feat(tui): add smart viewport scroll lock and refine read_file rendering by @iohub in #55
- feat: add skills system with dynamic .md file loading and TUI improve… by @iohub in #56
- feat(tui): trigger skill popup on '/' in edit mode instead of command… by @iohub in #57
- refactor(tui): replace skill popup with inline autocomplete by @iohub in #58
- feat(deepthinking): integrate deepthinking tool across all agents by @iohub in #59
- feat: browser agent by @iohub in #60
Full Changelog: https://github.com/iohub/codeactor-agent/commits/0.0.1