Skip to content

Commit d3738bc

Browse files
committed
Merge remote-tracking branch 'origin/main' into spence/nav
* origin/main: Remove build-dependencies section from Cargo.toml (#6946) add /rp-why skill blog post (#6997) fix: fix snake_case function names in code_execution instructions (#7035) Document max_turns settings for recipes and subagents (#7044) feat: update Groq declarative data with Preview Models (#7023) fix(codex): propagate extended PATH to codex subprocess (#6874) Switch tetrate tool filtering back to supports_computer_use (#7024) feat(ui): add inline rename for chat sessions in sidebar (#6995) fix: handle toolnames without underscores (#7015) feat(claude-code): use stream-json protocol for persistent sessions (#7029) test(providers): add model listing to live provider suite (#7038) Agent added too much (#7036) fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (#7031) feat: add image support and improve error resilience for Codex (#7033) fix(providers): Azure OpenAI model listing 404 during configure (#7034) fix(deps): bump bat to 0.26.1 to resolve RUSTSEC-2026-0008 (#7021) Don't swallow Tetrate errors (#6998) docs: remove hardcoded_stuff links (#7016) # Conflicts: # ui/desktop/src/components/GooseSidebar/AppSidebar.tsx
2 parents 08241f4 + ac78619 commit d3738bc

Some content is hidden

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

41 files changed

+1662
-18395
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# https://github.com/marketplace/actions/cargo-audit-your-rust-dependencies
2727
- uses: actions-rust-lang/audit@72c09e02f132669d52284a3323acdb503cfc1a24
2828
name: Audit Rust Dependencies
29-
# with:
30-
# Comma separated list of issues to ignore
31-
# ignore: RUSTSEC-2020-0036
29+
with:
30+
# sqlx-mysql pulls in rsa, but goose only uses sqlite. cargo-audit
31+
# can't distinguish used from unused deps (rustsec/rustsec#1119).
32+
ignore: RUSTSEC-2023-0071

CSS_CLEANUP_PLAN.md

Lines changed: 0 additions & 317 deletions
This file was deleted.

0 commit comments

Comments
 (0)