mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
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
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:
parent
b8c3b83c43
commit
3fbe01d3b6
7 changed files with 3856 additions and 1721 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -4326,7 +4326,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"ahash",
|
||||
|
|
@ -4452,7 +4452,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-acp-macros"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.117",
|
||||
|
|
@ -4460,7 +4460,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-cli"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"anstream 0.6.21",
|
||||
"anyhow",
|
||||
|
|
@ -4512,7 +4512,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-mcp"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
|
|
@ -4541,7 +4541,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-sdk"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"sacp",
|
||||
|
|
@ -4554,7 +4554,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-server"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aws-lc-rs",
|
||||
|
|
@ -4602,7 +4602,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-test"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"serde_json",
|
||||
|
|
@ -4610,7 +4610,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "goose-test-support"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"env-lock",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ resolver = "2"
|
|||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
rust-version = "1.91.1"
|
||||
authors = ["AAIF <ai-oss-tools@block.xyz>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -8,7 +8,7 @@
|
|||
"env": [
|
||||
"302AI_API_KEY"
|
||||
],
|
||||
"model_count": 64
|
||||
"model_count": 95
|
||||
},
|
||||
{
|
||||
"id": "alibaba",
|
||||
|
|
@ -120,6 +120,17 @@
|
|||
],
|
||||
"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",
|
||||
"display_name": "Fireworks AI",
|
||||
|
|
@ -140,7 +151,7 @@
|
|||
"env": [
|
||||
"KIMI_API_KEY"
|
||||
],
|
||||
"model_count": 2
|
||||
"model_count": 3
|
||||
},
|
||||
{
|
||||
"id": "moark",
|
||||
|
|
@ -162,7 +173,7 @@
|
|||
"env": [
|
||||
"OPENCODE_API_KEY"
|
||||
],
|
||||
"model_count": 9
|
||||
"model_count": 10
|
||||
},
|
||||
{
|
||||
"id": "io-net",
|
||||
|
|
@ -239,7 +250,7 @@
|
|||
"env": [
|
||||
"HF_TOKEN"
|
||||
],
|
||||
"model_count": 22
|
||||
"model_count": 23
|
||||
},
|
||||
{
|
||||
"id": "zenmux",
|
||||
|
|
@ -371,7 +382,7 @@
|
|||
"env": [
|
||||
"GITHUB_TOKEN"
|
||||
],
|
||||
"model_count": 25
|
||||
"model_count": 26
|
||||
},
|
||||
{
|
||||
"id": "mixlayer",
|
||||
|
|
@ -448,7 +459,7 @@
|
|||
"env": [
|
||||
"POE_API_KEY"
|
||||
],
|
||||
"model_count": 128
|
||||
"model_count": 129
|
||||
},
|
||||
{
|
||||
"id": "helicone",
|
||||
|
|
@ -459,7 +470,7 @@
|
|||
"env": [
|
||||
"HELICONE_API_KEY"
|
||||
],
|
||||
"model_count": 91
|
||||
"model_count": 90
|
||||
},
|
||||
{
|
||||
"id": "ollama-cloud",
|
||||
|
|
@ -571,6 +582,17 @@
|
|||
],
|
||||
"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",
|
||||
"display_name": "CloudFerro Sherlock",
|
||||
|
|
@ -635,7 +657,7 @@
|
|||
"env": [
|
||||
"NVIDIA_API_KEY"
|
||||
],
|
||||
"model_count": 76
|
||||
"model_count": 77
|
||||
},
|
||||
{
|
||||
"id": "inference",
|
||||
|
|
@ -670,6 +692,17 @@
|
|||
],
|
||||
"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",
|
||||
"display_name": "Vultr",
|
||||
|
|
@ -701,7 +734,7 @@
|
|||
"env": [
|
||||
"OVHCLOUD_API_KEY"
|
||||
],
|
||||
"model_count": 13
|
||||
"model_count": 10
|
||||
},
|
||||
{
|
||||
"id": "friendli",
|
||||
|
|
@ -723,7 +756,7 @@
|
|||
"env": [
|
||||
"CORTECS_API_KEY"
|
||||
],
|
||||
"model_count": 32
|
||||
"model_count": 33
|
||||
},
|
||||
{
|
||||
"id": "siliconflow",
|
||||
|
|
@ -756,7 +789,7 @@
|
|||
"env": [
|
||||
"LLMGATEWAY_API_KEY"
|
||||
],
|
||||
"model_count": 203
|
||||
"model_count": 182
|
||||
},
|
||||
{
|
||||
"id": "cloudflare-workers-ai",
|
||||
|
|
@ -768,7 +801,7 @@
|
|||
"CLOUDFLARE_ACCOUNT_ID",
|
||||
"CLOUDFLARE_API_KEY"
|
||||
],
|
||||
"model_count": 7
|
||||
"model_count": 8
|
||||
},
|
||||
{
|
||||
"id": "fastrouter",
|
||||
|
|
@ -846,7 +879,7 @@
|
|||
"env": [
|
||||
"BERGET_API_KEY"
|
||||
],
|
||||
"model_count": 8
|
||||
"model_count": 5
|
||||
},
|
||||
{
|
||||
"id": "github-models",
|
||||
|
|
@ -870,6 +903,17 @@
|
|||
],
|
||||
"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",
|
||||
"display_name": "ModelScope",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
},
|
||||
"version": "1.31.0"
|
||||
"version": "1.32.0"
|
||||
},
|
||||
"paths": {
|
||||
"/action-required/tool-confirmation": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "goose-app",
|
||||
"productName": "Goose",
|
||||
"version": "1.31.0",
|
||||
"version": "1.32.0",
|
||||
"description": "Goose App",
|
||||
"engines": {
|
||||
"node": "^24.10.0",
|
||||
|
|
|
|||
|
|
@ -595,7 +595,9 @@ const MentionPopover = forwardRef<
|
|||
{isLoading ? (
|
||||
<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>
|
||||
<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>
|
||||
) : (
|
||||
<>
|
||||
|
|
@ -630,7 +632,9 @@ const MentionPopover = forwardRef<
|
|||
|
||||
{!isLoading && displayItems.length === 0 && query && (
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue