v0.1.42August 15, 2026Improvedimproved error handling in commands' source filesNewnew --json flag for check , scan and input commands to output results in JSON formatNewswitched to gpt-oss-120b because llama-3.3-70b-versatile is deprecated
v0.1.36July 6, 2026ImprovedAdded route to delete cookie when user logs outImprovedGithub callback now sets cookie after CLI authNewAdded FAQ page and Demo videoNewAdded new docs page for Deterministic Analysis vs. AI Agents and merge policiesNewAdded Solutions pages
v0.1.33July 2, 2026FixedDocumentation updated with clearer examples and explanations for all tiersImprovedLanding page UI improved to give clear distinction between other AI tools and CXGRDFixedadded guard for null values in team creation
v0.1.30June 29, 2026Improved`check --ci` command improved, pushes PR statuses to GitHubNewgithub-installation route added to fetch github details for dashboardBreakingdocs need to be updated to reflect new changes in check command and github-installation route
v0.1.23June 28, 2026Improvedconfig command now provides clearer feedback and optionsImprovedDocumentation updated with clearer examples and explanationsNewadded billing page
v0.1.22June 17, 2026New--ci flag for check commandNewgithub webhook, ci-check and merge policies routes implemented
v0.1.21June 16, 2026Improvedimproved input command's resultsNewteam dashboard UI built and supabase realtime subscriptions implemented
v0.1.20June 15, 2026Improvedscan command now posts health snapshots and audit eventsNewteam dashboard UI built
v0.1.19June 14, 2026Newshared dep graph sync (POST /teams/:id/graph/sync) route createdNewpushgraph(), pullgraph() and fetchOrgPolicy() functions implemented in CLI
v0.1.17June 13, 2026NewStarted work on Team tierNewteam_member and role schemas , role based /check middleware and --team flag for scan command
v0.1.16June 7, 2026ImprovedBlast radius calculation now normalizes Python dot-notation imports (e.g. app.oauth) to file paths, fixing 0-affected-files false negativesImprovedSymbol extraction now catches class methods and async functions, not just top-level definitionsImprovedReverse dependency graph rebuilt to correctly traverse transitive impact chains
v0.1.14June 7, 2026Fixedcxgrd input command fixed — symbol matching now uses whole-token matching instead of substring matching, eliminating false positivesFixedInput command now searches symbols.json for function and class names mentioned in the change description
v0.1.12June 6, 2026FixedAuthorization header now sent as x-cxgrd-token fallback to bypass reverse proxy stripping on cloud deploymentsFixedcxgrd prompt now correctly reaches the cloud API endpoint in production
v0.1.10June 6, 2026FixedResolved 401 Unauthorized errors on cxgrd prompt — token verification now works correctly on the serverImprovedAuth token TTL increased to 30 days — users no longer need to re-login frequently
v0.1.5June 5, 2026FixedLLM cloud API correctly configured — cxgrd prompt now calls Groq via server endpoint instead of requiring a local API keyFixedCLI auth login polling fixed — session was not being registered before polling began, causing immediate timeout
v0.1.3June 5, 2026FixedGitHub OAuth redirect URI errors resolved — callback URL now correctly configured for productionFixedcxgrd auth login flow stabilized end to end
v0.1.2June 4, 2026FixedSwitched module system from ESM to CommonJS — resolved ERR_MODULE_NOT_FOUND errors after global installFixedimport.meta.url removed from env.ts — incompatible with CommonJS target
v0.1.1June 4, 2026FixedFirst npm publish — dist/ folder now correctly included in the published packageFixedprepublishOnly script added to auto-build before publish
v0.1.0initial releaseJune 3, 2026Newcxgrd scan — AST dependency graph written to .cg/ with symbols, arch layers, and repo memoryNewcxgrd input — blast radius analysis with affected file detection and risk scoringNewcxgrd prompt — architecture-aware AI prompt generation via cloud API (Pro)Newcxgrd check — compiler-backed diff verification for AI-generated codeNewcxgrd auth login — GitHub OAuth with JWT, plan gating, 30-day sessionsNewFree plan: 50 audits/month. Pro plan: unlimited audits + prompt enrichmentNewDodo Payments integration for Pro upgrades with webhook-confirmed plan updatesNewPublished to npm as cxgrd — install with npm install -g cxgrd