Skip to content

Releases: AgentCell-dev/agentcell-client

v0.1.4

Choose a tag to compare

@AkMo3 AkMo3 released this 25 Sep 11:20
2598851

Static sites. agentcell deploy no longer needs a Dockerfile: a folder with an index.html is served as-is, and a package.json with a build script is built on the platform and its dist/, build/ or out/ is served. See the README's "What deploy accepts".

  • The upload leaves out node_modules/ and the .next/, .svelte-kit/, .turbo/, .parcel-cache/ and .vite/ caches at any depth; dist/, build/ and out/ are still sent. Older clients upload node_modules/, which usually exceeds the upload limit for a frontend project.
  • deploy and ps can report kind static; a static site has no port.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@AkMo3 AkMo3 released this 24 Sep 11:01
d2d50ae

Full Changelog: v0.1.2...v0.1.3

agentcell 0.1.2

Choose a tag to compare

@AkMo3 AkMo3 released this 20 Sep 15:36
3ffe825

agentcell login now opens the browser whenever one can be opened (a coding agent's shell no longer gets a code to type); help lists login, logout, whoami, auth, mcp, version; whoami honours JSON output; device-start sends an explicit body; the device poll tolerates a transient refusal. Deploys over https://api.agentcell.cloud. Verify downloads against SHA256SUMS.

agentcell 0.1.1

Choose a tag to compare

@AkMo3 AkMo3 released this 20 Sep 14:53
3c307cb

Adds agentcell login (browser or device flow), logout and whoami. Deploys over https://api.agentcell.cloud. Verify downloads against SHA256SUMS.

agentcell 0.1.0

Choose a tag to compare

@AkMo3 AkMo3 released this 20 Sep 05:47
8c43378

First public release. Deploys and MCP server against https://api.agentcell.cloud. Verify downloads against SHA256SUMS.