chore(release): bump version to 1.32.0 (minor) (#8713)
Some checks failed
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-intel (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Unused Dependencies / machete (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Build Rust Project on Windows (push) Waiting to run
CI / Check MSRV (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check Generated Schemas are Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Goose 2 CI / Lint & Format (push) Waiting to run
Goose 2 CI / Unit Tests (push) Waiting to run
Goose 2 CI / Desktop Build & E2E (push) Waiting to run
Goose 2 CI / Rust Lint (push) Waiting to run
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Cargo Deny / deny (push) Has been cancelled

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
This commit is contained in:
github-actions[bot] 2026-04-23 01:55:05 +00:00 committed by GitHub
parent b8c3b83c43
commit 3fbe01d3b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 3856 additions and 1721 deletions

16
Cargo.lock generated
View file

@ -4326,7 +4326,7 @@ dependencies = [
[[package]] [[package]]
name = "goose" name = "goose"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"agent-client-protocol-schema", "agent-client-protocol-schema",
"ahash", "ahash",
@ -4452,7 +4452,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-acp-macros" name = "goose-acp-macros"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.117", "syn 2.0.117",
@ -4460,7 +4460,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-cli" name = "goose-cli"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"anstream 0.6.21", "anstream 0.6.21",
"anyhow", "anyhow",
@ -4512,7 +4512,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-mcp" name = "goose-mcp"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
@ -4541,7 +4541,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-sdk" name = "goose-sdk"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"agent-client-protocol-schema", "agent-client-protocol-schema",
"sacp", "sacp",
@ -4554,7 +4554,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-server" name = "goose-server"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"aws-lc-rs", "aws-lc-rs",
@ -4602,7 +4602,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-test" name = "goose-test"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"clap", "clap",
"serde_json", "serde_json",
@ -4610,7 +4610,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-test-support" name = "goose-test-support"
version = "1.31.0" version = "1.32.0"
dependencies = [ dependencies = [
"axum", "axum",
"env-lock", "env-lock",

View file

@ -9,7 +9,7 @@ resolver = "2"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
version = "1.31.0" version = "1.32.0"
rust-version = "1.91.1" rust-version = "1.91.1"
authors = ["AAIF <ai-oss-tools@block.xyz>"] authors = ["AAIF <ai-oss-tools@block.xyz>"]
license = "Apache-2.0" license = "Apache-2.0"

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@
"env": [ "env": [
"302AI_API_KEY" "302AI_API_KEY"
], ],
"model_count": 64 "model_count": 95
}, },
{ {
"id": "alibaba", "id": "alibaba",
@ -120,6 +120,17 @@
], ],
"model_count": 7 "model_count": 7
}, },
{
"id": "tencent-token-plan",
"display_name": "Tencent Token Plan",
"npm": "@ai-sdk/openai-compatible",
"api": "https://api.lkeap.cloud.tencent.com/plan/v3",
"doc": "https://cloud.tencent.com/document/product/1823/130060",
"env": [
"TENCENT_TOKEN_PLAN_API_KEY"
],
"model_count": 1
},
{ {
"id": "fireworks-ai", "id": "fireworks-ai",
"display_name": "Fireworks AI", "display_name": "Fireworks AI",
@ -140,7 +151,7 @@
"env": [ "env": [
"KIMI_API_KEY" "KIMI_API_KEY"
], ],
"model_count": 2 "model_count": 3
}, },
{ {
"id": "moark", "id": "moark",
@ -162,7 +173,7 @@
"env": [ "env": [
"OPENCODE_API_KEY" "OPENCODE_API_KEY"
], ],
"model_count": 9 "model_count": 10
}, },
{ {
"id": "io-net", "id": "io-net",
@ -239,7 +250,7 @@
"env": [ "env": [
"HF_TOKEN" "HF_TOKEN"
], ],
"model_count": 22 "model_count": 23
}, },
{ {
"id": "zenmux", "id": "zenmux",
@ -371,7 +382,7 @@
"env": [ "env": [
"GITHUB_TOKEN" "GITHUB_TOKEN"
], ],
"model_count": 25 "model_count": 26
}, },
{ {
"id": "mixlayer", "id": "mixlayer",
@ -448,7 +459,7 @@
"env": [ "env": [
"POE_API_KEY" "POE_API_KEY"
], ],
"model_count": 128 "model_count": 129
}, },
{ {
"id": "helicone", "id": "helicone",
@ -459,7 +470,7 @@
"env": [ "env": [
"HELICONE_API_KEY" "HELICONE_API_KEY"
], ],
"model_count": 91 "model_count": 90
}, },
{ {
"id": "ollama-cloud", "id": "ollama-cloud",
@ -571,6 +582,17 @@
], ],
"model_count": 6 "model_count": 6
}, },
{
"id": "wafer.ai",
"display_name": "Wafer",
"npm": "@ai-sdk/openai-compatible",
"api": "https://pass.wafer.ai/v1",
"doc": "https://docs.wafer.ai/wafer-pass",
"env": [
"WAFER_API_KEY"
],
"model_count": 2
},
{ {
"id": "cloudferro-sherlock", "id": "cloudferro-sherlock",
"display_name": "CloudFerro Sherlock", "display_name": "CloudFerro Sherlock",
@ -635,7 +657,7 @@
"env": [ "env": [
"NVIDIA_API_KEY" "NVIDIA_API_KEY"
], ],
"model_count": 76 "model_count": 77
}, },
{ {
"id": "inference", "id": "inference",
@ -670,6 +692,17 @@
], ],
"model_count": 38 "model_count": 38
}, },
{
"id": "digitalocean",
"display_name": "DigitalOcean",
"npm": "@ai-sdk/openai-compatible",
"api": "https://inference.do-ai.run/v1",
"doc": "https://docs.digitalocean.com/products/gradient-ai-platform/details/models/",
"env": [
"DIGITALOCEAN_ACCESS_TOKEN"
],
"model_count": 46
},
{ {
"id": "vultr", "id": "vultr",
"display_name": "Vultr", "display_name": "Vultr",
@ -701,7 +734,7 @@
"env": [ "env": [
"OVHCLOUD_API_KEY" "OVHCLOUD_API_KEY"
], ],
"model_count": 13 "model_count": 10
}, },
{ {
"id": "friendli", "id": "friendli",
@ -723,7 +756,7 @@
"env": [ "env": [
"CORTECS_API_KEY" "CORTECS_API_KEY"
], ],
"model_count": 32 "model_count": 33
}, },
{ {
"id": "siliconflow", "id": "siliconflow",
@ -756,7 +789,7 @@
"env": [ "env": [
"LLMGATEWAY_API_KEY" "LLMGATEWAY_API_KEY"
], ],
"model_count": 203 "model_count": 182
}, },
{ {
"id": "cloudflare-workers-ai", "id": "cloudflare-workers-ai",
@ -768,7 +801,7 @@
"CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_ACCOUNT_ID",
"CLOUDFLARE_API_KEY" "CLOUDFLARE_API_KEY"
], ],
"model_count": 7 "model_count": 8
}, },
{ {
"id": "fastrouter", "id": "fastrouter",
@ -846,7 +879,7 @@
"env": [ "env": [
"BERGET_API_KEY" "BERGET_API_KEY"
], ],
"model_count": 8 "model_count": 5
}, },
{ {
"id": "github-models", "id": "github-models",
@ -870,6 +903,17 @@
], ],
"model_count": 9 "model_count": 9
}, },
{
"id": "tencent-tokenhub",
"display_name": "Tencent TokenHub",
"npm": "@ai-sdk/openai-compatible",
"api": "https://tokenhub.tencentmaas.com/v1",
"doc": "https://cloud.tencent.com/document/product/1823/130050",
"env": [
"TENCENT_TOKENHUB_API_KEY"
],
"model_count": 1
},
{ {
"id": "modelscope", "id": "modelscope",
"display_name": "ModelScope", "display_name": "ModelScope",

View file

@ -10,7 +10,7 @@
"license": { "license": {
"name": "Apache-2.0" "name": "Apache-2.0"
}, },
"version": "1.31.0" "version": "1.32.0"
}, },
"paths": { "paths": {
"/action-required/tool-confirmation": { "/action-required/tool-confirmation": {

View file

@ -1,7 +1,7 @@
{ {
"name": "goose-app", "name": "goose-app",
"productName": "Goose", "productName": "Goose",
"version": "1.31.0", "version": "1.32.0",
"description": "Goose App", "description": "Goose App",
"engines": { "engines": {
"node": "^24.10.0", "node": "^24.10.0",

View file

@ -595,7 +595,9 @@ const MentionPopover = forwardRef<
{isLoading ? ( {isLoading ? (
<div className="flex items-center justify-center py-4"> <div className="flex items-center justify-center py-4">
<div className="animate-spin rounded-full h-4 w-4 border-t-2 border-b-2"></div> <div className="animate-spin rounded-full h-4 w-4 border-t-2 border-b-2"></div>
<span className="ml-2 text-sm text-text-secondary">{intl.formatMessage(isSlashCommand ? i18n.loadingCommands : i18n.scanningFiles)}</span> <span className="ml-2 text-sm text-text-secondary">
{intl.formatMessage(isSlashCommand ? i18n.loadingCommands : i18n.scanningFiles)}
</span>
</div> </div>
) : ( ) : (
<> <>
@ -630,7 +632,9 @@ const MentionPopover = forwardRef<
{!isLoading && displayItems.length === 0 && query && ( {!isLoading && displayItems.length === 0 && query && (
<div className="p-4 text-center text-text-secondary text-sm"> <div className="p-4 text-center text-text-secondary text-sm">
{intl.formatMessage(isSlashCommand ? i18n.noCommandsFound : i18n.noItemsFound, { query })} {intl.formatMessage(isSlashCommand ? i18n.noCommandsFound : i18n.noItemsFound, {
query,
})}
</div> </div>
)} )}
</div> </div>