Skip to content

Commit 3b8bdb8

Browse files
authored
Merge pull request #408 from fro-bot/next
chore(release): pending release v0.35.0
2 parents d75556f + b011b09 commit 3b8bdb8

20 files changed

Lines changed: 253 additions & 149 deletions

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,21 @@
2525
datasourceTemplate: 'github-releases',
2626
extractVersionTemplate: '^bun-v(?<version>.*)$',
2727
},
28+
{
29+
customType: 'regex',
30+
managerFilePatterns: ['/src\\/shared\\/constants\\.ts/'],
31+
matchStrings: ["DEFAULT_SYSTEMATIC_VERSION = '(?<currentValue>\\d+\\.\\d+\\.\\d+)'"],
32+
depNameTemplate: '@fro.bot/systematic',
33+
datasourceTemplate: 'npm',
34+
},
2835
],
2936
packageRules: [
3037
{matchFileNames: ['.github/workflows/**'], semanticCommitType: 'ci'},
3138
{matchDatasources: ['docker'], semanticCommitType: 'build'},
3239
{
3340
matchPackageNames: [
3441
'@bfra.me/tsconfig',
42+
'@fro.bot/systematic',
3543
'@opencode-ai/sdk',
3644
'@semantic-release/git',
3745
'anomalyco/opencode',

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
secrets:
4242
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}
4343
APPLICATION_PRIVATE_KEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
44-
uses: bfra-me/.github/.github/workflows/renovate.yaml@d8a7a1aaedb98ffbf79909799d8cfb85b6089717 # v4.14.3
44+
uses: bfra-me/.github/.github/workflows/renovate.yaml@5be29d8f0114fe4c5e46ade85c1abd7295ef1d65 # v4.14.4
4545
with:
4646
log-level: ${{ inputs.log-level || 'debug' }}
4747
print-config: ${{ inputs.print-config || false }}

.github/workflows/update-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
secrets:
1919
APPLICATION_ID: ${{ secrets.APPLICATION_ID }}
2020
APPLICATION_PRIVATE_KEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
21-
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@d8a7a1aaedb98ffbf79909799d8cfb85b6089717 # v4.14.3
21+
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@5be29d8f0114fe4c5e46ade85c1abd7295ef1d65 # v4.14.4

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ inputs:
4444
omo-version:
4545
description: oMo (Oh My OpenAgent) version to install if auto-setup is needed. Defaults to version pinned in source code if not set.
4646
required: false
47+
systematic-version:
48+
description: Systematic plugin version to register with OpenCode. Defaults to version pinned in source code if not set.
49+
required: false
4750
skip-cache:
4851
description: Skip session cache restore (default false)
4952
required: false
Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"simple-git-hooks": "2.13.1",
7070
"tsdown": "0.21.5",
7171
"typescript": "5.9.3",
72-
"vitest": "4.1.1"
72+
"vitest": "4.1.2"
7373
},
7474
"packageManager": "pnpm@10.33.0"
7575
}

0 commit comments

Comments
 (0)