Skip to content

Commit 92919e2

Browse files
authored
Merge branch 'dev' into feat/openai-compatible-bedrock-cache-control
2 parents bfc9a46 + a9a2a59 commit 92919e2

721 files changed

Lines changed: 61691 additions & 17489 deletions

File tree

Some content is hidden

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

.github/TEAM_MEMBERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ R44VC0RP
1313
rekram1-node
1414
thdxr
1515
simonklee
16+
vimtor

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
PLANETSCALE_SERVICE_TOKEN: ${{ secrets.PLANETSCALE_SERVICE_TOKEN }}
3838
STRIPE_SECRET_KEY: ${{ github.ref_name == 'production' && secrets.STRIPE_SECRET_KEY_PROD || secrets.STRIPE_SECRET_KEY_DEV }}
3939
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }}
40-
INCIDENT_API_KEY: ${{ secrets.INCIDENT_API_KEY }}
4140
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4241
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
4342
SENTRY_PROJECT: ${{ vars.WEB_SENTRY_PROJECT }}

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
env:
6969
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
7070

71+
- name: Run HttpApi exerciser gates
72+
if: runner.os == 'Linux'
73+
working-directory: packages/opencode
74+
run: bun run test:httpapi
75+
7176
- name: Publish unit reports
7277
if: always()
7378
uses: mikepenz/action-junit-report@v6

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules
33
.worktrees
44
.sst
55
.env
6+
.env.local
67
.idea
78
.vscode
89
.codex

.gitleaksignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Fake secret-looking strings used by HTTP recorder redaction tests.
2+
afa57acfda894e0ebf3c637dd710310b705c0a2f:packages/http-recorder/test/record-replay.test.ts:generic-api-key:69
3+
afa57acfda894e0ebf3c637dd710310b705c0a2f:packages/http-recorder/test/record-replay.test.ts:generic-api-key:92
4+
afa57acfda894e0ebf3c637dd710310b705c0a2f:packages/http-recorder/test/record-replay.test.ts:generic-api-key:146
5+
afa57acfda894e0ebf3c637dd710310b705c0a2f:packages/http-recorder/test/record-replay.test.ts:gcp-api-key:71

.opencode/opencode.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"provider": {},
44
"permission": {
55
"edit": {
6-
"packages/opencode/migration/*": "deny",
6+
"packages/opencode/migration/*": "ask",
77
},
88
},
99
"mcp": {},

0 commit comments

Comments
 (0)