Skip to content

Releases: laosb/agentc

v1.0.0-beta.4

23 Apr 04:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • fix: avoid escaping slashes in JSON string by @laosb in #21
  • feat(AgentIsolation): raw pty by @laosb in #22
  • feat: profile management by @laosb in #23

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

16 Apr 15:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

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.json by @laosb in #19
  • feat: agentc init by @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

12 Apr 17:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • fix: do not hardcode uid for new agent user by @laosb in #15
  • Only print information when --verbose by @laosb in #16

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

12 Apr 16:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • Fix runtime resolution: use RuntimeChoice dispatch and auto-detect Do… by @laosb in #14

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

v1.0.0-beta.0

12 Apr 11:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • Remove deprecated claudec by @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

10 Apr 12:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

What's Changed

  • feat: cpu / memory limits by @laosb in #10
  • fix: adjust CLI flags & using simpler remaining strategy. 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

09 Apr 11:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-alpha.6 Pre-release
Pre-release

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

09 Apr 07:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-alpha.5 Pre-release
Pre-release

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 info

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5

v1.0.0-alpha.4

07 Apr 15:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

  • refactor: agent configurations & cleanup base image by @laosb in #5

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

v1.0.0-alpha.3

06 Apr 06:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Add static Linux build and integration tests to CI by @laosb in #4

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3