feat: sync CLI with dashboard@v1.6.19 - #88
Open
cursor[bot] wants to merge 1 commit into
Open
Conversation
Syncs CLI with dashboard@v1.6.19 (dashboard#263 — add CAPTCHA method to phone OTP forensic logs). Pure server-side change; `diff -rq` on the dashboard-api bundled dist between 1.6.18 and 1.6.19 is empty, confirming no public API surface change. `bun run check` passes with just the version bump. Co-authored-by: citron <lcandy2@users.noreply.github.com>
|
Agent PR Review Scenario: A — Initial review (cursor[bot] draft) What's right
Concerns
Deferred (acknowledged in PR body)
Final note |
4 tasks
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
@photon-ai/dashboard-api@1.6.19— dashboard@v1.6.19 (SHA83597f8d01ec1b6d3fd6d52273a44c69d1e84bf7).Release notes: https://github.com/photon-hq/dashboard/releases/tag/v1.6.19
Routes added/removed/changed
diff -rqon the@photon-ai/dashboard-apibundled dist between 1.6.18 and 1.6.19 is empty, confirming no public API surface change.main's pinned 1.6.12 (already handled in prior syncs, no code edits needed here): additiveavatarUrl/plan/platforms/userCountfields onGET /api/projects/:id(1.6.14, dashboard#255) and additivePOST /api/otp/phone2/send(1.6.15, dashboard#259).projects showalready renders the new project fields; the CLI does not callapi.otp.*, so the new OTP route needs no CLI change.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 pin and documentation only; no command logic, snapshots, or new runtime deps.
Overview
Aligns the CLI with dashboard@v1.6.19 by bumping the dev dependency
@photon-ai/dashboard-apifrom 1.6.12 to 1.6.19 inpackage.jsonandbun.lock. There are no runtime orsrc/changes in this PR.UPSTREAM_DIFF.mdis updated to match the new pin: it documents the cumulative 1.6.13–1.6.19 release notes and states that 1.6.19 has no added/removed/changed public routes (server-only OTP forensic logging). The broader 1.6.12 → 1.6.19 API delta (project detail fields, OTP route) is noted as already handled on main, so no further CLI edits are required.Reviewed by Cursor Bugbot for commit cc27129. Bugbot is set up for automated code reviews on this repo. Configure here.