Mirrors the private dots tree at 900bdda: one shared base plus per-host overlays, replacing the old flat .config/ layout (last synced 2026-06-28). - packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README (layout, deploy order, HyDE dependency), plus ToDo.md and HYDE-UPDATE.md - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - drops stale duplicates and generated cruft that should never have been tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables, nvim codecompanion.lua - .pi/agent/auth.json is gitignored now; auth.json.example ships instead - fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per the root .gitignore)
240 lines
6.2 KiB
JSON
240 lines
6.2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": [
|
|
"opencode-openai-codex-auth"
|
|
],
|
|
"provider": {
|
|
"openai": {
|
|
"options": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium",
|
|
"include": [
|
|
"reasoning.encrypted_content"
|
|
],
|
|
"store": false
|
|
},
|
|
"models": {
|
|
"gpt-5.2": {
|
|
"name": "GPT 5.2 (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"none": {
|
|
"reasoningEffort": "none",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.2-codex": {
|
|
"name": "GPT 5.2 Codex (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.1-codex-max": {
|
|
"name": "GPT 5.1 Codex Max (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.1-codex": {
|
|
"name": "GPT 5.1 Codex (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.1-codex-mini": {
|
|
"name": "GPT 5.1 Codex Mini (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.1": {
|
|
"name": "GPT 5.1 (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"none": {
|
|
"reasoningEffort": "none",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "low"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "high"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|