forked from agents/opencode
chore: 重命名配置文件从 oh-my-opencode 到 oh-my-openagent
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
|
||||
"agents": {
|
||||
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
||||
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
@@ -26,11 +26,31 @@
|
||||
"experimental": {
|
||||
"disable_omo_env": true,
|
||||
"dynamic_context_pruning": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"notification": "detailed",
|
||||
"turn_protection": {
|
||||
"enabled": true,
|
||||
"turns": 3
|
||||
},
|
||||
"protected_tools": [
|
||||
"task",
|
||||
"todowrite",
|
||||
"todoread",
|
||||
"lsp_rename",
|
||||
"session_read",
|
||||
"session_write",
|
||||
"session_search"
|
||||
],
|
||||
"strategies": {
|
||||
"deduplication": { "enabled": true },
|
||||
"supersede_writes": { "enabled": true, "aggressive": false },
|
||||
"purge_errors": { "enabled": true, "turns": 5 }
|
||||
}
|
||||
}
|
||||
},
|
||||
"git_master": {
|
||||
"commit_footer": false,
|
||||
"include_co_authored_by": false
|
||||
"include_co_authored_by": false,
|
||||
"git_env_prefix": "GIT_MASTER=1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user