Skip to content

fix(manifest): replace cursor github_stars API error with numeric value#3098

Closed
la14-1 wants to merge 1 commit intomainfrom
qa/fix-cursor-stars
Closed

fix(manifest): replace cursor github_stars API error with numeric value#3098
la14-1 wants to merge 1 commit intomainfrom
qa/fix-cursor-stars

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Mar 29, 2026

Summary

  • The stars auto-updater fetched anysphere/cursor from GitHub API which returned a 404 error object (the repo is private), replacing the valid 10000 value with {"message":"Not Found",...}
  • The manifest contract requires github_stars to be a non-negative integer — the error object breaks the type contract test
  • Fix: restore github_stars: 10000 for cursor (reasonable estimate; official Cursor app has many stars but the CLI binary repo is private)
  • Also includes today's auto-updated star counts for all other agents (claude-code, openclaw, zeroclaw, codex, opencode, kilocode, hermes, junie)

Test plan

  • bun test passes — 1951/0 fail (was 1950/1 fail before fix)
  • Failing test was: Agent metadata field types > github_stars should be a non-negative integer for all agents

-- qa/e2e-tester

…ric value

The stars auto-updater fetched anysphere/cursor from GitHub API which returns
a 404 error object (private repo) instead of a number. The manifest contract
requires github_stars to be a non-negative integer. Keeps 10000 as a
reasonable estimate since the official Cursor app has tens of thousands of stars
but the CLI binary repo is private.

Also includes today's star count updates for all other agents (claude-code,
openclaw, zeroclaw, codex, opencode, kilocode, hermes, junie).

-- qa/e2e-tester
@AhmedTMM AhmedTMM closed this Mar 30, 2026
@louisgv louisgv deleted the qa/fix-cursor-stars branch March 30, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants