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
Copy file name to clipboardExpand all lines: docs/api.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,7 @@ _Appears in:_
268
268
|`allowedRepositories`_string array_| AllowedRepositories the git repositories allowed to be used with this runtime. || Optional: \{\} <br /> |
269
269
|`browser`_[BrowserConfig](#browserconfig)_| Browser configuration augments agent runtime with a headless browser.<br />When provided, the runtime will be configured to run with a headless browser available<br />for the agent to use. || Optional: \{\} <br /> |
270
270
|`bootstrapScript`_string_| BootstrapScript is a bash script that will be executed inside the cloned repository<br />directory before the coding agent starts. It can be used to install dependencies,<br />configure tooling, or perform any other setup required by the agent. || Optional: \{\} <br /> |
271
+
|`git`_[GitSpec](#gitspec)_| Git configure commit signing on agent run. When provided, the runtime will be configured to sign git commits using the provided key reference. |||
271
272
272
273
273
274
#### Binding
@@ -656,6 +657,23 @@ _Appears in:_
656
657
|`inactivityTimeout`_[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#duration-v1-meta)_| InactivityTimeout is the timeout for inactivity during gemini run. || Optional: \{\} <br /> |
0 commit comments