Commit 59d4485
committed
Merge remote-tracking branch 'origin/main' into wpfleger/tool-response-issue
* origin/main:
fix(ui-desktop): unify path resolution around GOOSE_PATH_ROOT (#7335)
fix: pass OAuth scopes to DCR and extract granted_scopes from token response (#7571)
fix: write to real file if config.yaml is symlink (#7669)
fix: preserve pairings when stopping gateway (#7733)
fix: reduce server log verbosity — skip session in instrument, defaul… (#7729)
fix: provider test infrastructure (#7738)
fix: sanitize streamable HTTP extension names derived from URLs (#7740)
refactor: derive GooseMode string conversions with strum (#7706)
docs: Add Spraay Batch Payments MCP Extension Tutorial (#7525)
fix: flake.nix (#7224)
delete goose web (#7696)
Add @angiejones as CODEOWNER for documentation (#7711)
Add MLflow integration guide (#7563)
docs: LM Studio availability (#7698)
feat: add Avian as an LLM provider (#7561)
Adds `linux-mcp-server` to the goose registry (#6979)
fix: add #[serde(default)] to description field on 4 ExtensionConfig variants (#7708)File tree
46 files changed
+1147
-2595
lines changed- .github
- crates
- goose-cli
- src
- commands
- session
- static
- goose-server/src
- goose
- src
- agents
- platform_extensions/developer
- config
- gateway
- oauth
- providers
- tests
- documentation
- docs
- assets/guides
- getting-started
- guides
- sessions
- mcp
- tutorials
- static
- scripts
- ui/desktop/src
- __tests__
- bin
- recipe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1147
-2595
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | 844 | | |
881 | 845 | | |
882 | 846 | | |
| |||
1041 | 1005 | | |
1042 | 1006 | | |
1043 | 1007 | | |
1044 | | - | |
1045 | 1008 | | |
1046 | 1009 | | |
1047 | 1010 | | |
| |||
1780 | 1743 | | |
1781 | 1744 | | |
1782 | 1745 | | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | 1746 | | |
1791 | 1747 | | |
1792 | 1748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
0 commit comments