launchers: the opencode UI is oc.ci.commoninternet.net (not tailnet-only); journal the key switch

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FqkQq3CDmFWcQ7u1LzoyRz
This commit is contained in:
2026-09-08 16:53:20 +00:00
co-authored by Claude Opus 5
parent 79f69b0d35
commit c14c56147d
4 changed files with 33 additions and 4 deletions
+2 -2
View File
@@ -158,7 +158,7 @@ def start(mode="resume"):
f"{model_env}NO_COLOR=1 {OPENCODE_BIN} attach {OPENCODE_SERVER} --dir {shlex.quote(WORKDIR)}"
)
log(f"starting {SESSION} (backend=opencode, model={LOOP_MODEL or 'default'})")
log(f" visible at http://oc.commoninternet.net (tailnet only)")
log(f" visible at https://oc.ci.commoninternet.net")
else:
die(f"unknown LOOP_BACKEND '{BACKEND}' — use 'claude' or 'opencode'")
@@ -212,7 +212,7 @@ def main():
else:
backend_note = (
"claude: --resume preserves conversation across reboots; viewable at claude.ai/code\n"
" opencode: fresh session each launch (no --resume); viewable at http://oc.commoninternet.net"
" opencode: fresh session each launch (no --resume); viewable at https://oc.ci.commoninternet.net"
)
print(f"""cc-ci orchestrator launcher