Commit 97b9c33
committed
Merge branch 'main' into jackjackbits-optimize-core-systems
* main: (51 commits)
docs: reflecting benefits of CLI providers (aaif-goose#3399)
feat: fetch openrouter supported models in `goose configure` (aaif-goose#3347)
Add the ability to configure rustyline to use a different edit mode (e.g. vi) (aaif-goose#2769)
docs: update CLI provider guide (aaif-goose#3397)
Streamable HTTP CLI flag (aaif-goose#3394)
docs: Show both remote options for extensions in CLI (aaif-goose#3392)
docs: fix YouTube Transcript MCP package manager (aaif-goose#3390)
docs: simplify alby mcp (aaif-goose#3379)
docs: add max turns (aaif-goose#3372)
feat(cli): add cost estimation per provider for Goose CLI (aaif-goose#3330)
feat: Allow Ollama for non-tool models for chat only (aaif-goose#3308)
[cli] Add --provider and --model CLI options to run command (aaif-goose#3295)
Docs: Lead/worker model in Goose Desktop (aaif-goose#3342)
revert: refactor: abstract keyring logic to better enable DI (aaif-goose#3358)
Drop temporal-service binary (aaif-goose#3340)
docs: add fuzzy search (aaif-goose#3357)
Fix name of GPT-4.1 System Prompt (aaif-goose#3348) (aaif-goose#3351)
docs: add goose-mobile (aaif-goose#3315)
refactor: abstract keyring logic to better enable DI (aaif-goose#3262)
fix: correct tool use for anthropic (aaif-goose#3311)
...100 files changed
Lines changed: 3460 additions & 637 deletions
File tree
- .devcontainer
- .github/workflows
- crates
- goose-cli/src
- commands
- session
- goose
- examples
- src
- agents
- providers
- formats
- recipe
- tests
- documentation
- blog/2025-03-31-goose-benchmark
- docs
- experimental
- getting-started
- guides
- managing-tools
- recipes
- mcp
- tutorials
- src/css
- temporal-service
- ui/desktop
- src
- components
- settings/extensions
- utils
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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
129 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
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 | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
344 | 354 | | |
345 | 355 | | |
346 | 356 | | |
| |||
509 | 519 | | |
510 | 520 | | |
511 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
512 | 532 | | |
513 | 533 | | |
514 | 534 | | |
| |||
546 | 566 | | |
547 | 567 | | |
548 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
549 | 587 | | |
550 | 588 | | |
551 | 589 | | |
| |||
656 | 694 | | |
657 | 695 | | |
658 | 696 | | |
| 697 | + | |
659 | 698 | | |
660 | 699 | | |
661 | 700 | | |
| |||
696 | 735 | | |
697 | 736 | | |
698 | 737 | | |
| 738 | + | |
699 | 739 | | |
700 | 740 | | |
701 | 741 | | |
702 | 742 | | |
| 743 | + | |
| 744 | + | |
703 | 745 | | |
704 | 746 | | |
705 | 747 | | |
| |||
754 | 796 | | |
755 | 797 | | |
756 | 798 | | |
| 799 | + | |
757 | 800 | | |
758 | 801 | | |
759 | 802 | | |
760 | 803 | | |
761 | 804 | | |
762 | 805 | | |
763 | 806 | | |
| 807 | + | |
| 808 | + | |
764 | 809 | | |
765 | 810 | | |
766 | 811 | | |
| |||
841 | 886 | | |
842 | 887 | | |
843 | 888 | | |
| 889 | + | |
844 | 890 | | |
845 | 891 | | |
846 | 892 | | |
847 | 893 | | |
| 894 | + | |
| 895 | + | |
848 | 896 | | |
849 | 897 | | |
850 | 898 | | |
| |||
966 | 1014 | | |
967 | 1015 | | |
968 | 1016 | | |
| 1017 | + | |
969 | 1018 | | |
970 | 1019 | | |
971 | 1020 | | |
972 | 1021 | | |
| 1022 | + | |
| 1023 | + | |
973 | 1024 | | |
974 | 1025 | | |
975 | 1026 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments