Releases: ambient-code/ambient-action
Releases · ambient-code/ambient-action
v0.0.5
What's Changed
- feat: add stop-on-run-finished input and session-url output by @Gkrumbach07 in #4
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: add session-name input for message reuse by @Gkrumbach07 in #3
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: switch timeout to inactivity-based auto-stop by @Gkrumbach07 in #2
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Pass activeWorkflow directly in create body Backend now supports activeWorkflow on session creation, so no need for the two-step wait-for-running + POST /workflow approach. Also removed interactive flag (removed from platform entirely). Co-authored-by: Cursor <cursoragent@cursor.com>