Commit Graph

313 Commits

Author SHA1 Message Date
Lifei Zhou 1396d315e5 Applied server side call to parse and save recipe (#5022) 2025-10-09 15:45:46 +11:00
Douwe Osinga d3a222ddbf Make it startable from playwright and also isolate (#5016)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-10-06 20:59:26 -04:00
Kevin Everly 202fea5ed8 Add new subcommand for opening recipes in desktop app (#4970) 2025-10-06 13:06:42 -04:00
Lifei Zhou 0df1e0704b chore: Used common function to list recipes in local machine (#4974) 2025-10-06 13:16:50 +11:00
Zane f4d79404ee Create / edit recipe form unification and improvements (#4693) 2025-10-05 09:00:59 -07:00
Will Pfleger a59fbab69c Persist dynamic extension config so we can resume recipe sessions w/ extensions (#4331) 2025-10-04 17:17:12 -04:00
Douwe Osinga 96ded37e15 Platform extensions sketch (#4868)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-10-03 13:45:37 -04:00
Sam Osborn 73e35c15ab feat(cli): add GOOSE_DEBUG environment variable support (#4825)
Signed-off-by: Sam Osborn <samosborn@squareup.com>
2025-10-03 13:30:58 -04:00
Rodolfo Olivieri bfc7d89f89 Allow empty API Key when registering custom provider (#4977)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2025-10-03 09:08:36 -04:00
Will Pfleger 52e4308564 Using --resume with --name should still accept session IDs (#4937)
thank you!
2025-10-01 22:18:46 -04:00
Angela Ning f2bf927011 CLI: dont show logs to user (#4902) 2025-09-30 22:21:33 -04:00
Jack Amadeo a77d13aa88 rmcp upgrade (#4792) 2025-09-30 21:03:50 -04:00
Robert Mcgregor 114a3b31cb feat(cli): add path & limit to session list command (#4878) 2025-09-30 10:12:15 -04:00
Matt Donovan af40917b2d fix: Windows prompt cursor positioning issue with ANSI escape sequences (#4464)
Signed-off-by: Matt Donovan <mattddonovan@protonmail.com>
Co-authored-by: Matt Donovan <mattddonovan@protonmail.com>
2025-09-30 08:58:11 -04:00
Alex Hancock cb0eca9966 alexhancock/mcp-crate-cleanup (#4885) 2025-09-29 17:00:17 -04:00
Evan Feenstra 41d32c04b1 Cli web auth token (#4456)
Signed-off-by: Evanfeenstra <evanfeenstra@gmail.com>
2025-09-29 16:05:17 -04:00
Alex Hancock b9ba8dca29 Revert "Internal MCP Crate Cleanup (#4800)" (#4883) 2025-09-29 14:21:30 -04:00
Alex Hancock 146cf3185a Internal MCP Crate Cleanup (#4800) 2025-09-29 10:39:43 -04:00
Jim Alateras 3844209b78 Fix #4612: Return non-zero exit code when CLI session ends with error (#4621)
Signed-off-by: jalateras <jima@comware.com.au>
2025-09-29 10:08:31 -04:00
Angie Jones 2032c7099c lowercase g in goose (#4832) 2025-09-26 23:44:38 -05:00
Jack Amadeo 4af47fee09 fix: delete some flaky and not-useful tests (#4861) 2025-09-26 16:46:10 -04:00
Douwe Osinga dc292883b7 Session manager (#4648)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-09-26 14:56:45 -04:00
Jack Amadeo 757ceb6109 chore: turn clippy on for test code (#4817) 2025-09-26 00:06:07 -04:00
Owen Mehegan d28eb1bbb0 Add elapsed time to the CLI output. (#4609)
Signed-off-by: Owen Mehegan <owen@buildkite.com>
2025-09-24 18:02:55 -04:00
Alex Hancock 7a704f86d0 Remove now unused mcp-server crate (#4773) 2025-09-24 10:36:09 -04:00
Alex Hancock dba0f4eaef chore(mcp): convert computercontroller server to use the rust sdk (#4772) 2025-09-24 10:03:00 -04:00
David Katz 179ee01e93 Compact session automatically for streaming providers on Context Length Exceeded (#4565) 2025-09-22 17:24:50 -04:00
Dhanji R. Prasanna c36b9b59b4 Offer to summarize or clear conversation when it has gotten too long … (#4688) 2025-09-22 14:32:59 -04:00
Alex Hancock d39109ef8f feat(acp): add nicer formatting for tool names (#4686) 2025-09-20 09:38:06 -04:00
Alex Hancock 88dd9cbeea feat(acp): upgrade agent-client-protocol + improve tool experience (#4683) 2025-09-19 21:07:14 -04:00
Jarrod Sibbison c0cc100454 fix: Don't count recipe explain or render as recipe usage (#4678) 2025-09-19 15:03:51 +10:00
Alex Hancock 4caa3dd3e6 chore(mcp): convert memory mcp server to use the rust sdk for mcp (#4668) 2025-09-17 17:17:16 -04:00
Alex Hancock 1cbce45dc6 chore(mcp): convert tutorial mcp server to use the rust sdk for mcp (#4665) 2025-09-17 15:53:07 -04:00
Alex Hancock af376be6eb chore(mcp): convert autovisualiser to use the rust sdk for mcp (#4664) 2025-09-17 15:10:46 -04:00
Angie Jones 63f3669cf7 Remove deprecated Claude 3.5 models (#4590) 2025-09-10 14:41:02 -05:00
Jack Amadeo aa86e14d61 fix: don't redact tool calls (#4589) 2025-09-10 11:10:27 +10:00
dorien-koelemeijer 916ba902dc Prompt injection detection (simplified - only pattern matching) (#4237)
Signed-off-by: Dorien Koelemeijer <dkoelemeijer@squareup.com>

merging as looks good, lets keep an eye on it.
2025-09-10 10:41:30 +10:00
Jack Amadeo a2bd9e2af0 feat(acp): Read files (#4531) 2025-09-05 13:29:14 -04:00
Max Novich 195f389972 update to RMCP 0.6.2 (#4523) 2025-09-05 09:54:10 -04:00
Michael Neale c55ee2c26f feat: Agent Client Protocol implementation of goose (#4511) 2025-09-05 11:49:26 +10:00
Alex Hancock 9da33504d1 worlds simplest logging to see where things are blocked (#3888)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-09-04 13:51:02 -04:00
David Katz 422bb77c38 Fix databricks streaming errors (#4506) 2025-09-04 10:32:12 -04:00
tlongwell-block 3897345ca6 Align Dynamic Task Interface with Recipe Interface (#4311) 2025-09-03 19:04:19 -04:00
Michael Neale db94c5b7c3 fix: need to send errors to appropriate stream (#4491) 2025-09-03 10:27:09 -04:00
Angela Ning 6807b6d0a3 Rewrite the developer mcp using the rmcp sdk (#4297) 2025-09-02 11:24:43 -04:00
Angie Jones 980f994455 docs: autovisualiser extension (#4380) 2025-08-29 19:25:26 -05:00
Max Novich b78337dc30 Add metrics for recipe metadata in scheduler, UI, and CLI (#4399) 2025-08-28 16:18:47 -07:00
Alex Hancock a4fc5ec4f1 Goose Simple Compact UX (#4202)
Co-authored-by: David Katz <dkatz@squareup.com>
2025-08-26 18:12:02 -04:00
Michael Neale 3e1557b925 feat: autovisualiser of structured data with mcp-ui (#4153) 2025-08-25 10:42:11 +10:00
David Katz 5898cb422b Read oltp config from config and env (#4292) 2025-08-22 15:54:36 -04:00