Feature: Multi-repository mode
Open
community
enhancement
feature
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 134
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 307
Description
In my workflow, I often need to introduce changes in one repository while simultaneously referencing interfaces, types, or contracts defined in another repository.
Currently, Mux can operate only within a single repository context. When it needs to reference another repository, it falls back to fetching files via the GitHub API (e.g. using curl). This approach is slow, inefficient, and breaks the flow, especially for larger repositories or frequent cross-repo lookups.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.