Releases: alexgorbatchev/agentation
Releases · alexgorbatchev/agentation
v3.0.4
Changes
Browser and toolbar behavior
- Drive frontend connectivity from session SSE streams instead of periodic
/healthpolling. - Reduce localhost health-check noise and keep connection state aligned with the real session lifecycle.
- Normalize exported/server-backed timestamps to Unix milliseconds.
- Fix toolbar drag bounds, acknowledgement toast anchoring, preview control interactivity, and timer lifecycle cleanup.
Package and automation support
- Add stable annotation selectors and accessible delete controls to support end-to-end automation.
- Expand source-resolution behavior used by the demo/docs app and packaged builds.
Docs and examples
- Refresh the getting-started flow around the current local CLI + Pi workflow.
- Update docs/examples for the current Agentation Fork branding and server workflow.
- Refresh the demo site hero flow and supporting examples.
cli-v1.0.0
Agentation CLI v1.0.0
First stable release of the unified Agentation CLI workflow.
✨ Highlights
- Unified lifecycle commands:
agentation startagentation stopagentation status
- Server + router run under a single PID by default.
- Separate stack/server/router logs with one managed process.
- Service toggles via env:
AGENTATION_SERVER_ADDR=0(disable server)AGENTATION_ROUTER_ADDR=0(disable router)
- Router is integrated into CLI internals (
cli/internal/router/*), removing external router process dependency for standard usage. - SQLite persistence improvements + XDG-style storage defaults.
- API base URL env var standardized to:
AGENTATION_BASE_URL(matches--base-url)
- Docs and example site updated to reflect CLI/server workflow.
- Annotation loop skill docs updated for the CLI flow.
⚠️ Breaking / Migration Notes
- The standalone
mcp/workspace package has been removed. - MCP-centric docs/flows were migrated to CLI/server workflows.
- Website server docs moved from
/mcpto/server. - Binary release tags now use:
cli-v*(instead of router tag pattern)