Renovate updates
#34 chore(deps): update actions/checkout action to v7
- PR: #34
actions/checkout (actions/checkout)
v7.0.0
- Block checking out fork PR for pull_request_target and workflow_run by @aiqiaoy in #2454
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by @dependabot[bot] in #2458
- Bump flatted from 3.3.1 to 3.4.2 by @dependabot[bot] in #2460
- Bump js-yaml from 4.1.0 to 4.2.0 by @dependabot[bot] in #2461
- Bump @actions/core and @actions/tool-cache and Remove uuid by @dependabot[bot] in #2459
- upgrade module to esm and update dependencies by @aiqiaoy in #2463
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #2462
#35 chore(deps): update dependency anomalyco/opencode to v1.17.9
- PR: #35
anomalyco/opencode (anomalyco/opencode)
v1.17.9
Core
Bugfixes
- Honor configured agent step limits by forcing a final text response instead of failing mid-run.
- Fix Devstral model detection when provider IDs use different casing. (@Robin1987China)
- Pass configured custom headers to Copilot model requests.
Improvements
- Add
highandmaxthinking variants for GLM-5.2 across supported providers. (@imranshaiedi-byte) - Stop wrapping follow-up user messages in a steering reminder so prompt caching stays effective.
TUI
Bugfixes
- Only show the background subagent shortcut when the server supports it.
Thank you to 4 community contributors:
- @Grantmartin2002:
- fix(core): fix command docs in customize-opencode skill (#32718)
- @Robin1987China:
- fix(opencode): use toLowerCase for Devstral model detection (#33109)
- @kimnamu:
- fix(experimental llm pkg): forward topK to Converse via additionalModelRequestFields (#33030)
- @imranshaiedi-byte:
- feat(opencode): expose High/Max thinking variants for GLM-5.2 (#32446)