Skip to content

Managing Plugins

Plugins are the core unit of functionality in LightRSI. This page covers how to list and manage installed plugins.

List Installed Plugins

bash
lightrsi status

Shows all installed plugins and their state.

Switching the Default Host

bash
lightrsi use openclaw
lightrsi use codex
lightrsi use claude-code

This sets the default host for hostless commands like lightrsi report.

Pinning a Session

bash
lightrsi use codex session <session-id>

Subsequent lightrsi report and lightrsi visual commands will target this session.

Checking Current Context

bash
lightrsi context

Shows:

  • Current default host
  • Pinned session ID
  • Config target

Next

Released under the MIT License.