Skip to content

Commit 9eba438

Browse files
opencode-agent[bot]opencode
andcommitted
Merge origin/main into route-preload
Resolved conflicts in: - integrations/react/src/__internal__/PluginRenderer.tsx: Kept useActivityComponentMap import from HEAD - integrations/react/src/future/index.ts: Merged exports from both branches - integrations/react/src/future/stackflow.tsx: Merged imports from both branches 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <[email protected]>
2 parents c61676b + 6dbc319 commit 9eba438

File tree

55 files changed

+397
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+397
-154
lines changed

.changeset/breezy-cameras-tie.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/opencode.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: opencode
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
jobs:
8+
opencode:
9+
if: |
10+
contains(github.event.comment.body, ' /oc') ||
11+
startsWith(github.event.comment.body, '/oc') ||
12+
contains(github.event.comment.body, ' /opencode') ||
13+
startsWith(github.event.comment.body, '/opencode')
14+
runs-on: ubuntu-latest
15+
environment: Maintainer Only
16+
permissions:
17+
contents: read
18+
id-token: write
19+
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
24+
25+
- name: Run opencode
26+
uses: sst/opencode/github@latest
27+
env:
28+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
29+
with:
30+
model: anthropic/claude-sonnet-4-20250514

.pnp.cjs

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-34 KB
Binary file not shown.
Binary file not shown.
-7.89 MB
Binary file not shown.
Binary file not shown.
-8.49 MB
Binary file not shown.
13.6 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)