feat: expose tui/fullscreen rendering mode setting #272

Closed
opened 2026-05-06 12:24:48 -07:00 by hikari · 0 comments
Owner

Overview

CLI v2.1.110 added the /tui command and a tui config setting to switch to flicker-free fullscreen rendering. This should be exposed in the app's settings UI.

Changes Required

  • Add a tui mode option to src/lib/components/ConfigSidebar.svelte
  • Options: default (inline), fullscreen
  • Pass the setting through to Claude Code's config when starting a session

Context

From the v2.1.110 changelog:

Added /tui command and tui setting — run /tui fullscreen to switch to flicker-free rendering in the same conversation

The TUI fullscreen mode provides significantly smoother rendering, particularly in terminals that support it. Exposing this setting lets users opt into the improved rendering experience from within Hikari Desktop rather than having to invoke /tui fullscreen manually every session.

References

  • Claude Code CLI v2.1.110 changelog
  • Claude Code CLI v2.1.116 changelog (further TUI fixes)

This issue was created with help from Hikari~ 🌸

## Overview CLI v2.1.110 added the `/tui` command and a `tui` config setting to switch to flicker-free fullscreen rendering. This should be exposed in the app's settings UI. ## Changes Required - Add a `tui` mode option to `src/lib/components/ConfigSidebar.svelte` - Options: default (inline), `fullscreen` - Pass the setting through to Claude Code's config when starting a session ## Context From the v2.1.110 changelog: > Added `/tui` command and `tui` setting — run `/tui fullscreen` to switch to flicker-free rendering in the same conversation The TUI fullscreen mode provides significantly smoother rendering, particularly in terminals that support it. Exposing this setting lets users opt into the improved rendering experience from within Hikari Desktop rather than having to invoke `/tui fullscreen` manually every session. ## References - Claude Code CLI v2.1.110 changelog - Claude Code CLI v2.1.116 changelog (further TUI fixes) ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#272