Skip to content

Release v0.20.8#756

Merged
lchoquel merged 3 commits into
mainfrom
release/v0.20.8
Mar 13, 2026
Merged

Release v0.20.8#756
lchoquel merged 3 commits into
mainfrom
release/v0.20.8

Conversation

@lchoquel
Copy link
Copy Markdown
Member

@lchoquel lchoquel commented Mar 13, 2026

Release v0.20.8

Bumps version from 0.20.7 to 0.20.8.

Changelog

  • Add needs_model_specs=True to 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-agent commands.

Overview
Cuts release v0.20.8 by bumping pyproject.toml/uv.lock versions and adding a v0.20.8 entry to CHANGELOG.md.

Agent CLI behavior change: pipelex-agent run commands now initialize Pipelex with needs_model_specs=True, and models --backend conditionally enables needs_model_specs so backend-filtering can resolve real model specs even when needs_inference=False.

Updates the internal release skill doc to remove the [Unreleased] changelog workflow (version entries only), and regenerates uv.lock (notably adding platform markers to some deps).

Written by Cursor Bugbot for commit 2bd34cc. This will update automatically on new commits. Configure here.

lchoquel and others added 2 commits March 13, 2026 15:40
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
thomashebrard previously approved these changes Mar 13, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread pipelex/cli/agent_cli/commands/models_cmd.py Outdated
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>
@lchoquel lchoquel merged commit 806e3d1 into main Mar 13, 2026
29 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 13, 2026
@lchoquel lchoquel deleted the release/v0.20.8 branch March 16, 2026 11:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants