Skip to content

Conversation

@ecki
Copy link
Contributor

@ecki ecki commented Nov 5, 2025

Summary

This avoids model errors after initial sign-up with Tetrate router.

Type of Change

  • Bug fix

AI Assistance

  • This PR was created or reviewed with AI assistance

Testing

Cant build myself.

Related Issues

Relates to #5535

Copilot AI review requested due to automatic review settings November 5, 2025 19:36
Copy link
Contributor

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 the default model configuration for Tetrate Agent Router Service to resolve model errors encountered after initial sign-up.

Key Changes:

  • Updated the default model from "claude-4-sonnet-20250514" to "claude-haiku-4-5"

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

@ecki ecki changed the title fix(tetrate): update default model to claude-haiku-4-5T fix(tetrate): update default model to claude-haiku-4-5 Nov 5, 2025
Copilot AI review requested due to automatic review settings November 5, 2025 19:39
@ecki
Copy link
Contributor Author

ecki commented Nov 5, 2025

this works for me:
image

Copy link
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


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

@katzdave
Copy link
Collaborator

katzdave commented Nov 6, 2025

Would claude-4-sonnet or claude-4-5-sonnet work? Would rather not downgrade the model too much.

@katzdave katzdave self-requested a review November 6, 2025 16:54
@ecki
Copy link
Contributor Author

ecki commented Nov 6, 2025

Sure, whatever you prefer. However for a free provider and initial experience I would go with fast and cheap. It’s not a downgrade as the model before did not work :)

@katzdave
Copy link
Collaborator

katzdave commented Nov 6, 2025

Sure, whatever you prefer. However for a free provider and initial experience I would go with fast and cheap. It’s not a downgrade as the model before did not work :)

Fair enough; cheap is good, agreed!

@jamadeo
Copy link
Collaborator

jamadeo commented Nov 6, 2025

thank you @ecki , could you do the DCO thing and then we'll merge?

@ecki ecki force-pushed the patch-1 branch 2 times, most recently from e152329 to 4eb61b1 Compare November 6, 2025 22:38
@ecki
Copy link
Contributor Author

ecki commented Nov 6, 2025

thank you @ecki , could you do the DCO thing and then we'll merge?

Ok, should be good to go now.

