Skip to content

Commit cccc7b7

Browse files
committed
docs: fix incorrect default value for disable_build option
The documentation incorrectly stated that disable_build defaults to false, but the actual code behavior defaults to true (Build agent hidden by default). 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent 056b144 commit cccc7b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,14 +566,14 @@ Google Gemini 모델을 위한 내장 Antigravity OAuth를 활성화합니다:
566566
```json
567567
{
568568
"omo_agent": {
569-
"disable_build": false
569+
"disable_build": true
570570
}
571571
}
572572
```
573573

574574
| 옵션 | 기본값 | 설명 |
575575
|------|--------|------|
576-
| `disable_build` | `false` | `true`로 설정하면 기본 Build 에이전트를 숨깁니다. OmO가 유일한 primary 에이전트가 됩니다. |
576+
| `disable_build` | `true` | `true`기본 Build 에이전트를 숨깁니다. OmO가 유일한 primary 에이전트가 됩니다. `false`로 설정하면 Build 에이전트가 OmO와 함께 표시됩니다. |
577577

578578
### Hooks
579579

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,14 @@ Configure the default OmO agent behavior:
567567
```json
568568
{
569569
"omo_agent": {
570-
"disable_build": false
570+
"disable_build": true
571571
}
572572
}
573573
```
574574

575575
| Option | Default | Description |
576576
|--------|---------|-------------|
577-
| `disable_build` | `false` | When `true`, hides the default Build agent. OmO becomes the only primary agent. |
577+
| `disable_build` | `true` | When `true`, hides the default Build agent. OmO becomes the only primary agent. Set to `false` to show Build agent alongside OmO. |
578578

579579
### Hooks
580580

0 commit comments

Comments
 (0)