diff --git a/README.ko.md b/README.ko.md index d7676d7..b652182 100644 --- a/README.ko.md +++ b/README.ko.md @@ -566,14 +566,14 @@ Google Gemini 모델을 위한 내장 Antigravity OAuth를 활성화합니다: ```json { "omo_agent": { - "disable_build": false + "disable_build": true } } ``` | 옵션 | 기본값 | 설명 | |------|--------|------| -| `disable_build` | `false` | `true`로 설정하면 기본 Build 에이전트를 숨깁니다. OmO가 유일한 primary 에이전트가 됩니다. | +| `disable_build` | `true` | `true`면 기본 Build 에이전트를 숨깁니다. OmO가 유일한 primary 에이전트가 됩니다. `false`로 설정하면 Build 에이전트가 OmO와 함께 표시됩니다. | ### Hooks diff --git a/README.md b/README.md index 261919e..bd8cabf 100644 --- a/README.md +++ b/README.md @@ -567,14 +567,14 @@ Configure the default OmO agent behavior: ```json { "omo_agent": { - "disable_build": false + "disable_build": true } } ``` | Option | Default | Description | |--------|---------|-------------| -| `disable_build` | `false` | When `true`, hides the default Build agent. OmO becomes the only primary agent. | +| `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. | ### Hooks