Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Jan 23, 2026

This PR regenerates code to match the latest API Definition.

@vellum-automation vellum-automation bot changed the title 🌿 Fern Regeneration -- January 23, 2026 [PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- January 23, 2026 Jan 23, 2026
@vellum-automation vellum-automation bot added the preview This PR was autogenerated for preview purposes only label Jan 23, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0a16a115c2

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 49 to 53
- name: Install dependencies
run: poetry install

# Needed for codegen integration tests (test_zero_diff_transforms)
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18.18.0"
- name: Install codegen dependencies
run: npm install
working-directory: ee/codegen

- name: Test
run: make test-ci

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore Node/npm install for codegen integration tests

The test job now runs make test-ci immediately after poetry install, but make test-ci runs pytest . (see Makefile lines 33-41), which includes ee/codegen_integration/test_zero_diff_transforms.py. That test shells out to npx tsx src/cli.ts in ee/codegen (lines 173-187), which requires Node plus the codegen package’s node_modules. With the Node setup and npm install step removed, CI will fail at runtime with missing tsx/module dependencies whenever those integration tests are collected. Consider restoring the Node setup + npm install step or explicitly skipping those tests in CI.

Useful? React with 👍 / 👎.

@vellum-automation vellum-automation bot deleted the fern-bot/2026-01-23T12-19Z branch January 23, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview This PR was autogenerated for preview purposes only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant