feat: sync CLI with dashboard@1.6.22 - #92
Open
cursor[bot] wants to merge 1 commit into
Open
Conversation
Co-authored-by: citron <lcandy2@users.noreply.github.com>
Agent PR ReviewScenario: A — Initial review (PR opened by cursor[bot]) What's right
Concerns
Deferred (acknowledged in PR body)
Final noteClean version-bump PR; upstream deltas the CLI actually exercises are already covered, and the rest is additive surface safely deferred. Marked Ready and approved. |
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.
Upstream version
e51e4dc7c6a793f73ddaa49895fd0ab9b79a06c6) — https://github.com/photon-hq/dashboard/releases/tag/1.6.22@photon-ai/dashboard-apibumped1.6.12→1.6.22Routes added/removed/changed
POST /api/otp/phone2/send; the bundled.d.tsis bit-identical to 1.6.21 (diff -rqon the twodashboard-api/distdirs returned empty).captcha.provider GET, four new fields (plan,platforms,userCount,avatarUrl) onGET /api/projects/:id, and theotp.phone→otp.phone2split with an optionalbrowserIdbody field. None of these touch code paths the CLI exercises today (rgforotp\.phone|otp/phone|phone2|browserId|captcha\.providerinsrc/is empty), sobun run checkstays green after just the dep bump. SeeUPSTREAM_DIFF.mdfor the full table.Snapshot changes
New runtime dependencies
Checklist
@photon-ai/dashboard-apiversion bump, not hand editsbun run checkpasses locallyNeed help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Note
Low Risk
Dependency-only sync with no application code or new runtime deps; the 1.6.22 API types match 1.6.21 for what the CLI uses.
Overview
Aligns the CLI with dashboard@1.6.22 by bumping the dev dependency
@photon-ai/dashboard-apifrom 1.6.12 to 1.6.22 inpackage.jsonand refreshingbun.lock. There are no changes undersrc/or to runtime dependencies.The 1.6.21 → 1.6.22 API bundle is unchanged on the type surface (server-only forensic logging on OTP send); the CLI still types HTTP via
PublicAppfrom this package insrc/lib/api.ts.Reviewed by Cursor Bugbot for commit 67b8985. Bugbot is set up for automated code reviews on this repo. Configure here.