Skip to content

Instantly share code, notes, and snippets.

View yuzolabs's full-sized avatar

Yuzora Yu yuzolabs

View GitHub Profile
@yuzolabs
yuzolabs / oh-my-openagent.jsonc
Created July 10, 2026 15:19
omo-config for ChatGPT + GLM Coding Plan + Grok Build(Super Grok)
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"runtime_fallback": {
"enabled": true,
"retry_on_errors": [
400,
401,
403,
404,
429,
@yuzolabs
yuzolabs / oh-my-openagent.jsonc
Created June 16, 2026 13:28
omo-config for GLM Coding Plan + Kimi For Coding + Grok Build(Super Grok)
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "kimi-for-coding/k2p7",
"permission": {
"bash": {
"git push": "deny"
}
},
@yuzolabs
yuzolabs / oh-my-openagent.jsonc
Created May 11, 2026 03:27
omo-config for GLM Coding Plan
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "zai-coding-plan/glm-5.1",
"permission": {
"bash": {
"git push": "deny"
}
}
@yuzolabs
yuzolabs / oh-my-openagent.jsonc
Last active May 8, 2026 02:52
omo-config for ChatGPT Pro + GLM Coding Plan
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "openai/gpt-5.5-fast",
"variant": "medium",
"fallback_models": [
{
"model": "zai-coding-plan/glm-5.1"
}
@yuzolabs
yuzolabs / oh-my-opencode.jsonc
Last active April 29, 2026 07:08
omo-config for ChatGPT Pro + GitHub Copilot(Pro,can't use Opus) + GLM Coding Plan
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "openai/gpt-5.5-fast",
"variant": "medium",
"fallback_models": [
{
"model": "zai-coding-plan/glm-5.1"
}
@yuzolabs
yuzolabs / oh-my-opencode.jsonc
Last active February 22, 2026 07:00
omo-for-github-copilot-glm-kimi
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "github-copilot/claude-opus-4.6",
"variant": "max"
},
"hephaestus": {
"model": "github-copilot/gpt-5.2-codex",
"variant": "medium"
@yuzolabs
yuzolabs / oh-my-opencode.jsonc
Created January 31, 2026 05:46
oh-my-opencodeをKimi CodeとGLM Coding planで使用するための設定。一部GitHub Copilotの無料モデルを使用。
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "kimi-for-coding/k2p5"
},
"oracle": {
"model": "kimi-for-coding/k2p5"
},
"explore": {
@yuzolabs
yuzolabs / oh-my-opencode.jsonc
Created January 18, 2026 14:10
omo-for-zai-coding-plan
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"Sisyphus": {
"model": "zai-coding-plan/glm-4.7"
},
"oracle": {
"model": "zai-coding-plan/glm-4.7"
},
"explore": {
@yuzolabs
yuzolabs / oh-my-opencode.jsonc
Created January 18, 2026 13:00
omo-for-GitHub-Copilot
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"Sisyphus": {
"model": "github-copilot/claude-opus-4.5"
},
"oracle": {
"model": "github-copilot/gpt-5.2"
},
"explore": {