mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Bump version numbers for 1.24.0 release (#7214)
This commit is contained in:
Generated
+7
-7
@@ -4136,7 +4136,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@@ -4231,7 +4231,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-acp"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"anyhow",
|
||||
@@ -4266,7 +4266,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-cli"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
@@ -4315,7 +4315,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-mcp"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
@@ -4364,7 +4364,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-server"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.8.8",
|
||||
@@ -4410,7 +4410,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-test"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"serde_json",
|
||||
@@ -4418,7 +4418,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "goose-test-support"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
dependencies = [
|
||||
"axum 0.7.9",
|
||||
"rmcp 0.15.0",
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
version = "1.23.0"
|
||||
version = "1.24.0"
|
||||
authors = ["Block <ai-oss-tools@block.xyz>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/block/goose"
|
||||
|
||||
@@ -164,14 +164,14 @@ pub async fn run_model_list<C: Connection>() {
|
||||
"o3-mini-2025-01-31",
|
||||
"o1",
|
||||
"o1-2024-12-17",
|
||||
"gpt-4o",
|
||||
"gpt-4o-2024-05-13",
|
||||
"gpt-4o-2024-08-06",
|
||||
"gpt-4o-2024-11-20",
|
||||
"gpt-4o-mini",
|
||||
"gpt-4o-mini-2024-07-18",
|
||||
"o4-mini-deep-research",
|
||||
"o4-mini-deep-research-2025-06-26",
|
||||
"gpt-4o",
|
||||
"gpt-4o-2024-05-13",
|
||||
"gpt-4o-2024-08-06",
|
||||
"gpt-4o-2024-11-20",
|
||||
"text-embedding-3-large",
|
||||
"text-embedding-3-small",
|
||||
"gpt-4",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1755,6 +1755,34 @@
|
||||
"output": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/minimax.minimax-m2.1",
|
||||
"name": "MiniMax M2.1",
|
||||
"family": "minimax",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2025-12-23",
|
||||
"last_updated": "2025-12-23",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2
|
||||
},
|
||||
"limit": {
|
||||
"context": 204800,
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/mistral.ministral-3-14b-instruct",
|
||||
"name": "Ministral 14B 3.0",
|
||||
@@ -1980,6 +2008,34 @@
|
||||
"output": 256000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/moonshotai.kimi-k2.5",
|
||||
"name": "Kimi K2.5",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-06",
|
||||
"last_updated": "2026-02-06",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.6,
|
||||
"output": 3.0
|
||||
},
|
||||
"limit": {
|
||||
"context": 256000,
|
||||
"output": 256000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/nvidia.nemotron-nano-12b-v2",
|
||||
"name": "NVIDIA Nemotron Nano 12B v2 VL BF16",
|
||||
@@ -2553,6 +2609,120 @@
|
||||
"output": 64000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/writer.palmyra-x4-v1:0",
|
||||
"name": "Palmyra X4",
|
||||
"family": "palmyra",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2025-04-28",
|
||||
"last_updated": "2025-04-28",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": false,
|
||||
"cost": {
|
||||
"input": 2.5,
|
||||
"output": 10.0
|
||||
},
|
||||
"limit": {
|
||||
"context": 122880,
|
||||
"output": 8192
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/writer.palmyra-x5-v1:0",
|
||||
"name": "Palmyra X5",
|
||||
"family": "palmyra",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2025-04-28",
|
||||
"last_updated": "2025-04-28",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": false,
|
||||
"cost": {
|
||||
"input": 0.6,
|
||||
"output": 6.0
|
||||
},
|
||||
"limit": {
|
||||
"context": 1040000,
|
||||
"output": 8192
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/zai.glm-4.7",
|
||||
"name": "GLM-4.7",
|
||||
"family": "glm",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2025-04",
|
||||
"release_date": "2025-12-22",
|
||||
"last_updated": "2025-12-22",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.6,
|
||||
"output": 2.2
|
||||
},
|
||||
"limit": {
|
||||
"context": 204800,
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "amazon-bedrock/zai.glm-4.7-flash",
|
||||
"name": "GLM-4.7-Flash",
|
||||
"family": "glm-flash",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2025-04",
|
||||
"release_date": "2026-01-19",
|
||||
"last_updated": "2026-01-19",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.07,
|
||||
"output": 0.4
|
||||
},
|
||||
"limit": {
|
||||
"context": 200000,
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-3-haiku",
|
||||
"name": "Claude Haiku 3",
|
||||
@@ -2720,7 +2890,7 @@
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-3.7-sonnet",
|
||||
"name": "Claude Sonnet 3.7 (latest)",
|
||||
"name": "Claude Sonnet 3.7",
|
||||
"family": "claude-sonnet",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
@@ -2753,7 +2923,7 @@
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-haiku-4.5",
|
||||
"name": "Claude Haiku 4.5",
|
||||
"name": "Claude Haiku 4.5 (latest)",
|
||||
"family": "claude-haiku",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
@@ -2885,15 +3055,15 @@
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-opus-4.5",
|
||||
"name": "Claude Opus 4.5",
|
||||
"name": "Claude Opus 4.5 (latest)",
|
||||
"family": "claude-opus",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2025-03-31",
|
||||
"release_date": "2025-11-01",
|
||||
"last_updated": "2025-11-01",
|
||||
"release_date": "2025-11-24",
|
||||
"last_updated": "2025-11-24",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
@@ -3017,7 +3187,7 @@
|
||||
},
|
||||
{
|
||||
"id": "anthropic/claude-sonnet-4.5",
|
||||
"name": "Claude Sonnet 4.5",
|
||||
"name": "Claude Sonnet 4.5 (latest)",
|
||||
"family": "claude-sonnet",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
@@ -8472,15 +8642,15 @@
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-4o",
|
||||
"name": "GPT-4o (2024-11-20)",
|
||||
"name": "GPT-4o",
|
||||
"family": "gpt",
|
||||
"attachment": true,
|
||||
"reasoning": false,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2023-09",
|
||||
"release_date": "2024-11-20",
|
||||
"last_updated": "2024-11-20",
|
||||
"release_date": "2024-05-13",
|
||||
"last_updated": "2024-08-06",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
@@ -9027,6 +9197,38 @@
|
||||
"output": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.3-codex-spark",
|
||||
"name": "GPT-5.3 Codex Spark",
|
||||
"family": "gpt-codex-spark",
|
||||
"attachment": true,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": false,
|
||||
"knowledge": "2025-08-31",
|
||||
"release_date": "2026-02-05",
|
||||
"last_updated": "2026-02-05",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
"image",
|
||||
"pdf"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": false,
|
||||
"cost": {
|
||||
"input": 1.75,
|
||||
"output": 14.0,
|
||||
"cache_read": 0.175
|
||||
},
|
||||
"limit": {
|
||||
"context": 128000,
|
||||
"output": 32000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openai/o1",
|
||||
"name": "o1",
|
||||
@@ -11468,6 +11670,35 @@
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/minimax/minimax-m2.5",
|
||||
"name": "MiniMax M2.5",
|
||||
"family": "minimax",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-12",
|
||||
"last_updated": "2026-02-12",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.3,
|
||||
"output": 1.2,
|
||||
"cache_read": 0.03
|
||||
},
|
||||
"limit": {
|
||||
"context": 204800,
|
||||
"output": 131072
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/mistralai/codestral",
|
||||
"name": "Codestral 2508",
|
||||
@@ -13045,34 +13276,6 @@
|
||||
"output": 100000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/openrouter/pony-alpha",
|
||||
"name": "Pony Alpha",
|
||||
"family": "pony",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-06",
|
||||
"last_updated": "2026-02-06",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": false,
|
||||
"cost": {
|
||||
"input": 0.0,
|
||||
"output": 0.0
|
||||
},
|
||||
"limit": {
|
||||
"context": 200000,
|
||||
"output": 131000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/openrouter/sherlock-dash-alpha",
|
||||
"name": "Sherlock Dash Alpha",
|
||||
@@ -14039,6 +14242,65 @@
|
||||
"output": 8192
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/stepfun/step-3.5-flash",
|
||||
"name": "Step 3.5 Flash",
|
||||
"family": "step",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2025-01",
|
||||
"release_date": "2026-01-29",
|
||||
"last_updated": "2026-01-29",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.1,
|
||||
"output": 0.3,
|
||||
"cache_read": 0.02
|
||||
},
|
||||
"limit": {
|
||||
"context": 256000,
|
||||
"output": 256000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/stepfun/step-3.5-flash:free",
|
||||
"name": "Step 3.5 Flash (free)",
|
||||
"family": "step",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2025-01",
|
||||
"release_date": "2026-01-29",
|
||||
"last_updated": "2026-01-29",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 0.0,
|
||||
"output": 0.0
|
||||
},
|
||||
"limit": {
|
||||
"context": 256000,
|
||||
"output": 256000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/thudm/glm-z1-32b:free",
|
||||
"name": "GLM Z1 32B (free)",
|
||||
@@ -14641,6 +14903,35 @@
|
||||
"output": 65535
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "openrouter/z-ai/glm-5",
|
||||
"name": "GLM-5",
|
||||
"family": "glm",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-12",
|
||||
"last_updated": "2026-02-12",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 1.0,
|
||||
"output": 3.2,
|
||||
"cache_read": 0.2
|
||||
},
|
||||
"limit": {
|
||||
"context": 202752,
|
||||
"output": 131000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "venice/claude-opus-4.6",
|
||||
"name": "Claude Opus 4.6",
|
||||
@@ -15101,6 +15392,35 @@
|
||||
"output": 49500
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "venice/minimax-m25",
|
||||
"name": "MiniMax M2.5",
|
||||
"family": "minimax",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-12",
|
||||
"last_updated": "2026-02-13",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": false,
|
||||
"cost": {
|
||||
"input": 0.4,
|
||||
"output": 1.6,
|
||||
"cache_read": 0.04
|
||||
},
|
||||
"limit": {
|
||||
"context": 198000,
|
||||
"output": 32000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "venice/mistral-31-24b",
|
||||
"name": "Venice Medium",
|
||||
@@ -15459,11 +15779,11 @@
|
||||
"name": "GLM 4.7 Flash",
|
||||
"family": "glm-flash",
|
||||
"attachment": false,
|
||||
"reasoning": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-01-29",
|
||||
"last_updated": "2026-01-30",
|
||||
"last_updated": "2026-02-10",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
@@ -15482,16 +15802,45 @@
|
||||
"output": 32000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "venice/zai-org-glm-5",
|
||||
"name": "GLM 5",
|
||||
"family": "glm",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"release_date": "2026-02-11",
|
||||
"last_updated": "2026-02-11",
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"open_weights": true,
|
||||
"cost": {
|
||||
"input": 1.0,
|
||||
"output": 3.2,
|
||||
"cache_read": 0.2
|
||||
},
|
||||
"limit": {
|
||||
"context": 198000,
|
||||
"output": 49500
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "x-ai/grok-2",
|
||||
"name": "Grok 2 (1212)",
|
||||
"name": "Grok 2 Latest",
|
||||
"family": "grok",
|
||||
"attachment": false,
|
||||
"reasoning": false,
|
||||
"tool_call": true,
|
||||
"temperature": true,
|
||||
"knowledge": "2024-08",
|
||||
"release_date": "2024-12-12",
|
||||
"release_date": "2024-08-20",
|
||||
"last_updated": "2024-12-12",
|
||||
"modalities": {
|
||||
"input": [
|
||||
@@ -15575,7 +15924,7 @@
|
||||
},
|
||||
{
|
||||
"id": "x-ai/grok-3-fast",
|
||||
"name": "Grok 3 Fast Latest",
|
||||
"name": "Grok 3 Fast",
|
||||
"family": "grok",
|
||||
"attachment": false,
|
||||
"reasoning": false,
|
||||
@@ -15605,7 +15954,7 @@
|
||||
},
|
||||
{
|
||||
"id": "x-ai/grok-3-mini",
|
||||
"name": "Grok 3 Mini Latest",
|
||||
"name": "Grok 3 Mini",
|
||||
"family": "grok",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
@@ -15635,7 +15984,7 @@
|
||||
},
|
||||
{
|
||||
"id": "x-ai/grok-3-mini-fast",
|
||||
"name": "Grok 3 Mini Fast",
|
||||
"name": "Grok 3 Mini Fast Latest",
|
||||
"family": "grok",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
},
|
||||
"version": "1.23.0"
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"paths": {
|
||||
"/action-required/tool-confirmation": {
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "goose-app",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "goose-app",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@mcp-ui/client": "^6.1.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "goose-app",
|
||||
"productName": "Goose",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0",
|
||||
"description": "Goose App",
|
||||
"engines": {
|
||||
"node": "^24.10.0",
|
||||
|
||||
Reference in New Issue
Block a user