User Preferences

Get preferences for the current user

showHostTags, hostTrayOnClick, compactHostView, statusColorScheme and foldersCollapsed are legacy fields, kept here read-only for backward compatibility. The authoritative copy is GET /host-sidebar/preferences.

get/user-preferences

Response

User preferences.

reopenTabsOnLoginboolean
themestring nullable
fontSizestring nullable
accentColorstring nullable
languagestring nullable
storageModestring nullable
commandAutocompleteboolean nullable
commandPaletteEnabledboolean nullable
showHostTagsboolean nullable
hostTrayOnClickboolean nullable
pinAppRailboolean nullable
expandAppRailOnHoverboolean nullable
foldersCollapsedboolean nullable
confirmSnippetExecutionboolean nullable
disableUpdateCheckboolean nullable
confirmTabCloseboolean nullable
hiddenRailTabsstring nullable
compactHostViewboolean nullable
statusColorSchemestring nullable
customThemesstring nullable

JSON-encoded array of the user's saved global custom terminal themes.

customKeybindingsstring nullable

JSON-encoded array of the user's custom terminal keybindings.

Changes