Releases: mmm-05610/agent-box
Releases · mmm-05610/agent-box
v0.5.0 — gui-web PyWebView + React 前端
重大变更
全新 GUI 前端 (gui-web) — React + Vite + Tailwind CSS 4 + PyWebView 重写,替代旧的 CustomTkinter 桌面 GUI。
- 6 个页面:Home、Profiles、Library、Sessions、Settings、Help
- Profile 详情页含分 agent 类型的 Tab(settings、hooks、auth、CLAUDE.md)
- Profile 启动支持模式选择(新会话 / 继续上次)和工作目录
- Library 页 cc-switch 风格 provider 卡片
- 设置页可配置项目目录
- 原生文件夹选择对话框
- 侧边栏换上实际 Logo
产物
agent-box-setup-0.5.0.exe— Windows 桌面安装包agent_box_cli-0.5.0-py3-none-any.whl— Python CLI 包
v0.4.0 — Session Tracking, GUI Polish, Inno Setup Installer
What's New
Preset System
Shipped CC presets (blank, decision-maker, python-dev, spec-writer) with --preset flag. Presets bundle CLAUDE.md, hooks.json, and settings.overlay.json; the overlay is deep-merged onto the template's settings.json.
Session Tracking (agent-box sessions)
Launch history tracking with --json, --active, --cleanup, and --exit flags. Sessions are recorded automatically on each launch via SQLite.
Windows Desktop GUI
Modular CustomTkinter GUI with profile management, raw-config editing, creation wizard, session history, dark/light themes, and health check with dependency install.
Other Additions
--versionflag- Zero Python runtime dependencies for the CLI
- Profile metadata:
meta.yamlwithdisplay_name,description,provider,preset
Downloads
| File | Description |
|---|---|
| agent-box-setup-0.4.0.exe | Inno Setup installer — desktop shortcut + start menu + uninstall |
| pip install agent-box | CLI only (pip install agent-box) |