Skip to content

Commands

Tauren contributes these VS Code commands. Run them from the Command Palette or from the UI locations where they are exposed.

CommandTitleUse
tauren.newSessionNew SessionStart a fresh Tauren/Pi session.
tauren.resumeToggle Session ListOpen or close the session list.
tauren.forkFork SessionFork from a previous user message.
tauren.cloneClone SessionDuplicate the current session.
tauren.showSessionTreeToggle Session TreeOpen or close the Pi session tree.
tauren.toggleSessionListToggle Session ListOpen or close the session list.
tauren.openSessionDiffOpen Session DiffReview changes tracked for the current session.
tauren.renameSessionRename SessionRename the active session.
tauren.compactSessionCompact SessionCompact the current session context.
tauren.exportSessionExport as HTMLExport the current session to an HTML file.
tauren.moveSessionToTrashMove to TrashMove the selected/current session to Trash.
tauren.reloadPiReload Pi EngineReload Pi runtime resources or restart/reconnect when needed.
tauren.copyLastResponseCopy Last ResponseCopy the most recent assistant response.
tauren.searchTranscriptSearch in TranscriptOpen transcript search.
tauren.scrollTranscriptToTopScroll Transcript to TopJump to the top of the transcript.
tauren.scrollTranscriptToBottomScroll Transcript to BottomJump to the bottom of the transcript.
tauren.openModelPickerOpen Model PickerOpen model and thinking controls.
tauren.raiseThinkingLevelRaise Thinking LevelIncrease the active thinking level.
tauren.lowerThinkingLevelLower Thinking LevelDecrease the active thinking level.
tauren.toggleSettingsToggle SettingsOpen or close Tauren settings.
tauren.toggleHelpToggle HelpOpen or close sidebar help.
tauren.stopStop Current ResponseStop the active response.
tauren.toggleSteerFollowUpToggle Steer / Follow-upSwitch steering/follow-up behavior while busy.
tauren.addContextAdd ContextAdd editor context to the Tauren composer/session.
tauren.sendSelectionToComposerSend Selection to ComposerPut the active editor selection into the composer.
tauren.traceOriginTrace OriginFind likely session origin for selected code.
tauren.showDiagnosticsShow DiagnosticsOpen Tauren diagnostics.

Notes:

  • tauren.resume and tauren.toggleSessionList are both current commands for opening the Session List Lane.
  • Slash-command equivalents are listed separately in Slash Commands.

Default keybindings

These keybindings apply when the Tauren sidebar has focus:

KeymacOSCommand
Ctrl+NCmd+NNew session
Ctrl+FCmd+FSearch transcript
Ctrl+UpCmd+UpScroll transcript to top
Ctrl+DownCmd+DownScroll transcript to bottom