Skip to content

Fix --hideTable forwarding in run and serve modes#403

Open
UllasSHR wants to merge 1 commit into
mattpocock:v1from
UllasSHR:fix/hide-table-forwarding
Open

Fix --hideTable forwarding in run and serve modes#403
UllasSHR wants to merge 1 commit into
mattpocock:v1from
UllasSHR:fix/hide-table-forwarding

Conversation

@UllasSHR

Copy link
Copy Markdown

Summary

  • forward the parsed --hideTable option to runEvalite in run and serve modes
  • add regression tests for both command paths
  • add a patch changeset for evalite

Root cause and impact

The CLI parser captured hideTable, but the run and serve command wrappers omitted it when constructing the options passed to runEvalite.

As a result, the reporter continued printing the detailed task-results table even when evalite serve --hideTable was used. This is especially noisy for large eval suites that use the UI to inspect results.

Validation

  • 102 Evalite source tests passed
  • typecheck passed
  • ESLint passed
  • Prettier passed

Fixes #393

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

@UllasSHR is attempting to deploy a commit to the Skill Recordings Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3148b96

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
evalite Patch

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

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.

1 participant