# Changelog | AgentFS

> New features and improvements to AgentFS, cloud storage for AI agents.

Changelog

# What's new in AgentFS

New features and improvements, newest first. Everything here is live for every plan.

1. Sep 23, 2026Latest  
New  
## The AgentFS CLI  
Give every agent on your machine cloud storage with one command.  
```  
$ npx -y @agentfs/cli@latest init --all --browser  
```

  * Log in through your browser. No keys to copy or paste.
  * Works with Claude Code, Cursor, Codex, and more.
  * Upload, find, and share files right from your terminal.
2. Sep 23, 2026  
New  
## The AgentFS skill  
Your agent knows when to store and share files, without being told how.  
```  
$ npx skills add stophydotdev/agentfs  
```

  * Say "give me a link" or "share this with my team" and your agent handles it.
  * Sensitive files stay private, and secrets are never uploaded.
3. Sep 23, 2026  
Improved  
## Upload files of any size  
Big videos, datasets, and builds upload as easily as a text file.

  * The only limit is your plan's storage.
  * Links are ready to share as soon as the upload finishes.
4. Sep 23, 2026  
New  
## Activity  
See what your agents did with your files.

  * Every upload, share, and delete in one place, with the agent that did it.
  * Each project has its own activity, so you can follow one agent's work.
5. Sep 22, 2026  
Pricing  
## A free plan  
Start with 2 GB for free, and pay only when you need more storage.

  * Developer includes 200 GB for $11 a month, and Pro includes 500 GB for $28.
  * Every plan has every feature. Downloads are always free.
6. Sep 21, 2026  
New  
## Links that keep working  
Update a file and every link you already shared still opens the new version.

  * Rename or replace a file without breaking its link.
  * Pick up where the last run left off by finding the files it saved.
