Releases: laosb/agentc
v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- feat: apple container runtime supports docker-style image ref abbr. by @laosb in #17
- chore: bump deps by @laosb in #18
- feat:
.agentc/settings.jsonby @laosb in #19 - feat:
agentc initby @laosb in #20
Also, refactored a lot of internals to use new swift-system and swift-subprocess APIs and cut down full Foundation dependence on Linux.
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- fix: do not hardcode uid for new agent user by @laosb in #15
- Only print information when
--verboseby @laosb in #16
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
What's Changed
- Remove deprecated
claudecby @laosb in #12 - Use any container image & Rewrite bootstrap in Swift by @laosb in #13
This is the first beta version. CLI design and internal architecture is now relatively stable.
Full Changelog: v1.0.0-alpha.7...v1.0.0-beta.0
v1.0.0-alpha.7
What's Changed
- feat: cpu / memory limits by @laosb in #10
- fix: adjust CLI flags & using simpler
remainingstrategy. by @laosb in #11
If all goes well, this is the final release of claudec. You can alias claudec = ‘agentc run -c claude --‘ if you want to continue use claudec command.
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
v1.0.0-alpha.6
What's Changed
- feat: use init and make sure we have a /etc/hosts in container. by @laosb in #8
- feat: install script. by @laosb in #9
claudec is now agentc. See https://github.com/laosb/agentc/releases/tag/v1.0.0-alpha.5 for more information.
Full Changelog: v1.0.0-alpha.5...v1.0.0-alpha.6
v1.0.0-alpha.5
What's Changed
claudec is now agentc
With addition of flexible agent support via configurations, we are renaming this project to agentc. A new agentc CLI is now available, offering better CLI interface (instead of configuring everything with environment variables of claudec) and future expansion flexibility, and the old claudec CLI while kept in build releases for now, will be dropped in next release, and we recommend migrating to agentc as soon as possible.
agentc run # start default agent (claude) in $PWD
agentc run claude,copilot # activate multiple configurations and run the entry point of last configuration
agentc run -- "explain this code" # forward args to the agent entrypoint
agentc sh # open a shell in the container
agentc sh -- ls -la /home/agent # run a command inside the container
agentc version # print version infoFull Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5
v1.0.0-alpha.4
What's Changed
Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4
v1.0.0-alpha.3
What's Changed
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3