From 502e6d28c7a3a522652a4abefea23da132a91829 Mon Sep 17 00:00:00 2001 From: Emanuel Casco Date: Tue, 5 May 2026 10:17:16 +0200 Subject: [PATCH] docs: add cc launch example at the begining of the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ac84048..db95615 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ `ocgo` is a small Go CLI that lets [Claude Code](https://docs.anthropic.com/en/docs/claude-code) run against an OpenCode Go subscription. It starts a local Anthropic-compatible proxy, translates Claude Code's Anthropic Messages API requests to OpenCode Go's OpenAI-compatible chat completions endpoint, and launches `claude` with the right environment variables. +```bash +ocgo setup +ocgo launch claude --model kimi-k2.6 +``` + +Use your OpenCode Go subscription from Claude Code in one command — no manual proxy setup required. + ## Features - Save and reuse your OpenCode Go API key.