Reshuffle files - #219
Closed
renal128 wants to merge 1 commit into
Closed
Conversation
renal128
changed the base branch from
main
to
remove-feedback-availability-callback
July 25, 2026 12:51
renal128
force-pushed
the
reshuffle-files
branch
from
July 25, 2026 15:27
584539a to
059c07f
Compare
renal128
changed the base branch from
remove-feedback-availability-callback
to
remove-global-config
July 25, 2026 15:27
renal128
force-pushed
the
reshuffle-files
branch
from
July 25, 2026 18:09
059c07f to
0e4ea78
Compare
This was referenced Jul 25, 2026
Merged
renal128
marked this pull request as ready for review
July 25, 2026 18:17
renal128
force-pushed
the
remove-global-config
branch
from
July 26, 2026 07:25
aa03bf9 to
b74665e
Compare
renal128
force-pushed
the
reshuffle-files
branch
2 times, most recently
from
July 26, 2026 16:30
e4ff330 to
f45d809
Compare
renal128
force-pushed
the
remove-global-config
branch
from
July 26, 2026 16:30
b74665e to
0d9f489
Compare
renal128
force-pushed
the
reshuffle-files
branch
from
July 26, 2026 16:53
f45d809 to
f6c2113
Compare
renal128
force-pushed
the
remove-global-config
branch
2 times, most recently
from
July 26, 2026 16:59
1077062 to
56af297
Compare
renal128
force-pushed
the
reshuffle-files
branch
from
July 26, 2026 16:59
f6c2113 to
3f145b5
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
renal128
force-pushed
the
reshuffle-files
branch
from
July 26, 2026 17:09
3f145b5 to
744a9f9
Compare
Contributor
Author
|
Folded into #223 (base retargeted to |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Low Risk
Visibility-only change to an internal auth helper; low risk unless external clients depended on the previously public
TokenServiceAPI.Overview
Narrows the SDK surface by making
TokenServiceand its initializer,debugApiKey, andfetchTokenmodule-internal instead ofpublic.Behavior of token resolution is unchanged; callers are expected to authenticate through the existing conversation APIs rather than using
TokenServicedirectly.Reviewed by Cursor Bugbot for commit 744a9f9. Bugbot is set up for automated code reviews on this repo. Configure here.