Commit dd0b6bd
committed
Merge branch 'main' into lifei/upgrade-ui-sdk
* main:
feat(hooks): add Husky git hooks for ui/goose2 (#8577)
fix: links in chat could not be opened (#8544)
fix: run setup before dev and dev-debug in goose2 justfile (#8718)
Manage skills as sources over ACP (#8675)
handle full node paths in goose2 kill recipe (#8709)
overhaul provider inventory and agent/model selection (#8652)
Remove unused import (#8676)
delete the goose2 migration plan prompt (#8678)
Add health score badge to README (#8677)
feat(goose2): voice dictation via direct-ACP pattern (#8609)
consistently use actions-rust-lang/setup-rust-toolchain (#8671)
fix(developer): run shell tool under bash/sh regardless of login shell (#8659)
refactor(providers): extract shared OAuth device-flow helper (#8619)
Add a goose2 release workflow (#8629)
chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0 (#8664)
docs: add blog post about Mesh LLM provider option (#8655)
fix: append /chat/completions for prefixed v1 base URLs (#8521)
Reset ChatGPT Codex auth during OAuth setup (#8569)
chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.15 to 2.0.17 (#8665)
Add dependabot config for pnpm workspace, cargo, and actions (#8660)150 files changed
Lines changed: 13527 additions & 6050 deletions
File tree
- .github
- workflows
- .husky
- crates
- goose-acp
- src
- goose-cli
- goose-sdk/src
- goose
- src
- agents
- platform_extensions/developer
- config
- providers
- formats
- inventory
- session
- tests
- documentation/blog/2026-04-20-mesh-llm
- ui
- desktop
- src/api
- goose2
- acp-plus-migration-plan
- scripts
- src-tauri
- plugins/app-test-driver/src
- src
- commands
- services
- src
- app
- hooks
- ui
- features
- chat
- hooks
- __tests__
- lib
- stores
- __tests__
- ui
- __tests__
- home/ui
- providers
- api
- hooks
- stores
- sessions/ui
- settings/ui
- __tests__
- sidebar/ui
- __tests__
- skills/api
- test
- tests/e2e/fixtures
- sdk/src/generated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments