-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Description
Problem
Composer @ mentions are currently oriented around the active project/workspace. That makes it hard to reference files, folders, or relevant context that lives in a different local project when working across repositories.
Desired behavior
Allow @ mentions to target other projects in T3 Code, not just the currently active one.
This could mean being able to:
- Search across multiple known projects/workspaces
- Scope a mention to another project explicitly
- Insert references to files or folders outside the current repo while preserving clear project context
Why this matters
A lot of real workflows span multiple repositories: app + backend, app + design system, SDK + example app, or several related services. If the composer can only mention files from the current project, users lose a fast way to provide cross-repo context to the agent.
Acceptance criteria
- Users can use
@to reference files or folders from another project available in T3 Code - The mention UI makes it clear which project a result belongs to
- Inserted mentions preserve enough project context to avoid ambiguity between similarly named paths
- The agent receives the referenced cross-project context in a predictable way
Open design questions
- Should project selection be part of the
@query syntax or handled in the picker UI? - Should search default to the current project first, then expand to others?
- How should mentions render when two projects contain the same path or filename?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels