Hidden Features

Power-user features and undocumented capabilities.

Thinkback

Record and replay session interactions for debugging and analysis:

❯ /thinkback          # record a session
❯ /thinkback-play     # replay a recorded session

Goal Tracking

Set and track development goals across sessions:

❯ /goal set "ship v0.3 by Friday"
❯ /goal status
❯ /goal list

BTW (By The Way)

Leave contextual notes and reminders for future sessions:

❯ /btw "remember to update the CI config"

Desktop Handoff / Teleport

Move a running session between machines:

❯ /remote-setup       # prepare for handoff
❯ /remote-env         # transfer environment

Passes

View pass/interaction history for the current session:

❯ /passes

Recap

Generate a summary of the current session's key decisions and actions:

❯ /recap

Sandbox Toggle

Toggle sandbox mode for secure command execution:

❯ /sandbox on
❯ /sandbox off

Color Theme

Customize the terminal color theme:

❯ /theme              # interactive theme picker
❯ /color              # set specific colors

Scroll Speed

Adjust terminal output scroll speed:

❯ /scroll-speed fast
❯ /scroll-speed slow