Releases: reloadlife/agents
Releases · reloadlife/agents
Release list
v0.8.12 — Session preview, TUI, recordings, memory, docs
Added
- Session preview / activity —
GET /v1/sessions/{id}/preview,GET /v1/sessions/activity- Last N pane lines (live tmux or snapshot), optional ANSI strip, busy/idle heuristic
- Web sidebar terminal tail + activity chip; TUI selection preview
- Recordings product surface — retention + secret redaction,
DELETE /v1/recordings/{id}, real search snippets- Web
/recordingsstage (list, search, viewer, snap) - Privacy: docs/RECORDING.md
- Web
- Memory re-embed —
POST /v1/memory/reembed; tools UI mode/include_code/stats - Project map — full skill install; web Generate/Ensure CTAs
- TUI overhaul — richer rows, resume, delete, worktree toggle, post-detach loop, help, host status, pane preview
- Docs / security / CI — v0.8.x line, SECURITY-OPS, auth tests, CI
make web
Changed
- Recording archives redact secrets and strip ANSI; default max 20 snapshots per session
Full Changelog: v0.8.11...v0.8.12
v0.8.11 — UX polish for toasts, empties, stages
Full Changelog: v0.8.10...v0.8.11
v0.8.10 — Git worktrees for agentic sessions
Added
- Git worktrees for agentic sessions (full product surface)
- New session: worktree toggle (on by default) + optional branch name
- Session list
wtbadge when isolated - Projects: Worktree quick-start action
- Git page: worktrees panel + start session from a linked worktree
- API:
GET /v1/git/worktrees?cwd=
Worktrees land under .agents/worktrees/<id> with branch agents/<id> (or custom).
Session delete best-effort removes the worktree.
Full Changelog: v0.8.9...v0.8.10
v0.8.9 — Projects list page
Added
- Projects list page (
/projects) — browse workspaces with live session counts, map/context chips, and actions (Session / Tools / Git / Remote)- Sidebar Projects entry + palette + more-menu
- Filter + refresh; uses dashboard API with list fallback
Full Changelog: v0.8.8...v0.8.9
v0.8.8 — New session can create a workspace directory
Added
- New session → new directory — create a workspace folder under the host root when starting a session
- API:
POST /v1/workspaces{ "name": "my-app" } - UI: Existing / New directory toggle on the New session page
- API:
Full Changelog: v0.8.7...v0.8.8
v0.8.7 — In-shell pages for tools/create/remote/help
Changed
- In-shell pages for Tools / New session / New project / Open remote / Help
- Same full-stage pattern as Git Changes (sidebar + topbar stay; terminal replaced)
- Shared page hero, cards, and actions layout
- Routes:
/tools,/,/project/new,/remote,/help - Open remote is a page with copyable editor commands (not a text drawer)
Full Changelog: v0.8.6...v0.8.7
v0.8.6 — Web UI updates without hard refresh
Fixed
- Web UI updates on normal refresh after agentsd upgrade
index.htmlserved withCache-Control: no-store(no more stale shell)- Hashed
/assets/*long-cached (immutable) - Injected
agents-buildfingerprint + client soft-reload when the daemon ships a new UI
Full Changelog: v0.8.5...v0.8.6
v0.8.5 — Topbar search & more menu
Changed
- Topbar search + more menu redesign
- Search: pill-shaped trigger with platform-aware ⌘/Ctrl+K chip
- More: richer portaled menu with icon tiles, labels + hints, danger row
- Spotlight palette: cleaner input row, result count, esc chip
Full Changelog: v0.8.4...v0.8.5
v0.8.4 — Git Changes UI overhaul
Changed
- Git Changes UI overhaul — real in-shell product page (not a modal/overlay)
- Hero header with branch chips, dirty/clean, +/- totals, workspace switcher
- File rail with filter, status pills, multi-line rows, commit checkboxes
- Diff canvas with sticky hunk headers, dual line gutters, clearer add/del
- Bottom composer: multi-line commit message, scope, primary CTA, expandable PR
Full Changelog: v0.8.3...v0.8.4
v0.8.3 — Spotlight, topbar menu, Git page
Added
- Spotlight search — topbar search pill opens a centered command palette
- Search sessions by name / agent / cwd / branch
- ↑↓ / ↵ / Esc keyboard navigation
- Git Changes full page (
/changes,/git) — replaces the modal sheet- Files list · full-height diff with line gutters · commit & PR side cards
- Workspace switcher, branch badges, dirty/clean + totals
Fixed
- Topbar ⋮ menu under terminal — portaled body-level menu with raised z-index
- Restored command-palette and git panel CSS dropped in the Vaul→modal rewrite
Changed
- Topbar more-menu: grouped Create / Workspace / App sections with icons
Full Changelog: v0.8.2...v0.8.3