Skip to content

Release/v0.1.6#2

Merged
rohankrsingh merged 2 commits into
mainfrom
release/v0.1.6
Nov 19, 2025
Merged

Release/v0.1.6#2
rohankrsingh merged 2 commits into
mainfrom
release/v0.1.6

Conversation

@rohankrsingh
Copy link
Copy Markdown
Owner

No description provided.

Fix: Run all env_steps in a single bash session so source .venv/bin/activate affects subsequent commands.
File: cli.py
Behavior: Previously each step was run in its own subprocess which caused activation to be lost; now we join steps with && and run them under bash. The CLI exits with a non-zero code if the combined env steps fail.
Fix: Retry transient server errors from the google-genai client (503) with exponential backoff.
File: backends.py
Behavior: Retry up to 3 attempts (with backoff) before falling back to the existing REST path. This reduces noisy failures when the model endpoint is temporarily overloaded.
@rohankrsingh rohankrsingh merged commit 850a09c into main Nov 19, 2025
1 check passed
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