Release v0.20.8#756
Merged
Merged
Conversation
Ensures model specs are loaded for the models, bundle, method, and pipe agent CLI commands, which all require model specification data. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
thomashebrard
previously approved these changes
Mar 13, 2026
There was a problem hiding this comment.
1 issue found across 7 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="pipelex/cli/agent_cli/commands/models_cmd.py">
<violation number="1" location="pipelex/cli/agent_cli/commands/models_cmd.py:243">
P2: Only request model specs when `--backend` is used. As written, `pipelex-agent models` now depends on gateway terms/network even for the default local-only listing path.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Avoids requiring gateway terms/network for the default local-only listing path. Also updates release skill to never add [Unreleased] changelog header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.20.8
Bumps version from
0.20.7to0.20.8.Changelog
needs_model_specs=Trueto agent CLI run and models commands.Note
Medium Risk
Moderate risk: tweaks agent CLI initialization flags to force or conditionally fetch model specs, which could change runtime behavior and trigger additional remote config/model lookups during
pipelex-agentcommands.Overview
Cuts release
v0.20.8by bumpingpyproject.toml/uv.lockversions and adding av0.20.8entry toCHANGELOG.md.Agent CLI behavior change:
pipelex-agentruncommands now initialize Pipelex withneeds_model_specs=True, andmodels --backendconditionally enablesneeds_model_specsso backend-filtering can resolve real model specs even whenneeds_inference=False.Updates the internal release skill doc to remove the
[Unreleased]changelog workflow (version entries only), and regeneratesuv.lock(notably adding platform markers to some deps).Written by Cursor Bugbot for commit 2bd34cc. This will update automatically on new commits. Configure here.