Commit Graph

749 Commits

Author SHA1 Message Date
Jarrod Sibbison 7f51e078a9 fix: Missing final structured output should provide guidance to model (#4654) 2025-09-17 07:53:35 +10:00
Jim Alateras e7a767528c Fix #4550: Correct row/column transposition in xlsx tool (#4622)
Signed-off-by: jalateras <jima@comware.com.au>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-15 14:03:51 -04:00
Alex Hancock 989c1bb1b0 fix: #4634 #4636 do not always encourage absolute paths (#4641) 2025-09-15 13:29:43 -04:00
tlongwell-block 0ccb57ba32 Soften str_replace instructions for weaker LLMs (#4639) 2025-09-15 11:24:17 -04:00
tlongwell-block 6970cd850c Add analyze tool to Developer extension (#4530)
Adds an analyze tool to the developer MCP extension that provides code structure analysis and symbol tracking capabilities across multiple programming languages.
2025-09-12 20:02:26 -04:00
Angie Jones c1c4dd5000 Fix gpt-5 input context limit (#4619) 2025-09-11 23:05:02 -05:00
Alex Hancock d63781a552 release/1.8.0 (#4577)
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2025-09-11 13:59:55 -04:00
Jack Amadeo c8020268f6 Run the conversation fixer over messages for recipe create (#4605) 2025-09-11 09:13:49 -04:00
David Katz 3f17f4007a Add Message Metadata for Visibility Control (#4538) 2025-09-10 17:26:16 -04:00
Angie Jones 63f3669cf7 Remove deprecated Claude 3.5 models (#4590) 2025-09-10 14:41:02 -05:00
Jarrod Sibbison 85fb6d8f23 feat: Import file contents from recipe 'file' input type parameter (#4558) 2025-09-10 21:13:56 +10: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
John Landa 9bb1bb530c feat: add streaming support to Tetrate Agent Router Service provider (#4477)
Signed-off-by: John Landa <jonathanlanda@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-09-10 10:27:25 +10:00
Jack Amadeo 2080425d9a fix: onboarding endpoints send token secret (#4575) 2025-09-09 13:43:46 -04:00
Abhijay Jain 0a4c60998f Fix : Google AI schema validation by adding missing array items fields (#4569)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2025-09-09 13:32:42 -04:00
tlongwell-block 4eff96f188 Add unified diff support to text editor (#4522)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-09-09 12:54:59 -04:00
Jack Amadeo 9f53d39b88 Use middleware to verify secret key (#4338) 2025-09-09 09:54:33 -04:00
tlongwell-block d4d9ceea4e Add container detection to developer extension (#4559) 2025-09-08 12:49:56 -04: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 b5749d6457 feat: make tests for rmcp based developer server consistent with former implementation (#4519)
Co-authored-by: Angela Ning <aning@squareup.com>
2025-09-04 15:23:45 -04: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
Dan Wuensch 627696a68a feat: Add configurable Bedrock retry parameters (#4316)
Signed-off-by: Dan Wuensch <dan.wuensch@ncino.com>
Co-authored-by: angiejones <jones.angie@gmail.com>
2025-09-04 09:26:29 -07:00
David Katz 422bb77c38 Fix databricks streaming errors (#4506) 2025-09-04 10:32:12 -04:00
Kyle 🐆 bce046607c fix: auto-compact on context limit error (#3635)
Signed-off-by: Kyle 🐆 <kyle@privkey.io>
2025-09-04 12:00:31 +10:00
Michael Neale 439d293cae feat: multi model and multi provider config and auto switching (#4035) 2025-09-04 11:24:14 +10:00
tlongwell-block 3897345ca6 Align Dynamic Task Interface with Recipe Interface (#4311) 2025-09-03 19:04:19 -04:00
Abhijay Jain 96d2b6fa92 feat: Add functionality to delete session in history list view (#4480)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-09-03 08:57:18 -07:00
Douwe Osinga d2195289cf Add session to agents (#4216)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
2025-09-03 10:31:24 -04:00
Michael Neale db94c5b7c3 fix: need to send errors to appropriate stream (#4491) 2025-09-03 10:27:09 -04:00
Max Novich f4e04694da fix double filtering (#4409) 2025-09-02 09:16:22 -07:00
Angela Ning 6807b6d0a3 Rewrite the developer mcp using the rmcp sdk (#4297) 2025-09-02 11:24:43 -04:00
Lifei Zhou ce69b396ce chore: move list recipes and archive recipe to goose server (#4422) 2025-09-01 11:28:28 +10:00
Angie Jones 980f994455 docs: autovisualiser extension (#4380) 2025-08-29 19:25:26 -05:00
0xJ0 3fda5c281b Fix (Ollama provider): Unsupported operation: streaming not implemented (#4303)
Signed-off-by: jovonni <jovonnipharr@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-29 09:47:23 +10:00
Zane 1fe9f0363e change databricks default to claude sonnet 4 (#4405) 2025-08-28 16:40:40 -07:00
Max Novich b78337dc30 Add metrics for recipe metadata in scheduler, UI, and CLI (#4399) 2025-08-28 16:18:47 -07:00
Max Novich 1d0c08b3d3 Enhance convert_path_with_tilde_expansion to handle Windows (#4390) 2025-08-28 14:32:39 -07:00
David Katz ef57f5062d Nest TODO State in session data (#4361)
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
2025-08-28 14:11:29 -04:00
David Katz 7879445c4b Fast model falls back to regular (#4375) 2025-08-28 10:56:16 -04:00
Douwe Osinga 861c6890bf Update windows instructions (#4333)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-28 08:35:58 -04:00
Shawn c0556c9830 feat: linux computer control for android (termux) (#3890)
Signed-off-by: Shawn Wang <shawn111@gmail.com>
2025-08-28 16:03:47 +10:00
Zane 1014d9e519 Fix eleven labs audio transcription and added more logging (#4358) 2025-08-27 12:53:05 -07:00
Alex Rosenzweig 02753e8f03 feat: initial implementation of extension malware check (#4272)
Signed-off-by: Alex Rosenzweig <arosenzweig@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

tested it a few ways, surgical change.
2025-08-27 15:27:17 +10: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
Shodipo Ayomide 674acb4d02 fix: url path trailing slash for custom-providers (#4345)
Signed-off-by: developerayo <shodipovi@gmail.com>
2025-08-26 16:25:49 -04:00
Michael Neale 3fb6ddf94a no streaming for ollama and re-arrange cards (#4335) 2025-08-26 17:45:08 +10:00
Lifei Zhou 298fb9091a Enable load nested hint files (#4002) 2025-08-26 10:51:35 +10:00