Skip to content

Commit bb9742c

Browse files
authored
Merge pull request #93 from browser-use/sync/upstream-v1.15.13
Sync upstream opencode v1.15.13
2 parents f52f3ae + bee64e0 commit bb9742c

1,248 files changed

Lines changed: 128957 additions & 98917 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.

.dockerignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.git
2+
.opencode
3+
.sst
4+
.turbo
5+
.wrangler
6+
node_modules
7+
**/node_modules
8+
**/.output
9+
**/dist
10+
**/.turbo
11+
**/.vite
12+
**/coverage

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug report
2-
description: Report an issue that should be fixed
2+
description: Report an issue that should be fixed (avoid pasting giant AI generated summaries or your issue may be closed/ignored)
33
body:
44
- type: textarea
55
id: description

.github/TEAM_MEMBERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ rekram1-node
1414
thdxr
1515
simonklee
1616
vimtor
17+
starptech

.opencode/skills/improve-codebase-architecture/DEEPENING.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.opencode/skills/improve-codebase-architecture/INTERFACE-DESIGN.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

.opencode/skills/improve-codebase-architecture/LANGUAGE.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

.opencode/skills/improve-codebase-architecture/SKILL.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

.opencode/tool/github-triage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { tool } from "@opencode-ai/plugin"
44
const TEAM = {
55
tui: ["kommander", "simonklee"],
66
desktop_web: ["Hona", "Brendonovich"],
7-
core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton"],
8-
inference: ["fwang", "MrMushrooooom"],
7+
core: ["jlongster", "rekram1-node", "nexxeln", "kitlangton", "starptech"],
8+
inference: ["fwang", "MrMushrooooom", "starptech"],
99
windows: ["Hona"],
1010
} as const
1111

AGENTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
- To regenerate the JavaScript SDK, run `./packages/sdk/js/script/build.ts`.
22
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
33
- Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility.
4+
- The default branch in this fork is `main`; upstream's default branch is `dev`.
5+
6+
## Commits and PR Titles
7+
8+
Use conventional commit-style messages and PR titles: `type(scope): summary`.
9+
10+
Valid types are `feat`, `fix`, `docs`, `chore`, `refactor`, and `test`. Scopes are optional; use the affected package or area when helpful, e.g. `core`, `opencode`, `tui`, `app`, `desktop`, `sdk`, or `plugin`.
11+
12+
Examples: `fix(tui): simplify thinking toggle styling`, `docs: update contributing guide`, `chore(sdk): regenerate types`.
413

514
## Style Guide
615

0 commit comments

Comments
 (0)