Skip to content

fix(cli): align readiness fixtures with enabled-model gate - #1693

Merged
Astro-Han merged 1 commit into
mainfrom
fix/cli-enabled-model-readiness
Jul 31, 2026
Merged

fix(cli): align readiness fixtures with enabled-model gate#1693
Astro-Han merged 1 commit into
mainfrom
fix/cli-enabled-model-readiness

Conversation

@Astro-Han

Copy link
Copy Markdown
Contributor

Summary

Main CI has been red since #1691: isConnectionReady now requires the effective model to be in connectionEnabledModelIds (user-enabled set), not merely present in the discovered models catalog. Two CLI fixtures still requested models that were only in the catalog, so they failed with NO_REAL_CONNECTION:model_not_enabled.

This updates those fixtures to match the product contract. No production code change.

Refs #1691

Verification

  • npm --workspace maka-agent run build
  • npm --workspace maka-agent run test:dist — 689 pass / 0 fail (covers both previously failing cases)
  • Biome format on the two edited test files

Did not re-run full monorepo CI or e2e locally; those remain on the PR check suite.

#1691 made isConnectionReady require the effective model in
connectionEnabledModelIds; two CLI fixtures still requested models that
were only present in the discovered catalog, which broke main CI.
@Astro-Han
Astro-Han merged commit acbf19b into main Jul 31, 2026
5 of 6 checks passed
@Astro-Han
Astro-Han deleted the fix/cli-enabled-model-readiness branch July 31, 2026 09:53
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