- Add bin/release-android.mjs: Universal Android release script - Auto-detect Android project root (standalone or monorepo) - Auto-detect Gitea config from git remote URL (HTTPS/SSH) - Auto-detect Java Home from Android Studio - Support tag-based release workflow - Add command/release-android.md: Command to trigger release process - Add skill/release-android/SKILL.md: Skill documentation with full script source - Update opencode.json: Enable thinking for claude models
42 lines
860 B
JSON
42 lines
860 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"opencode": {
|
|
"models": {
|
|
"claude-opus-4-5": {
|
|
"options": {
|
|
"thinking": {
|
|
"type": "enabled",
|
|
"budgetTokens": 16000
|
|
}
|
|
}
|
|
},
|
|
"claude-sonnet-4-5": {
|
|
"options": {
|
|
"thinking": {
|
|
"type": "enabled",
|
|
"budgetTokens": 16000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {
|
|
"ref": {
|
|
"type": "remote",
|
|
"url": "https://api.ref.tools/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer {env:REF_API_KEY}"
|
|
}
|
|
},
|
|
"figma": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "figma-developer-mcp", "--stdio"],
|
|
"environment": {
|
|
"FIGMA_API_KEY": "{env:FIGMA_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|