Vibe Agent
The Vibe Agent is a full-page AI chat experience where Vibe can do more than answer questions — it can actually take actions in your SprintVibe workspace by calling tools.
Accessing the Vibe Agent
Click Vibe in the main sidebar, or navigate directly to /vibe.
Layout
- Main column — Your conversation with Vibe, capped at 70rem and centered
- Left sidebar — Chat history. Click any past conversation to reopen it, or click the pencil icon to start a new one.
- Bottom input — Type your message, pick a model, and hit Enter to send
- Landing screen — When you haven't started a chat yet, Vibe greets you with quick-action chips (Plan my day, Sprint status, Review backlog, Create a story)
What makes the Vibe Agent different
Unlike the sprint-planning chat (which is conversation-only), the Vibe Agent has access to 23 tools that read and modify your SprintVibe data:
| Category | Examples |
|---|---|
| Read | list_projects, get_sprint, list_stories, search_stories, get_my_work, get_backlog |
| Write | create_story, update_story, create_sprint, update_sprint, create_epic, add_comment |
| GitHub | get_code_context, get_repo_activity, summarize_pr |
When you ask Vibe to do something — "create a story for adding Google OAuth" — it calls the right tool and does it.
Approval flow
By default, Vibe asks for your approval before any write action:
- Vibe displays an approval card describing the action it wants to take
- You choose one of:
- Approve — Run this action once
- Auto-approve — Run this and similar actions for the rest of this conversation without asking
- Skip — Don't run it
- Different — Rephrase your request
Read-only tools (like listing or searching) run automatically without approval — they have no side effects.
Auto-approval mode
If you trust Vibe to act without confirmation, go to Settings → AI Preferences and set Agent Mode to Auto. Vibe will execute all tool calls immediately. Switching back to Confirm restores the per-action prompts.
Good prompts to try
- "Show me what I'm working on this week"
- "Create a story for implementing Google OAuth in the Authentication epic of Sprint 3"
- "Move all critical-priority bugs from the backlog into Sprint 7"
- "Summarize PR #42 against the linked story's acceptance criteria"
- "What's the status of the Mobile sprint?"
Provider requirement
Tool-calling is currently only available when using a Claude model. If you select GPT-4o or Gemini, the Vibe Agent falls back to conversation-only mode and tools are disabled. Change your provider in Settings → AI Preferences.