@@ -362,22 +362,23 @@ concurrency:
362362
363363# ## Action Inputs
364364
365- | Input | Required | Default | Description |
366- | ------------------- | -------- | ---------- | -------------------------------------------------- |
367- | `github-token` | Yes | — | GitHub token with write permissions |
368- | `auth-json` | Yes | — | JSON object mapping LLM providers to credentials |
369- | `prompt` | No | — | Custom prompt for the agent |
370- | `agent` | No | `Sisyphus` | Agent to use (must be primary agent, not subagent) |
371- | `model` | No | — | Model override in `provider/model` format |
372- | `timeout` | No | `1800000` | Execution timeout in milliseconds (0 = no limit) |
373- | `opencode-version` | No | `1.2.24` | OpenCode CLI version for installation |
374- | `session-retention` | No | `50` | Number of sessions to retain before pruning |
375- | `s3-backup` | No | `false` | Enable S3 write-through backup |
376- | `s3-bucket` | No | — | S3 bucket name (required if `s3-backup` is true) |
377- | `aws-region` | No | — | AWS region for S3 bucket |
378- | `skip-cache` | No | `false` | Skip cache restore (useful for debugging) |
379- | `omo-config` | No | — | Custom oMo configuration JSON (deep-merged) |
380- | `opencode-config` | No | — | Custom OpenCode configuration JSON (deep-merged) |
365+ | Input | Required | Default | Description |
366+ | -------------------- | -------- | ---------- | -------------------------------------------------- |
367+ | `github-token` | Yes | — | GitHub token with write permissions |
368+ | `auth-json` | Yes | — | JSON object mapping LLM providers to credentials |
369+ | `prompt` | No | — | Custom prompt for the agent |
370+ | `agent` | No | `Sisyphus` | Agent to use (must be primary agent, not subagent) |
371+ | `model` | No | — | Model override in `provider/model` format |
372+ | `timeout` | No | `1800000` | Execution timeout in milliseconds (0 = no limit) |
373+ | `opencode-version` | No | `1.2.24` | OpenCode CLI version for installation |
374+ | `systematic-version` | No | `2.1.0` | Systematic plugin version for OpenCode |
375+ | `session-retention` | No | `50` | Number of sessions to retain before pruning |
376+ | `s3-backup` | No | `false` | Enable S3 write-through backup |
377+ | `s3-bucket` | No | — | S3 bucket name (required if `s3-backup` is true) |
378+ | `aws-region` | No | — | AWS region for S3 bucket |
379+ | `skip-cache` | No | `false` | Skip cache restore (useful for debugging) |
380+ | `omo-config` | No | — | Custom oMo configuration JSON (deep-merged) |
381+ | `opencode-config` | No | — | Custom OpenCode configuration JSON (deep-merged) |
381382
382383# ## Action Outputs
383384
0 commit comments