foolish-bandit adds a no-login demo mode to Gary
You can now walk through the whole interface without first standing up an account system.
foolish-bandit wired in a switch that runs the app with a fake stand-in user, skipping the usual login step entirely. Flip it on and the assistant's screens open straight away - useful if you want to show the interface to a colleague or a prospective client without wiring up a real accounts service first.
There's a deliberate limit. The demo only dresses up the front end; anything that needs to reach the actual backend still expects a real, logged-in session and won't get one, so those requests fall flat. It's built to showcase how the product looks and feels, not to run a fully working system end to end. The switch is also locked in when the app is built, so there's no risk of it quietly slipping into a live, customer-facing deployment.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?