Skip to content

Fix CI#343

Merged
sidnarayanan merged 9 commits intomainfrom
fix-ci
Mar 17, 2026
Merged

Fix CI#343
sidnarayanan merged 9 commits intomainfrom
fix-ci

Conversation

@sidnarayanan
Copy link
Copy Markdown
Collaborator

  • update to modern haiku
  • regenerate uv.lock to see if that fixes these toml sort issues

Copilot AI review requested due to automatic review settings March 16, 2026 23:21
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 16, 2026
@dosubot dosubot Bot added the bug Something isn't working label Mar 16, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates CI-oriented tests to use a centralized, “modern” Anthropic Haiku model identifier and removes a hardcoded Anthropic model string from one live test.

Changes:

  • Update CILLMModelNames.ANTHROPIC to a newer Haiku model identifier.
  • Switch test_cache_breakpoint_live to use CILLMModelNames.ANTHROPIC.value instead of a hardcoded Claude model name.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
tests/test_messages.py Uses the shared CI model-name enum for the Anthropic cache-breakpoint live test.
tests/__init__.py Updates the Anthropic CI model identifier used across tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Mar 16, 2026
Comment thread src/aviary/tools/utils.py
Comment on lines +121 to +125
"usage": (
(usage.prompt_tokens, usage.completion_tokens)
if usage is not None
else (0, 0)
),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Mar 17, 2026
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Mar 17, 2026
@dosubot dosubot Bot removed the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 17, 2026
@sidnarayanan sidnarayanan enabled auto-merge (squash) March 17, 2026 00:38
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Mar 17, 2026
@sidnarayanan sidnarayanan merged commit e9793e3 into main Mar 17, 2026
5 checks passed
@sidnarayanan sidnarayanan deleted the fix-ci branch March 17, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants