Skip to content

Releases: ambient-code/ambient-action

v0.0.5

03 Apr 18:20
3f01516

Choose a tag to compare

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

03 Apr 14:43
1204c23

Choose a tag to compare

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

02 Apr 21:06
ab7111b

Choose a tag to compare

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

25 Feb 02:23

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Full Changelog: v0.0.1...v0.0.2

v0.0.1

24 Feb 13:46

Choose a tag to compare

v0.0.1 Pre-release
Pre-release
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>