Skip to content

Releases: alexgorbatchev/agentation

v3.0.4

27 Mar 05:55

Choose a tag to compare

Changes

Browser and toolbar behavior

  • Drive frontend connectivity from session SSE streams instead of periodic /health polling.
  • 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

18 Mar 23:06

Choose a tag to compare

Agentation CLI v1.0.0

First stable release of the unified Agentation CLI workflow.

✨ Highlights

  • Unified lifecycle commands:
    • agentation start
    • agentation stop
    • agentation 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 /mcp to /server.
  • Binary release tags now use:
    • cli-v* (instead of router tag pattern)