fix(cycles): remove browser cli and tlon runtime seams

This commit is contained in:
Vincent Koc
2026-04-10 11:43:18 +01:00
parent dbe2a97e80
commit 0e54440ecc
33 changed files with 848 additions and 756 deletions

View File

@@ -45,7 +45,7 @@ import { theme } from "../../terminal/theme.js";
import { pathExists } from "../../utils.js";
import { replaceCliName, resolveCliName } from "../cli-name.js";
import { formatCliCommand } from "../command-format.js";
import { installCompletion } from "../completion-cli.js";
import { installCompletion } from "../completion-runtime.js";
import { runDaemonInstall, runDaemonRestart } from "../daemon-cli.js";
import {
renderRestartDiagnostics,