Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions features/feedback-loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ That's it! No additional setup required.
3. **Automatic Retry** - Tembo processes your feedback and updates the PR/MR with improvements
4. **Iteration** - Continue providing feedback until you're satisfied with the solution

### Multi-Repository Support

When your task spans multiple repositories (e.g., frontend and backend), feedback on one PR can trigger changes across all connected repositories:

- **Existing PRs updated** — Tembo pushes new commits to all PRs that need changes
- **New PRs created** — If changes are needed in a repository without an existing PR, Tembo creates one automatically
- **Primary PR context** — Tembo understands which PR received the feedback and prioritizes that repository while coordinating changes across others

<Note>
**Credit Usage**: Processing feedback through the Feedback Loop consumes credits based on the complexity of the requested changes and the size of the codebase context. Each feedback iteration is treated as a separate task. Learn more about [credit consumption](/admin/billing#what-consumes-credits).
</Note>
Expand Down