Status-bar item: $(game) Talos Arcade — click to launch
Command: Talos Arcade: Play (Ctrl+Shift+P)
Opens an integrated terminal and runs the launcher (curl -fsSL arcade.talosfoundrix.com/i | sh)
The launcher handles auth (Clerk SSO), matchmaking, replays, and the game itself — extension is just a one-keystroke entry point.
Why
You kicked off a long agent run. You're waiting. Don't doom-scroll — Snake is right there.
Privacy
The extension itself does nothing beyond opening a terminal. The launcher (downloaded by curl) talks to arcade.talosfoundrix.com for matchmaking + leaderboard. See arcade.talosfoundrix.com/status for what gets logged.
Configuration
Setting
Default
Description
talosArcade.statusBar
true
Show the status-bar entry. Disable if you'd rather use the command palette.
talosArcade.installCommand
""
Override the install command sent to the terminal (e.g. for a forked build).