Commit 0332ddc
committed
Merge remote-tracking branch 'origin/main' into summon_extension
* origin/main: (55 commits)
test(mcp): add image tool test and consolidate MCP test fixtures (#7019)
fix: remove Option from model listing return types, propagate errors (#7074)
fix: lazy provider creation for goose acp (#7026) (#7066)
Smoke tests: split compaction test and use debug build (#6984)
fix(deps): trim bat to resolve RUSTSEC-2024-0320 (#7061)
feat: expose AGENT_SESSION_ID env var to extension child processes (#7072)
fix: add XML tool call parsing fallback for Qwen3-coder via Ollama (#6882)
Remove clippy too_many_lines lint and decompose long functions (#7064)
refactor: move disable_session_naming into AgentConfig (#7062)
Add global config switch to disable automatic session naming (#7052)
docs: add blog post - 8 Things You Didn't Know About Code Mode (#7059)
fix: ensure animated elements are visible when prefers-reduced-motion is enabled (#7047)
Show recommended model on failture (#7040)
feat(ui): add session content search via API (#7050)
docs: fix img url (#7053)
Desktop UI for deleting custom providers (#7042)
Add blog post: How I Used RPI to Build an OpenClaw Alternative (#7051)
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)
...
# Conflicts:
# scripts/test_subrecipes.shFile tree
239 files changed
+6426
-4807
lines changed- .github
- workflows
- clippy-baselines
- crates
- goose-acp
- src
- bin
- tests
- common_tests
- fixtures
- test_data
- goose-cli
- src
- commands
- scenario_tests
- recordings/openai
- session
- goose-mcp
- src
- developer
- analyze
- languages
- memory
- goose-server
- src
- routes
- goose-test-support
- examples
- src
- test_assets
- goose
- src
- agents
- config
- execution
- permission
- providers
- canonical
- declarative
- formats
- tests
- documentation
- blog
- 2026-02-06-8-things-you-didnt-know-about-code-mode
- 2026-02-06-rp-why-skill
- 2026-02-06-rpi-openclaw-alternative
- docs
- getting-started
- guides
- recipes
- mcp
- tutorials
- scripts
- ui/desktop
- src
- api
- components
- GooseSidebar
- Layout
- McpApps
- apps
- common
- conversation
- parameter
- recipes
- schedule
- sessions
- settings
- app
- chat
- config
- dictation
- extensions
- modal
- subcomponents
- keyboard
- models
- bottom_bar
- subcomponents
- mode
- permission
- providers
- modal
- subcomponents
- forms
- subcomponents
- utils
- reset_provider
- security
- ui
- styles
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
239 files changed
+6426
-4807
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 155 | | |
167 | 156 | | |
168 | 157 | | |
| |||
177 | 166 | | |
178 | 167 | | |
179 | 168 | | |
180 | | - | |
| 169 | + | |
181 | 170 | | |
182 | 171 | | |
183 | | - | |
| 172 | + | |
184 | 173 | | |
185 | 174 | | |
186 | 175 | | |
| |||
200 | 189 | | |
201 | 190 | | |
202 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments