Team and operator workflows on top of the robot-side agent
Discord is the secondary interaction surface in RoboTunnel. It is useful for status, logs, alerts, and shared workflows, but it does not replace the CLI for interactive debugging.
Discord is the secondary interaction surface in RoboTunnel. It is useful for status, logs, alerts, and shared workflows, but it does not replace the CLI for interactive debugging.
RoboTunnel's Discord surface is documented as a server-installed flow in this release. Use the real guild install link below to add the app to your Discord server:
rt login <platform_token>.rt use to open the online robot selector.Guild/server usage has three distinct input modes that map directly to the current implementation:
rt or mention the bot.rt use, context, and back move between platform, robot, and fleet scopes.The lobby is for discovery and target selection; the thread becomes the stable working context for one robot or one fleet task.
Those robot-side actions still land in the same capability model described on the Skills page, including the boundary between Discord-friendly structured actions and CLI-only interactive flows.
robotunnel debug open remains CLI-first.connect workflows remain CLI-first.When a Discord request reaches one of these boundaries, RoboTunnel should reject it and point the user to the shortest valid CLI next step.