Add ProofKit token passthrough to typegen#270
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 8f78104 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@proofkit/better-auth
@proofkit/cli
create-proofkit
@proofkit/fmdapi
@proofkit/fmodata
@proofkit/typegen
@proofkit/webviewer
commit: |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR adds transient ProofKit token passthrough support to the typegen CLI. Users can now provide a token via ChangesProofKit Token Passthrough Support
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
Summary
--proofkit-tokento the typegen CLI and thread it through runtime codegenFM_MCP_SESSION_IDas a fallback token sourceX-ProofKit-Sessionon FM MCP metadata requests when a token is presentTesting
pnpm --filter @proofkit/typegen test -- tests/typegen.test.tspnpm --filter @proofkit/typegen typecheckpnpm run ciSummary by CodeRabbit
New Features
--proofkit-tokenargument to pass ProofKit tokens during code generation.Tests
Style