Skip to content

chore(release): bump version to 1.45.0 (minor) - #10750

Merged
jamadeo merged 4 commits into
mainfrom
version-bump/1.45.0
Jul 29, 2026
Merged

chore(release): bump version to 1.45.0 (minor)#10750
jamadeo merged 4 commits into
mainfrom
version-bump/1.45.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps version to 1.45.0.

Please follow these steps:

  1. Approve workflows for this PR to trigger CI checks.
  2. Review and resolve any merge conflicts.
  3. Approve and merge this PR.
  4. The release/1.45.0 PR will be created automatically.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b6f106b962

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

jamadeo added 2 commits July 28, 2026 14:59
sync with openai docs

sync

re-generate canonical models

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fbafa02ff1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Some("google-vertex/claude-3.5-haiku".to_string())
);
assert_eq!(
map_to_canonical_model("gcp_vertex_ai", "claude-sonnet-4-5@20250929", r),

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore the advertised Vertex Haiku mapping

For GCP Vertex's static inventory, KNOWN_MODELS still returns claude-3-5-haiku@20241022 (crates/goose/src/providers/formats/gcpvertexai.rs:64-74), but this change deletes both its google-vertex/claude-3.5-haiku record and the mapping regression assertion. Provider::fetch_recommended_models discards any supported model for which map_to_canonical_model returns None (crates/goose-provider-types/src/base.rs:472-478), so this advertised model is now omitted from the recommended-model picker; when configured manually, it also no longer receives canonical context/output limits. Restore its canonical record, or remove it from the provider's supported inventory in the same change.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b7eab53d1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"context": 400000,
"output": 128000
}
},
{
"id": "openai/gpt-5-mini",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore canonical entries used by the Codex CLI provider

Fresh evidence beyond the earlier OpenAI-list issue is that the unchanged CODEX_KNOWN_MODELS in crates/goose/src/providers/codex.rs:30-35 still advertises gpt-5.2-codex, gpt-5.1-codex-max, and gpt-5.1-codex-mini, with the first also remaining the provider default. For provider name codex, canonical mapping infers the openai namespace, so deleting these records makes fetch_recommended_models filter out three of its four supported models and removes their canonical limits; model pickers consequently show only gpt-5.2 unless users manually enter an unlisted model. Restore these canonical records or update the Codex provider's inventory and default in the same change.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we do flag that provider as deprecated,

@jamadeo
jamadeo added this pull request to the merge queue Jul 29, 2026
Merged via the queue into main with commit 404cd28 Jul 29, 2026
26 checks passed
@jamadeo
jamadeo deleted the version-bump/1.45.0 branch July 29, 2026 13:10
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