Releases: AgentCell-dev/agentcell-client
Release list
v0.1.4
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/andout/are still sent. Older clients uploadnode_modules/, which usually exceeds the upload limit for a frontend project. deployandpscan report kindstatic; a static site has no port.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
agentcell 0.1.2
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
Adds agentcell login (browser or device flow), logout and whoami. Deploys over https://api.agentcell.cloud. Verify downloads against SHA256SUMS.
agentcell 0.1.0
First public release. Deploys and MCP server against https://api.agentcell.cloud. Verify downloads against SHA256SUMS.