Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# OpenCode 配置项目

本目录保存 OpenCode 全局配置。Agent 编排由 `oh-my-opencode-slim` 提供;本地仅保留 MCP、DCP、RTK、Windows Git 环境与少量自定义 Agent/Command。
Expand Down Expand Up @@ -61,7 +63,7 @@ OMO Slim 内置 `websearch`(Exa)已通过根级 `disabled_mcps` 全局禁用
## 本地插件

- `plugins/rtk.ts`:通过 RTK 压缩 Shell 输出。
- `plugins/title-alert.ts`:任务标题与通知。
- `plugins/title-alert.ts`:任务标题与通知;`run`/`serve` 模式禁用,避免污染标准输出
- `plugins/windows-git-env.ts`:Windows 下发现 Git for Windows 并设置 Bash/Path。
- `plugins/wait-for-user-stop.ts`:在 `wait_for_user` 完成后终止当前 agent loop,避免同一等待请求被连续调用。
- `@chikage0o0/opencode-dcp@3.1.14`:按 session 管理上下文压缩,命令为 `/dcp`、`/dcp-compress`。
Expand Down