auto: 일일 백업 2026-07-22 02:00

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-07-22 02:00:04 +09:00
parent 1d6fe0f70d
commit 2cf5b38da1
195 changed files with 11185 additions and 8580 deletions
+54 -19
View File
@@ -1,35 +1,35 @@
{
"meta": {
"lastTouchedVersion": "2026.5.18",
"lastTouchedAt": "2026-05-19T05:22:22.711Z"
"lastTouchedVersion": "2026.7.1-2",
"lastTouchedAt": "2026-07-20T01:32:07.592Z"
},
"wizard": {
"lastRunAt": "2026-05-19T05:22:22.678Z",
"lastRunVersion": "2026.5.18",
"lastRunCommand": "configure",
"lastRunAt": "2026-07-20T01:32:00.955Z",
"lastRunVersion": "2026.7.1-2",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"auth": {
"profiles": {
"openai-codex:ihyowons@gmail.com": {
"provider": "openai-codex",
"mode": "oauth",
"email": "ihyowons@gmail.com"
},
"openrouter:default": {
"provider": "openrouter",
"mode": "api_key"
},
"openai:ihyowons@gmail.com": {
"provider": "openai",
"mode": "oauth",
"email": "ihyowons@gmail.com"
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "openai-codex/gpt-5.5",
"primary": "openai/gpt-5.5",
"fallbacks": [
"openrouter/anthropic/claude-haiku-4.5",
"openrouter/anthropic/claude-sonnet-4.6",
"openai-codex/gpt-5.5-pro"
"openai/gpt-5.5-pro"
]
},
"models": {
@@ -38,10 +38,18 @@
},
"openrouter/anthropic/claude-sonnet-4.6": {},
"openrouter/anthropic/claude-haiku-4.5": {},
"openrouter/google/gemini-3.1-flash-lite-preview": {},
"openrouter/google/gemini-3.1-flash-lite": {},
"openrouter/google/gemini-3.1-pro-preview": {},
"openai-codex/gpt-5.5": {},
"openai-codex/gpt-5.5-pro": {}
"openai/gpt-5.5": {
"agentRuntime": {
"id": "codex"
}
},
"openai/gpt-5.5-pro": {
"agentRuntime": {
"id": "codex"
}
}
},
"workspace": "/Users/snowoyh/.openclaw/workspace"
},
@@ -56,12 +64,24 @@
"workspace": "/Users/snowoyh/.openclaw/agents/stock/workspace",
"agentDir": "/Users/snowoyh/.openclaw/agents/stock/agent",
"model": {
"primary": "openai-codex/gpt-5.5",
"primary": "openai/gpt-5.5",
"fallbacks": [
"openrouter/anthropic/claude-haiku-4.5",
"openrouter/anthropic/claude-sonnet-4.6",
"openai-codex/gpt-5.5-pro"
"openai/gpt-5.5-pro"
]
},
"models": {
"openai/gpt-5.5": {
"agentRuntime": {
"id": "codex"
}
},
"openai/gpt-5.5-pro": {
"agentRuntime": {
"id": "codex"
}
}
}
},
{
@@ -70,12 +90,24 @@
"workspace": "/Users/snowoyh/.openclaw/agents/budget/workspace",
"agentDir": "/Users/snowoyh/.openclaw/agents/budget/agent",
"model": {
"primary": "openai-codex/gpt-5.5",
"primary": "openai/gpt-5.5",
"fallbacks": [
"openrouter/anthropic/claude-haiku-4.5",
"openrouter/anthropic/claude-sonnet-4.6",
"openai-codex/gpt-5.5-pro"
"openai/gpt-5.5-pro"
]
},
"models": {
"openai/gpt-5.5": {
"agentRuntime": {
"id": "codex"
}
},
"openai/gpt-5.5-pro": {
"agentRuntime": {
"id": "codex"
}
}
}
}
]
@@ -383,6 +415,9 @@
},
"xurl": {
"enabled": false
},
"obsidian": {
"enabled": false
}
}
},