Windsurf
Codeium's AI IDE with Cascade-style agentic workflows.
When to use it
-
You want an IDE built around agentic flows (plan → execute → verify) rather than only completion.
-
You like Codeium's model and UX and want it in a full IDE.
Hands-on
-
Prerequisites — Install Windsurf (Codeium).
-
Install — codeium.com / Windsurf download. Use Cascade (or equivalent) for multi-step agent tasks.
-
Runnable example — Build the same small API as in the Cursor/Copilot/Continue recipes (see Quick product recipe).
Telegram
Windsurf does not provide a Telegram gateway. For Telegram + AI, use OpenClaw or the custom bot (playgrounds/telegram-ai-bot/).
Quick product recipe
Same small API with Windsurf; compare agentic workflow (~15 min).
- Open a new folder or this repo in Windsurf.
- Use the agentic workflow (Cascade) to create a minimal HTTP API (e.g. one GET endpoint and README).
- Run and verify. Compare how planning and execution feel vs Cursor or Copilot Agent.
No separate playground in this repo; the "playground" is any folder and the agent-generated API.