Skip to content

Commit 1e1dc17

Browse files
committed
Merge branch 'main' into wpfleger/fork-session
* main: (41 commits) Allow customizing the new line keybinding in the CLI (#5956) Ask for permission in the CLI (#6475) docs: add Ralph Loop tutorial for multi-model iterative development (#6455) Remove gitignore fallback from gooseignore docs (#6480) fix: clean up result recording for code mode (#6343) fix(code_execution): handle model quirks with tool calls (#6352) feat(ui): support prefersBorder option for MCP Apps (#6465) fixed line breaks (#6459) Use Intl.NumberFormat for token formatting in SessionsInsights (#6466) feat(ui): format large and small token counts for readability (#6449) fix: apply subrecipes when using slash commands (#6460) Fix: exclude platform_schedule_tool in CLI (#6442) Fix: Small update in how ML-based prompt injection determines final result (#6439) docs: remove SSE transport and rename to Streamable HTTP (#6319) fix: correct Cloudinary extension command and env variable (#6453) fix: add gap between buttons in MacDesktopInstallButtons.js (#6452) refactor: include hidden dotfiles folders in file picker search (#6315) upgraded safe npm packages (#6450) chore(deps): bump react-router and react-router-dom in /ui/desktop (#6408) chore(deps): bump lru from 0.12.5 to 0.16.3 (#6379) ...
2 parents 1b9cf6f + d512b49 commit 1e1dc17

86 files changed

Lines changed: 4489 additions & 2921 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 12 additions & 194 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ webbrowser = "1.0"
2121
which = "8.0.0"
2222
etcetera = "0.11.0"
2323
ignore = "0.4.25"
24-
25-
# Patch for Windows cross-compilation issue with crunchy
26-
[patch.crates-io]
27-
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }
24+
crunchy = "0.2.4"

crates/goose-cli/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ goose-bench = { path = "../goose-bench" }
2020
goose-mcp = { path = "../goose-mcp" }
2121
rmcp = { workspace = true }
2222
sacp = { workspace = true }
23-
agent-client-protocol-schema = "0.10.5"
2423
clap = { version = "4.4", features = ["derive"] }
2524
cliclack = "0.3.5"
2625
console = "0.16.1"
@@ -29,7 +28,6 @@ dotenvy = "0.15.7"
2928
bat = "0.25.0"
3029
anyhow = "1.0"
3130
serde_json = "1.0"
32-
jsonschema = "0.30.0"
3331
tokio = { version = "1.43", features = ["full"] }
3432
futures = "0.3"
3533
serde = { version = "1.0", features = ["derive"] } # For serialization
@@ -56,7 +54,6 @@ http = "1.0"
5654
webbrowser = {workspace = true}
5755
indicatif = "0.18.1"
5856
tokio-util = { version = "0.7.15", features = ["compat", "rt"] }
59-
is-terminal = "0.4.16"
6057
anstream = "0.6.18"
6158
url = "2.5.7"
6259
open = "5.3.2"

0 commit comments

Comments
 (0)