Skip to content

Instantly share code, notes, and snippets.

View julianromli's full-sized avatar
🎯
Focusing

faizntfd julianromli

🎯
Focusing
View GitHub Profile
@julianromli
julianromli / oh-my-opencode.json
Last active July 4, 2026 04:40
oh-my-opencode.json Github Copilot Setup
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "github-copilot/gpt-5.4",
"variant": "high"
},
"hephaestus": {
"model": "github-copilot/gpt-5.4",
"variant": "medium"
# CLIProxy Installer for Droid CLI
# Run: irm https://raw.githubusercontent.com/YOUR_REPO/install-cliproxy.ps1 | iex
# Or: powershell -ExecutionPolicy Bypass -File install-cliproxy.ps1
$ErrorActionPreference = "Stop"
Write-Host "========================================" -ForegroundColor Cyan
Write-Host " CLIProxy Installer for Droid CLI" -ForegroundColor Cyan
Write-Host "========================================" -ForegroundColor Cyan
Write-Host ""