feat: sync CLI with dashboard@v1.6.14 - #83
Open
cursor[bot] wants to merge 1 commit into
Open
Conversation
Sync API type contract with dashboard@v1.6.14 (bf18b4a). The only public
API change is additive: GET /api/projects/:id now returns avatarUrl,
plan, platforms, and userCount alongside the existing fields.
Surface plan, platforms, and userCount in `photon projects show` — the
whole point of dashboard#255 ("include plan and platforms in project
details").
The rest of v1.6.14 is server-side security hardening (dashboard#251,
#256, #257) and a dashboard-only UI tweak (#253), none of which touch
the CLI surface.
Co-authored-by: citron <lcandy2@users.noreply.github.com>
Contributor
Author
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
Agent PR ReviewScenario: A — Initial review (PR opened by cursor[bot]) What's right
ConcernsNone blocking. Deferred (acknowledged in PR body)
Final noteVersion delta from main is technically 1.6.12 → 1.6.14 (1.6.13 was a server-side no-op for the public API — its dist diff against 1.6.12 was empty per the 1.6.13 bump commit), so the "1.6.13 → 1.6.14" framing in |
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.14(dashboard v1.6.14, shabf18b4a3b72c4ddb03ebee09b0c176959daa847b)Routes added/removed/changed
GET /api/projects/:id— response gained four additive fields (dashboard#255):avatarUrl: string | nullplan: PlanTier("free" | "pro" | "business" | "enterprise")platforms: SpectrumPlatformId[]userCount: numberphoton projects shownow surfacesplan,platforms, anduserCountin the details block — the whole point of dashboard#255.avatarUrlis left out since the CLI doesn't render images.The rest of v1.6.14 is server-side hardening (dashboard#251 phone-OTP suspension, #256 suspended-user redirect, #257 email-domain OTP abuse controls) or dashboard-UI-only (#253
--yesscaffold flag) and doesn't touch the public API surface.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.