Skip to content

🐛 Find all FastAPI apps in a workspace folder, rather than just the shallowest#69

Merged
savannahostrowski merged 2 commits intomainfrom
discover-all
Feb 19, 2026
Merged

🐛 Find all FastAPI apps in a workspace folder, rather than just the shallowest#69
savannahostrowski merged 2 commits intomainfrom
discover-all

Conversation

@savannahostrowski
Copy link
Member

@savannahostrowski savannahostrowski commented Feb 17, 2026

Closes #42

Previously, we were just looking for the shallowest app in a workspace folder, which meant that we could inadvertently miss out on rendering apps in the path operations panel. This PR updates the logic so that we find all apps defined in the workspace, in files and directories that look like non-tests.

Users can also opt out of the full workspace discovery by either 1) opening the correct subdir, or 2) specifying an entry point.

For example, full workspace discovery:
Screenshot 2026-02-17 at 3 24 35 PM

With entryPoint setting specified:
Screenshot 2026-02-17 at 3 24 23 PM

@savannahostrowski savannahostrowski added the bug Something isn't working label Feb 17, 2026
Copy link
Member

@tiangolo tiangolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Sounds good. 🤓

@savannahostrowski savannahostrowski marked this pull request as ready for review February 19, 2026 15:53
@savannahostrowski savannahostrowski merged commit 133f0f3 into main Feb 19, 2026
3 checks passed
@savannahostrowski savannahostrowski deleted the discover-all branch February 19, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Endpoints for current file?

2 participants