Tyler Longwell
ae4433aa31
openapi.json
2025-11-25 12:13:31 -05:00
Tyler Longwell
44c949491a
fix: remove unused MessageContent import in agent.rs
2025-11-25 12:01:26 -05:00
tlongwell-block
ac8c307d03
Merge branch 'main' into simple_subagents
2025-11-25 11:52:48 -05:00
Tyler Longwell
abc8633286
better tool description
2025-11-25 11:03:54 -05:00
Zane
e1ab27e554
Move recipe actions to bottom bar icon and edit goosehints to settings ( #5864 )
2025-11-25 08:55:43 -07:00
Tyler Longwell
36e182376d
cleaner param handling
2025-11-25 10:21:18 -05:00
Ebony Louis
bc2138ac70
[docs] Add “Building a Social Media Agent” Blog Post ( #5844 )
2025-11-25 10:09:50 -05:00
Tyler Longwell
8c8acd1c69
cleanup, goose self test update, more verbose persona prompts
2025-11-25 10:03:19 -05:00
Alex Hancock
bb54aa5881
deps: upgrade rmcp to 0.9.1 ( #5860 )
2025-11-25 09:36:33 -05:00
Michael Neale
89aa38ceb2
chore: suggest using text/markdown when fetching content ( #5854 )
2025-11-25 09:35:01 -05:00
Douwe Osinga
07ece7d5a7
Revert "fix: do not load active extensions when no extensions in the recipe" ( #5871 )
...
Signed-off-by: Douwe Osinga <douwe@squareup.com >
Signed-off-by: Sam Osborn <samosborn@squareup.com >
Co-authored-by: Douwe Osinga <douwe@squareup.com >
Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com >
Co-authored-by: Sam Osborn <108367660+sam-at-block@users.noreply.github.com >
Co-authored-by: Michael Neale <michael.neale@gmail.com >
I don't understand why I get the DCO warnings
2025-11-25 12:04:54 +01:00
Michael Neale
08d0a7cb20
goose remote access ( #5251 )
2025-11-25 14:54:34 +11:00
Sam Osborn
f56cb8764e
docs: add DataHub MCP server extension documentation ( #5769 )
...
Signed-off-by: Sam Osborn <samosborn@squareup.com >
2025-11-24 14:38:30 -08:00
Tyler Longwell
f092378909
fix prompt rendering
2025-11-24 15:50:19 -05:00
Tyler Longwell
203fc20a4e
working prompt overrides
2025-11-24 14:23:37 -05:00
dianed-square
e7eb18b67a
docs: lowercase goose in remaining topics ( #5861 )
2025-11-24 11:05:41 -08:00
Tyler Longwell
5352ed84d0
fmt
2025-11-24 13:25:58 -05:00
Tyler Longwell
88b98eaa8d
Fix: Subagent tool can execute existing tasks by ID
...
The `subagent` tool now accepts an optional `task_id` parameter.
If a `task_id` is provided, the tool will execute the existing task
from the `TasksManager` instead of creating a new one. This resolves
a regression where tasks created by file-based sub-recipes were
orphaned and could not be executed.
- Added `task_id: Option<String>` to `SubagentParams`.
- Updated `create_subagent_tool` documentation.
- Modified `impl TryFrom<SubagentParams> for Recipe` to allow partial
recipe creation if `task_id` is present, providing a dummy instruction
if needed to satisfy the builder.
- Updated `run_subagent_tool` to prioritize execution of existing tasks
by `task_id` if provided, otherwise proceeds with new task creation.
- Added `subagent_tool_test.rs` to verify new functionality.
2025-11-24 13:24:02 -05:00
dianed-square
b357e99b30
docs: lowercase goose in getting-started and guides topics ( #5857 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 10:17:22 -08:00
Douwe Osinga
3e9d9c7b2c
Fix multi tool calling ( #5855 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-24 16:59:46 +01:00
Alex Hancock
c82a0dd8fc
fix( #5626 #5832 ): handle multiple content chunks & images better ( #5839 )
...
Co-authored-by: Pradeepta Dash <pradeepta@exceeds.ai >
2025-11-24 10:52:01 -05:00
Tyler Longwell
b046fbb5b7
strong typing
2025-11-24 10:41:03 -05:00
Michael Neale
4cc95d4202
chore: some old code hanging around, and mention configure cli ( #5822 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 09:46:37 -05:00
Abhijay Jain
34908226ae
feat : add support for math / science symbology via katex ( #5773 )
...
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-11-24 07:23:47 -07:00
Abhijay Jain
9a22ffe769
feat : add ability to see error message in toast ( #5851 )
...
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com >
2025-11-24 12:30:21 +01:00
Michael Neale
6421522acc
feat: implement SKILLS.md - claude compatibility. ( #5760 )
2025-11-24 14:21:57 +11:00
Michael Neale
6537253a2f
urgent: github broke runners for macos ( #5853 )
...
urgent need for runner failure
2025-11-24 12:42:14 +11:00
Bradley Axen
0ff54ceec3
[fix] generic check for gemini compat ( #5842 )
2025-11-24 11:51:00 +11:00
Douwe Osinga
aba3d2980b
Add scheduler to diagnostics ( #5849 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-24 11:05:31 +11:00
Douwe Osinga
e566f1ed65
Cors and token ( #5850 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-24 10:58:54 +11:00
Zane
8f9f6391ba
fix sessions coming back with empty messages ( #5841 )
2025-11-22 11:13:26 -07:00
Emma Youndtsmith
043e4a741e
markdown export from URL ( #5830 )
...
* Add Markdown export of any doc page by appending `.md` to the URL
* New "View as Markdown" dropdown menu from the "copy page" button
2025-11-21 15:37:41 -06:00
Zane
d54a06afda
Next camp refactor live ( #5706 )
2025-11-21 14:10:34 -07:00
David Katz
c1c772b267
Add out of context compaction test via error proxy ( #5805 )
2025-11-21 14:51:01 -05:00
Vaibhav Maheshwari
0354d9ede4
fix: Add backward compatibility for conversationCompacted message type ( #5819 )
...
Signed-off-by: Vaibhav Maheshwari <vaibhav.dkm@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 12:00:16 -05:00
tlongwell-block
7b787f926b
Add /agent/stop endpoint, make max active agents configurable ( #5826 )
2025-11-21 09:24:19 -05:00
Douwe Osinga
0f8d9a7878
Handle 404s ( #5791 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-20 21:58:59 +01:00
Will Pfleger
682e315be8
Persist provider name and model config in the session ( #5419 )
2025-11-20 15:55:32 -05:00
Douwe Osinga
f4724cbf23
Comment out the flaky mcp callers ( #5827 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-20 21:21:38 +01:00
Douwe Osinga
bdf68bb4f5
Slash commands ( #5718 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-20 21:14:15 +01:00
Michael Neale
6e511d1e8a
fix: remove setx calls to not permanently edit the windows shell PATH ( #5821 )
2025-11-20 19:35:03 +01:00
David Katz
c9e9af52c6
fix: Parse maas models for gcp vertex provider ( #5816 )
2025-11-20 10:51:36 -05:00
Salvatore Testa
cfdf01567d
fix: support Gemini 3's thought signatures ( #5806 )
...
Signed-off-by: Salvatore Testa <sal@withpersona.com >
2025-11-20 16:28:27 +11:00
Tyler Longwell
6dfa7d65e7
remove old tests
2025-11-19 16:23:09 -05:00
Tyler Longwell
2a9d1ff0ac
comments
2025-11-19 16:02:49 -05:00
Tyler Longwell
e220f1a9e2
recipe cleanup
2025-11-19 15:46:59 -05:00
Tyler Longwell
2c6c990161
fmt
2025-11-19 15:31:59 -05:00
Tyler Longwell
42338606b2
Initial work on subagent simplification
2025-11-19 15:31:06 -05:00
taniandjerry
5f3a31dcbf
chore: Add Adrian Cole to Maintainers ( #5815 )
...
Co-authored-by: Tania Chakraborty <tchakraborty@block.xyz >
2025-11-19 13:20:18 -05:00
Andrew Harvard
9d5d8c07a0
[MCP-UI] Proxy and Better Message Handling ( #5487 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Alex Hancock <alexhancock@block.xyz >
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com >
2025-11-19 10:57:00 -07:00