Release 1.19.0

Auto-merged release PR after tag v1.19.0 was pushed
This commit is contained in:
github-actions[bot]
2026-01-06 20:32:50 +00:00
committed by GitHub
parent 6f9eafb53b
commit 635131d7bf
7 changed files with 1299 additions and 1332 deletions
Generated
+6 -6
View File
@@ -2962,7 +2962,7 @@ dependencies = [
[[package]] [[package]]
name = "goose" name = "goose"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"agent-client-protocol-schema", "agent-client-protocol-schema",
"ahash", "ahash",
@@ -3053,7 +3053,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-bench" name = "goose-bench"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -3076,7 +3076,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-cli" name = "goose-cli"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"agent-client-protocol-schema", "agent-client-protocol-schema",
"anstream", "anstream",
@@ -3132,7 +3132,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-mcp" name = "goose-mcp"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -3197,7 +3197,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-server" name = "goose-server"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@@ -3243,7 +3243,7 @@ dependencies = [
[[package]] [[package]]
name = "goose-test" name = "goose-test"
version = "1.18.0" version = "1.19.0"
dependencies = [ dependencies = [
"clap", "clap",
"serde_json", "serde_json",
+1 -1
View File
@@ -4,7 +4,7 @@ resolver = "2"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
version = "1.18.0" version = "1.19.0"
authors = ["Block <ai-oss-tools@block.xyz>"] authors = ["Block <ai-oss-tools@block.xyz>"]
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/block/goose" repository = "https://github.com/block/goose"
File diff suppressed because it is too large Load Diff
@@ -57,26 +57,6 @@
"image": 0.0004 "image": 0.0004
} }
}, },
{
"id": "anthropic/claude-3-opus",
"name": "Anthropic: Claude 3 Opus",
"context_length": 200000,
"max_completion_tokens": 4096,
"input_modalities": [
"text",
"image"
],
"output_modalities": [
"text"
],
"supports_tools": true,
"pricing": {
"prompt": 0.000015,
"completion": 0.000075,
"request": 0.0,
"image": 0.024
}
},
{ {
"id": "anthropic/claude-3.5-haiku", "id": "anthropic/claude-3.5-haiku",
"name": "Anthropic: Claude 3.5 Haiku", "name": "Anthropic: Claude 3.5 Haiku",
@@ -205,7 +185,6 @@
"id": "anthropic/claude-opus-4.1", "id": "anthropic/claude-opus-4.1",
"name": "Anthropic: Claude Opus 4.1", "name": "Anthropic: Claude Opus 4.1",
"context_length": 200000, "context_length": 200000,
"max_completion_tokens": 32000,
"input_modalities": [ "input_modalities": [
"image", "image",
"text", "text",
@@ -365,7 +344,7 @@
"id": "deepseek/deepseek", "id": "deepseek/deepseek",
"name": "DeepSeek: DeepSeek V3.2", "name": "DeepSeek: DeepSeek V3.2",
"context_length": 163840, "context_length": 163840,
"max_completion_tokens": 163840, "max_completion_tokens": 65536,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -374,7 +353,7 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 2.4e-7, "prompt": 2.5e-7,
"completion": 3.8e-7, "completion": 3.8e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
@@ -421,6 +400,7 @@
"id": "deepseek/deepseek-r1", "id": "deepseek/deepseek-r1",
"name": "DeepSeek: R1", "name": "DeepSeek: R1",
"context_length": 163840, "context_length": 163840,
"max_completion_tokens": 163840,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -429,8 +409,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 3e-7, "prompt": 7e-7,
"completion": 1.2e-6, "completion": 2.4e-6,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -438,8 +418,8 @@
{ {
"id": "deepseek/deepseek-r1-0528-qwen3-8b", "id": "deepseek/deepseek-r1-0528-qwen3-8b",
"name": "DeepSeek: DeepSeek R1 0528 Qwen3 8B", "name": "DeepSeek: DeepSeek R1 0528 Qwen3 8B",
"context_length": 32768, "context_length": 128000,
"max_completion_tokens": 32768, "max_completion_tokens": 32000,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -448,8 +428,8 @@
], ],
"supports_tools": false, "supports_tools": false,
"pricing": { "pricing": {
"prompt": 2e-8, "prompt": 6e-8,
"completion": 1e-7, "completion": 9e-8,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -468,7 +448,7 @@
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 3e-8, "prompt": 3e-8,
"completion": 1.3e-7, "completion": 1.1e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -486,8 +466,8 @@
], ],
"supports_tools": false, "supports_tools": false,
"pricing": { "pricing": {
"prompt": 1.2e-7, "prompt": 1.5e-7,
"completion": 1.2e-7, "completion": 1.5e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -495,8 +475,7 @@
{ {
"id": "deepseek/deepseek-r1-distill-qwen-32b", "id": "deepseek/deepseek-r1-distill-qwen-32b",
"name": "DeepSeek: R1 Distill Qwen 32B", "name": "DeepSeek: R1 Distill Qwen 32B",
"context_length": 64000, "context_length": 131072,
"max_completion_tokens": 32000,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -505,8 +484,8 @@
], ],
"supports_tools": false, "supports_tools": false,
"pricing": { "pricing": {
"prompt": 2.4e-7, "prompt": 2.7e-7,
"completion": 2.4e-7, "completion": 2.7e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -810,8 +789,7 @@
{ {
"id": "google/gemma-3-27b-it", "id": "google/gemma-3-27b-it",
"name": "Google: Gemma 3 27B", "name": "Google: Gemma 3 27B",
"context_length": 96000, "context_length": 131072,
"max_completion_tokens": 96000,
"input_modalities": [ "input_modalities": [
"text", "text",
"image" "image"
@@ -821,8 +799,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 4e-8, "prompt": 3.6e-8,
"completion": 1.5e-7, "completion": 6.4e-8,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -924,7 +902,7 @@
{ {
"id": "meta-llama/llama-3.1-405b-instruct", "id": "meta-llama/llama-3.1-405b-instruct",
"name": "Meta: Llama 3.1 405B Instruct", "name": "Meta: Llama 3.1 405B Instruct",
"context_length": 130815, "context_length": 10000,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -960,7 +938,7 @@
{ {
"id": "meta-llama/llama-3.1-8b-instruct", "id": "meta-llama/llama-3.1-8b-instruct",
"name": "Meta: Llama 3.1 8B Instruct", "name": "Meta: Llama 3.1 8B Instruct",
"context_length": 131072, "context_length": 16384,
"max_completion_tokens": 16384, "max_completion_tokens": 16384,
"input_modalities": [ "input_modalities": [
"text" "text"
@@ -971,7 +949,7 @@
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 2e-8, "prompt": 2e-8,
"completion": 3e-8, "completion": 5e-8,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -1198,8 +1176,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 1.5e-7, "prompt": 5e-8,
"completion": 6e-7, "completion": 2.2e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2262,8 +2240,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 3.9e-8, "prompt": 2e-8,
"completion": 1.9e-7, "completion": 1e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2280,8 +2258,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 3e-8, "prompt": 1.6e-8,
"completion": 1.4e-7, "completion": 6e-8,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2517,7 +2495,7 @@
"id": "qwen/qwen-2.5-72b-instruct", "id": "qwen/qwen-2.5-72b-instruct",
"name": "Qwen2.5 72B Instruct", "name": "Qwen2.5 72B Instruct",
"context_length": 32768, "context_length": 32768,
"max_completion_tokens": 32768, "max_completion_tokens": 16384,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -2526,8 +2504,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 7e-8, "prompt": 1.2e-7,
"completion": 2.6e-7, "completion": 3.9e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2756,8 +2734,8 @@
], ],
"supports_tools": false, "supports_tools": false,
"pricing": { "pricing": {
"prompt": 3e-8, "prompt": 1.5e-7,
"completion": 1.3e-7, "completion": 6e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2907,8 +2885,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 2.8e-8, "prompt": 3.5e-8,
"completion": 1.104e-7, "completion": 1.38e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -2935,8 +2913,8 @@
{ {
"id": "qwen/qwen3-coder-30b-a3b-instruct", "id": "qwen/qwen3-coder-30b-a3b-instruct",
"name": "Qwen: Qwen3 Coder 30B A3B Instruct", "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
"context_length": 262144, "context_length": 160000,
"max_completion_tokens": 262144, "max_completion_tokens": 32768,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -2945,8 +2923,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 6e-8, "prompt": 7e-8,
"completion": 2.5e-7, "completion": 2.7e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -3020,8 +2998,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 9e-8, "prompt": 6e-8,
"completion": 1.1e-6, "completion": 6e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -3029,8 +3007,8 @@
{ {
"id": "qwen/qwen3-next-80b-a3b-thinking", "id": "qwen/qwen3-next-80b-a3b-thinking",
"name": "Qwen: Qwen3 Next 80B A3B Thinking", "name": "Qwen: Qwen3 Next 80B A3B Thinking",
"context_length": 131072, "context_length": 262144,
"max_completion_tokens": 32768, "max_completion_tokens": 262144,
"input_modalities": [ "input_modalities": [
"text" "text"
], ],
@@ -3039,7 +3017,7 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 1.2e-7, "prompt": 1.5e-7,
"completion": 1.2e-6, "completion": 1.2e-6,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
@@ -3058,8 +3036,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 2e-7, "prompt": 1.2e-7,
"completion": 1.2e-6, "completion": 5.6e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -3078,8 +3056,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 3e-7, "prompt": 4.5e-7,
"completion": 1.2e-6, "completion": 3.5e-6,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -3117,8 +3095,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 1.6e-7, "prompt": 2e-7,
"completion": 8e-7, "completion": 1e-6,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
@@ -3156,8 +3134,8 @@
], ],
"supports_tools": true, "supports_tools": true,
"pricing": { "pricing": {
"prompt": 6.4e-8, "prompt": 8e-8,
"completion": 4e-7, "completion": 5e-7,
"request": 0.0, "request": 0.0,
"image": 0.0 "image": 0.0
} }
+1 -1
View File
@@ -10,7 +10,7 @@
"license": { "license": {
"name": "Apache-2.0" "name": "Apache-2.0"
}, },
"version": "1.18.0" "version": "1.19.0"
}, },
"paths": { "paths": {
"/action-required/tool-confirmation": { "/action-required/tool-confirmation": {
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "goose-app", "name": "goose-app",
"version": "1.18.0", "version": "1.19.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "goose-app", "name": "goose-app",
"version": "1.18.0", "version": "1.19.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^2.0.76", "@ai-sdk/openai": "^2.0.76",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "goose-app", "name": "goose-app",
"productName": "Goose", "productName": "Goose",
"version": "1.18.0", "version": "1.19.0",
"description": "Goose App", "description": "Goose App",
"engines": { "engines": {
"node": "^24.0.0" "node": "^24.0.0"