summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGoni Zahavy <[email protected]>2026-01-14 09:36:36 +0200
committerGitHub <[email protected]>2026-01-14 01:36:36 -0600
commit45a770cdb10ac6eaa747096639ac475b75616ed8 (patch)
treece16a75554674f212a941b4b315fc25c44de5086
parenta57c8669b6f3a5247f6f6f57279d7146d095de67 (diff)
downloadopencode-45a770cdb10ac6eaa747096639ac475b75616ed8.tar.gz
opencode-45a770cdb10ac6eaa747096639ac475b75616ed8.zip
fix(opencode): fix docker image after sst rename in tips (#8376)
-rw-r--r--packages/opencode/src/cli/cmd/tui/component/tips.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/tips.tsx b/packages/opencode/src/cli/cmd/tui/component/tips.tsx
index 18d3c2df1..516d7e7e2 100644
--- a/packages/opencode/src/cli/cmd/tui/component/tips.tsx
+++ b/packages/opencode/src/cli/cmd/tui/component/tips.tsx
@@ -139,7 +139,7 @@ const TIPS = [
"Press {highlight}Ctrl+X S{/highlight} or {highlight}/status{/highlight} to see system status info",
"Enable {highlight}tui.scroll_acceleration{/highlight} for smooth macOS-style scrolling",
"Toggle username display in chat via command palette ({highlight}Ctrl+P{/highlight})",
- "Run {highlight}docker run -it --rm ghcr.io/sst/opencode{/highlight} for containerized use",
+ "Run {highlight}docker run -it --rm ghcr.io/anomalyco/opencode{/highlight} for containerized use",
"Use {highlight}/connect{/highlight} with OpenCode Zen for curated, tested models",
"Commit your project's {highlight}AGENTS.md{/highlight} file to Git for team sharing",
"Use {highlight}/review{/highlight} to review uncommitted changes, branches, or PRs",