feat(tui): unify session history and context
This commit is contained in:
@@ -22,6 +22,7 @@ const options: AppOptions = {
|
||||
version: process.env.NANOBOT_TUI_VERSION?.trim() || "dev",
|
||||
access: process.env.NANOBOT_TUI_ACCESS?.trim() || "workspace access",
|
||||
theme: themePreference(),
|
||||
statePath: process.env.NANOBOT_TUI_STATE_PATH?.trim() || undefined,
|
||||
}
|
||||
|
||||
let app: NanobotTui | undefined
|
||||
|
||||
Reference in New Issue
Block a user