|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.2.0] - 2026-03-20 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Add comprehensive Agents API support (beta) |
| 10 | +- Add interactive chat TUI with streaming responses |
| 11 | +- Add agent management commands (create, list, get, delete, restart, logs, versions) |
| 12 | +- Add skills management (list, create, delete, attach, detach) |
| 13 | +- Add secrets management (list, create, update, delete, attach, detach) |
| 14 | +- Add channels management (status, configure, remove) |
| 15 | +- Add devices management (list, approve, approve-all) |
| 16 | +- Add snapshots management (list, create, status, reset) |
| 17 | +- Add tasks/cron management (list, create, update, delete, toggle, run, history) |
| 18 | +- Add ports forwarding management (list, set) |
| 19 | +- Add custom domains management (list, add, update, delete) |
| 20 | +- Add templates browsing (list, get) |
| 21 | +- Add ClawHub skills marketplace (list, get, install) |
| 22 | +- Add agent config management (get, set, validate) |
| 23 | +- Add agent update management (check, apply) |
| 24 | +- Add exec command for running commands in agent containers |
| 25 | +- Add files read command for reading files from agents |
| 26 | +- Add feedback command for submitting feature requests |
| 27 | +- Support multiple chat output modes (TUI, JSON, text, conversation) |
| 28 | + |
| 29 | +### 📚 Documentation |
| 30 | + |
| 31 | +- Update README with complete agents documentation |
| 32 | +- Add beta notices for Agents platform |
| 33 | +- Fix typos and inaccuracies in README |
| 34 | + |
5 | 35 | ## [0.1.0] - 2025-03-19 |
6 | 36 |
|
7 | 37 | ### 🐛 Bug Fixes |
|
0 commit comments