Desktop IDEs
Windsurf
Last updated March 3, 2026
Using Cencori with Windsurf's Flow State and Cascade.
Windsurf (codeium.com/windsurf) (by Codeium) focuses on keeping you in the "Flow" with its deeply integrated Cascade agent.
Cascade Setup
Cascade maintains deep awareness of your codebase. To teach it Cencori:
- Open the Cascade chat.
- Type:
@https://cencori.com/llm.txt - Cascade will ingest the documentation context.
Flows
You can create a "Flow" for implementing AI features:
- Prompt: "Scaffold a Cencori-powered backend."
- Cascade Actions:
- Generates
lib/cencori.ts(Client initialization). - Creates
.envfile forCENCORI_API_KEY. - Sets up an API route for chat.
- Generates
Visualizing with Windsurf
Because Windsurf understands your whole project, you can ask it:
"Check my
app/api/chat/route.tsand verify if I am correctly handling the Cencoritool-callingresponse."
Cascade will verify your implementation against the llm.txt patterns it ingested.