feat(brand): NEURON TUI logo, terminal titles, and swept user-facing copy

This commit is contained in:
2026-08-21 15:30:40 -05:00
parent 6bfcdbb9a8
commit 8b26ac8e1b
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -71,12 +71,12 @@ export function resolveThreadDirectory(project?: string, envPWD = process.env.PW
export const TuiThreadCommand = cmd({
command: "$0 [project]",
describe: "start opencode tui",
describe: "start the Neuron TUI",
builder: (yargs) =>
withNetworkOptions(yargs)
.positional("project", {
type: "string",
describe: "path to start opencode in",
describe: "path to start Neuron in",
})
.option("model", {
type: "string",