- All gsdDir/gsdRoot/gsdHome → sfDir/sfRootDir/sfHome - GSDWorkspace* → SFWorkspace* interfaces - bootstrapGsdProject → bootstrapProject - runGSDDoctor → runSFDoctor - GsdClient → SfClient, gsd-client.ts → sf-client.ts - .gsd/ → .sf/ in all tests, docs, docker, native, vscode - Auto-migration: headless detects .gsd/ → renames to .sf/ - Deleted gsd-phase-state.ts backward-compat re-export - Renamed bin/gsd-from-source → bin/sf-from-source - Updated mintlify docs, github workflows, docker configs
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"id": "genai-proxy",
|
|
"name": "GenAI Proxy",
|
|
"version": "1.0.0",
|
|
"description": "OpenAI-compatible proxy for Gemini CLI and GenAI clients",
|
|
"tier": "bundled",
|
|
"requires": {
|
|
"platform": ">=2.29.0"
|
|
}
|
|
}
|