-
Notifications
You must be signed in to change notification settings - Fork 21
Added two new filters to the list endpoints CLI #386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 10 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a4e47bd
Added two new filters to the CLI. usage_type and mine
atihkin 89ead81
fixed pre-commit merge issues
atihkin 174f79a
fixed pre-commit merge issues
atihkin 9c6ca9c
Apply Black formatting
atihkin 7efccd0
clarified difference between endpoint type and usage type
atihkin ccdd9b2
typo
atihkin e439329
only add mine
mitali401 5eea56b
remove usage type
mitali401 4130d28
make mine true, false, none
mitali401 b36b996
fix params type
mitali401 8a50bb7
remove log file
mitali401 0b802ef
fixed integration tests and added back usage_type filtering since PR …
atihkin dc5fbce
removed all indications of mine is false since we don't support it
atihkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"object":"list","data":[{"id":"endpoint-2f8539d4-3266-41d4-9f80-cd772114d123","object":"endpoint","name":"cursor/deepseek-v3-agent-mystery-2-7","display_name":"DeepSeek V3-0324","model":"cursor/deepseek-v3-agent-mystery-2-7","model_type":"chat","hardware":"4x_nvidia_b200_180gb_sxm","type":"dedicated","owner":"anysphere_2893","state":"STARTED","inactive_timeout":0,"autoscaling":{"min_replicas":176,"max_replicas":176,"current_replicas":176},"created_at":"2025-10-04T03:38:57.054Z"}]} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Sensitive API Data Leaked in Log File
The
log1.txtfile contains JSON API response data, including sensitive endpoint details like IDs, hardware configurations, and timestamps. This appears to be debugging or test output accidentally committed to the repository.