Changelog

Every release, every fix. The full history of cxgrd.

v0.1.33latestJuly 2, 2026
  • FixedDocumentation updated with clearer examples and explanations for all tiers
  • ImprovedLanding page UI improved to give clear distinction between other AI tools and CXGRD
  • Fixedadded guard for null values in team creation
v0.1.30June 29, 2026
  • Improved`check --ci` command improved, pushes PR statuses to GitHub
  • Newgithub-installation route added to fetch github details for dashboard
  • Breakingdocs need to be updated to reflect new changes in check command and github-installation route
v0.1.23June 28, 2026
  • Improvedconfig command now provides clearer feedback and options
  • ImprovedDocumentation updated with clearer examples and explanations
  • Newadded billing page
v0.1.22June 17, 2026
  • New--ci flag for check command
  • Newgithub webhook, ci-check and merge policies routes implemented
v0.1.21June 16, 2026
  • Improvedimproved input command's results
  • Newteam dashboard UI built and supabase realtime subscriptions implemented
v0.1.20June 15, 2026
  • Improvedscan command now posts health snapshots and audit events
  • Newteam dashboard UI built
v0.1.19June 14, 2026
  • Newshared dep graph sync (POST /teams/:id/graph/sync) route created
  • Newpushgraph(), pullgraph() and fetchOrgPolicy() functions implemented in CLI
v0.1.17June 13, 2026
  • NewStarted work on Team tier
  • Newteam_member and role schemas , role based /check middleware and --team flag for scan command
v0.1.16June 7, 2026
  • ImprovedBlast radius calculation now normalizes Python dot-notation imports (e.g. app.oauth) to file paths, fixing 0-affected-files false negatives
  • ImprovedSymbol extraction now catches class methods and async functions, not just top-level definitions
  • ImprovedReverse dependency graph rebuilt to correctly traverse transitive impact chains
v0.1.14June 7, 2026
  • Fixedcxgrd input command fixed — symbol matching now uses whole-token matching instead of substring matching, eliminating false positives
  • FixedInput command now searches symbols.json for function and class names mentioned in the change description
v0.1.12June 6, 2026
  • FixedAuthorization header now sent as x-cxgrd-token fallback to bypass reverse proxy stripping on cloud deployments
  • Fixedcxgrd prompt now correctly reaches the cloud API endpoint in production
v0.1.10June 6, 2026
  • FixedResolved 401 Unauthorized errors on cxgrd prompt — token verification now works correctly on the server
  • ImprovedAuth token TTL increased to 30 days — users no longer need to re-login frequently
v0.1.5June 5, 2026
  • FixedLLM cloud API correctly configured — cxgrd prompt now calls Groq via server endpoint instead of requiring a local API key
  • FixedCLI auth login polling fixed — session was not being registered before polling began, causing immediate timeout
v0.1.3June 5, 2026
  • FixedGitHub OAuth redirect URI errors resolved — callback URL now correctly configured for production
  • Fixedcxgrd auth login flow stabilized end to end
v0.1.2June 4, 2026
  • FixedSwitched module system from ESM to CommonJS — resolved ERR_MODULE_NOT_FOUND errors after global install
  • Fixedimport.meta.url removed from env.ts — incompatible with CommonJS target
v0.1.1June 4, 2026
  • FixedFirst npm publish — dist/ folder now correctly included in the published package
  • FixedprepublishOnly script added to auto-build before publish
v0.1.0initial releaseJune 3, 2026
  • Newcxgrd scan — AST dependency graph written to .cg/ with symbols, arch layers, and repo memory
  • Newcxgrd input — blast radius analysis with affected file detection and risk scoring
  • Newcxgrd prompt — architecture-aware AI prompt generation via cloud API (Pro)
  • Newcxgrd check — compiler-backed diff verification for AI-generated code
  • Newcxgrd auth login — GitHub OAuth with JWT, plan gating, 30-day sessions
  • NewFree plan: 50 audits/month. Pro plan: unlimited audits + prompt enrichment
  • NewDodo Payments integration for Pro upgrades with webhook-confirmed plan updates
  • NewPublished to npm as cxgrd — install with npm install -g cxgrd

Want to follow along? Star the repo on GitHub or for release updates.