You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand all lines: docs/src/content/docs/extensions/github-action.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,30 +6,34 @@ import { Badge } from '@astrojs/starlight/components';
6
6
7
7
<Badgetext="Beta"variant="caution" />
8
8
9
-
The [`ambient-action`](https://github.com/ambient-code/ambient-action) GitHub Action (v0.0.2) creates Ambient Code Platform sessions directly from GitHub workflows. Use it to automate bug fixes on new issues, run code analysis on pull requests, or trigger any agent workflow from CI/CD.
9
+
The [`ambient-action`](https://github.com/ambient-code/ambient-action) GitHub Action creates Ambient Code Platform sessions directly from GitHub workflows. Use it to automate bug fixes on new issues, run code analysis on pull requests, or trigger any agent workflow from CI/CD.
10
10
11
11
## Modes
12
12
13
13
-**Fire-and-forget** -- Create a session and move on. The workflow does not wait for the session to finish.
14
14
-**Wait-for-completion** -- Create a session and poll until it completes (or times out). Useful when subsequent steps depend on the agent's output.
15
+
-**Send to existing session** -- Send a message to a running session instead of creating a new one (set `session-name`).
0 commit comments