@ecki ecki changed the title fix(tetrate): update default model to claude-haiku-4-5 fix: default tetrate model is broken, replace with haiku-4.5 (#5535) Nov 6, 2025
Copilot AI review requested due to automatic review settings November 6, 2025 22:43
Copy link
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


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

@jamadeo jamadeo merged commit fe73f79 into block:main Nov 7, 2025
15 checks passed
katzdave pushed a commit that referenced this pull request Nov 7, 2025
katzdave added a commit that referenced this pull request Nov 7, 2025
…eanup

* 'main' of github.com:block/goose:
  Use session IDs as task IDs for subagents instead of UUIDs (#5398)
  Fix the naming (#5628)
  fix: default tetrate model is broken, replace with haiku-4.5 (#5535) (#5587)
  Fetch less and use the right SHA (#5621)
  feat(ui): add custom macOS dock menu with New Window option (#5099)
  feat: remove hints from recipe prompts (#5622)
  docs: October 2025 Community All-Stars spotlight, Hacktoberfest edition (#5625)
  differentiate debug/release in cache key (#5613)
  Unify subrecipe and subagent execution through shared recipe pipeline (#5082)
tlongwell-block added a commit that referenced this pull request Nov 7, 2025
* origin/main: (34 commits)
  Remove some logging (#5631)
  Use session IDs as task IDs for subagents instead of UUIDs (#5398)
  Fix the naming (#5628)
  fix: default tetrate model is broken, replace with haiku-4.5 (#5535) (#5587)
  Fetch less and use the right SHA (#5621)
  feat(ui): add custom macOS dock menu with New Window option (#5099)
  feat: remove hints from recipe prompts (#5622)
  docs: October 2025 Community All-Stars spotlight, Hacktoberfest edition (#5625)
  differentiate debug/release in cache key (#5613)
  Unify subrecipe and subagent execution through shared recipe pipeline (#5082)
  Standardize CLI argument flags and update documentation (#5516)
  Release 1.13.0
  fix: move goosehints/AGENTS.md handling to goose, and out of developer extension (#5575)
  fix: add standard context menu items to prevent empty right-click menu (#5616)
  Bump openapi in prepare-release (#5611)
  docs: add access control section to Developer tutorial (#5615)
  Token state not showing on load, or after message is finished. (#5606)
  Change the other location too (#5608)
  feat(ui): bring back quick launcher (#5144)
  Support platform tools through CLI (#5570)
  ...
Rodriguespn pushed a commit to Rodriguespn/goose that referenced this pull request Nov 8, 2025
michaelneale added a commit that referenced this pull request Nov 10, 2025
* main: (33 commits)
  Fix Claude Code provider to default to Auto mode (#5638) (#5642)
  Scheduler cleanup (#5571)
  Better search paths and handling of CLI providers (#5554)
  docs: description required for "Add Extension" in cli - phase 2 (#5635)
  Remove some logging (#5631)
  Use session IDs as task IDs for subagents instead of UUIDs (#5398)
  Fix the naming (#5628)
  fix: default tetrate model is broken, replace with haiku-4.5 (#5535) (#5587)
  Fetch less and use the right SHA (#5621)
  feat(ui): add custom macOS dock menu with New Window option (#5099)
  feat: remove hints from recipe prompts (#5622)
  docs: October 2025 Community All-Stars spotlight, Hacktoberfest edition (#5625)
  differentiate debug/release in cache key (#5613)
  Unify subrecipe and subagent execution through shared recipe pipeline (#5082)
  Standardize CLI argument flags and update documentation (#5516)
  Release 1.13.0
  fix: move goosehints/AGENTS.md handling to goose, and out of developer extension (#5575)
  fix: add standard context menu items to prevent empty right-click menu (#5616)
  Bump openapi in prepare-release (#5611)
  docs: add access control section to Developer tutorial (#5615)
  ...
tiensi added a commit to tiensi/goose that referenced this pull request Nov 11, 2025
* main: (83 commits)
  silence copilot on minor text issues (block#5665)
  fix: disallow runaway subagent chains (block#5659)
  chore: remove usage of non-existent env var for log dir (block#5658)
  clarify agent instructions (block#5655)
  feat: add check-everything for unified style checks (block#5650)
  Show errors on failure (block#5643)
  custom instructions for copilot reviews (block#5646)
  fix: prevent repeated 404 errors when accessing deleted sessions (block#5644)
  Flake.nix corrected main (block#5600)
  fix: goose recipe list can return duplicated entries (block#5645)
  fix: bedrock creds refresh (block#5599)
  Fix Claude Code provider to default to Auto mode (block#5638) (block#5642)
  Scheduler cleanup (block#5571)
  Better search paths and handling of CLI providers (block#5554)
  docs: description required for "Add Extension" in cli - phase 2 (block#5635)
  Remove some logging (block#5631)
  Use session IDs as task IDs for subagents instead of UUIDs (block#5398)
  Fix the naming (block#5628)
  fix: default tetrate model is broken, replace with haiku-4.5 (block#5535) (block#5587)
  Fetch less and use the right SHA (block#5621)
  ...
@ecki ecki deleted the patch-1 branch November 12, 2025 21:29
Surendhar-N-D pushed a commit to Surendhar-N-D/goose that referenced this pull request Nov 17, 2025
arul-cc pushed a commit to arul-cc/goose that referenced this pull request Nov 17, 2025
BlairAllan pushed a commit to BlairAllan/goose that referenced this pull request Nov 29, 2025
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.

4 participants