- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: graduateaibridge cli out of experimental#20524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| coder v0.0.0-devel | ||
| USAGE: | ||
| coder aibridge | ||
| Manage AIBridge. | ||
| SUBCOMMANDS: | ||
| interceptions Manage AIBridge interceptions. | ||
| ——— | ||
| Run `coder --help` for a list of global options. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| coder v0.0.0-devel | ||
| USAGE: | ||
| coder aibridge interceptions | ||
| Manage AIBridge interceptions. | ||
| SUBCOMMANDS: | ||
| list List AIBridge interceptions as JSON. | ||
| ——— | ||
| Run `coder --help` for a list of global options. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| coder v0.0.0-devel | ||
| USAGE: | ||
| coder aibridge interceptions list [flags] | ||
| List AIBridge interceptions as JSON. | ||
| OPTIONS: | ||
| --after-id string | ||
| The ID of the last result on the previous page to use as a pagination | ||
| cursor. | ||
| --initiator string | ||
| Only return interceptions initiated by this user. Accepts a user ID, | ||
| username, or "me". | ||
| --limit int (default: 100) | ||
| The limit of results to return. Must be between 1 and 1000. | ||
| --model string | ||
| Only return interceptions from this model. | ||
| --provider string | ||
| Only return interceptions from this provider. | ||
| --started-after string | ||
| Only return interceptions started after this time. Must be before | ||
| 'started-before' if set. Accepts a time in the RFC 3339 format, e.g. | ||
| "====[timestamp]=====07:00". | ||
| --started-before string | ||
| Only return interceptions started before this time. Must be after | ||
| 'started-after' if set. Accepts a time in the RFC 3339 format, e.g. | ||
| "====[timestamp]=====07:00". | ||
| ——— | ||
| Run `coder --help` for a list of global options. |
Uh oh!
There was an error while loading.Please reload this page.