Advanced Usage

Practical notes on updates, model sync, session restore, and known limitations.

Session Restore

When session restore is enabled (default), Glitch saves your tabs, working directories, themes, and split layout on exit and restores them on next launch. If a saved directory no longer exists, Glitch opens that tab in your home folder instead.

See Session Restore for the full user guide and config keys.

Update Checks

Settings → Updates section provides:

  • Background version check for new releases (handled automatically by the app)
  • Changelog display for new versions
  • Direct download link to the latest build at glitch.vritrasec.com/download

Update checks require network access. Glitch does not auto-install updates - you download and install manually.

Model Sync

On launch, Glitch syncs the available AI model list in the background. This keeps the model dropdown in Settings → AI Core Setup and the AI panel header up to date without requiring an app update. If sync fails, your locally saved model is used.

Known Limitations

LimitationDetails
Linux onlyNo Windows or macOS build.
Scrollback limitTerminal scrollback is capped at 5,000 lines.
AI panel no shortcutToggle AI sidebar is click-only (sparkles button). No keyboard binding.
Pane focus no shortcutsFocus left/right/up/down actions exist but have no default key bindings.
Single AI providerGlitch AI uses one cloud provider. No OpenAI or local model integration.
3 attachment limitMaximum 3 @file attachments per AI message, 100 KB each.
10-turn memoryConversation memory is a rolling 10-message buffer, not unlimited context.
Daily history onlyAI chat history keeps only today's messages. Previous days are pruned.
No slash commandsOnly /shell AI prefix exists. No read_file, ls, or other AI-routed commands.
Network for AIGlitch AI requires internet access for AI requests.

Application Identity

PropertyValue
Display nameGlitch AI Engine
Versionv0.8.5-stable
App IDcom.vritrasec.glitch
OrganizationVritra Security Organization
CLI version flagglitch -v
Download URLhttps://glitch.vritrasec.com/download

Related