Skip to content

Commit 2d324b0

Browse files
bracesproulOpenSWE Bot
andauthored
Sync OpenSWE Documentation Files (#124)
This PR syncs documentation files from the OpenSWE repository. **Changes:** - Updated MDX files from `apps/docs/` - Target directory: `src/labs/swe/` - Updated images from `apps/docs/images/` - Target directory: `src/images/` - Source commit: df182b676bdb235a01826cea223aef8984fbe553 - Synced at 2025-08-06 16:41:22 UTC **Auto-generated by:** OpenSWE Documentation Sync Workflow Co-authored-by: OpenSWE Bot <[email protected]>
1 parent 0c6031d commit 2d324b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/labs/swe/setup/development.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Before starting, ensure you have the following installed:
7474
GITHUB_APP_REDIRECT_URI="http://localhost:3000/api/auth/github/callback"
7575

7676
# GitHub App details (will be filled after creating GitHub App)
77-
GITHUB_APP_NAME="open-swe-dev"
77+
GITHUB_APP_NAME="open-swe-dev" # this must match the name of your GitHub app, excluding spaces
7878
GITHUB_APP_ID=""
7979
GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
8080
...add your private key here...
@@ -105,7 +105,7 @@ Before starting, ensure you have the following installed:
105105
FIRECRAWL_API_KEY="" # For URL content extraction
106106

107107
# GitHub App settings (same as web app)
108-
GITHUB_APP_NAME="open-swe-dev"
108+
GITHUB_APP_NAME="open-swe-dev" # this must match the name of your GitHub app, excluding spaces
109109
GITHUB_APP_ID=""
110110
GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
111111
...add your private key here...

src/labs/swe/usage/best-practices.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Submit separate requests for different features or fixes. This allows Open SWE t
4040
## Model Selection
4141

4242
- **Claude Sonnet 4 (Default)**: The default model for planning, writing code, and reviewing changes. This model offers the best balance of performance, speed and cost.
43-
- **Claude Opus 4**: A larger, more powerful model for difficult, or open-ended tasks. Opus 4 is more expensive and slower, but will provide better results for complex tasks.
43+
- **Claude Opus 4.1**: A larger, more powerful model for difficult, or open-ended tasks. Opus 4.1 is more expensive and slower, but will provide better results for complex tasks.
4444

4545
### Avoid Other Models
4646

@@ -74,8 +74,8 @@ If you're running Open SWE against an open-ended or very complex task, you may w
7474

7575
- `open-swe`: Manual mode with Sonnet 4
7676
- `open-swe-auto`: Auto mode with Sonnet 4
77-
- `open-swe-max`: Manual mode with Opus 4
78-
- `open-swe-max-auto`: Auto mode with Opus 4
77+
- `open-swe-max`: Manual mode with Opus 4.1
78+
- `open-swe-max-auto`: Auto mode with Opus 4.1
7979

8080
<Note>
8181
In development environments, append `-dev` to all labels (e.g.,

src/labs/swe/usage/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Open SWE supports three types of labels that control how the agent operates:
3333

3434
**Max Mode (`open-swe-max` and `open-swe-max-auto`)**
3535

36-
- Uses Claude Opus 4 for both planning and programming tasks
36+
- Uses Claude Opus 4.1 for both planning and programming tasks
3737
- Provides enhanced performance and reasoning capabilities for complex problems
3838
- `open-swe-max`: Requires manual plan approval with premium model performance
3939
- `open-swe-max-auto`: Combines automatic execution with premium model capabilities

0 commit comments

Comments
 (0)