David Katz
2db115b46d
Use gemini flash for summarization on open router ( #4290 )
2025-09-24 17:58:57 -04:00
Robert Mcgregor
bde47eb85d
feat(shell): throw errors on interactive commands ( #4788 )
2025-09-25 07:17:12 +10:00
tlongwell-block
9d40422e2d
feat: AgentManager - foundation for unified execution ( #4389 ) ( #4684 )
2025-09-24 16:15:26 -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
Jack Amadeo
44115a67ce
Don't load user's shell env on app startup ( #4681 )
...
Co-authored-by: Michael Neale <michael.neale@gmail.com >
2025-09-23 20:38:07 -04:00
Michael Neale
d9e5ceaa49
fix: view can recognise a dir ( #4701 )
2025-09-23 08:58:28 -04:00
Dhanji R. Prasanna
ac61217730
goosed standalone works with providers ( #4698 )
...
Co-authored-by: Michael Neale <michael.neale@gmail.com >
2025-09-23 16:22:53 +10:00
David Katz
179ee01e93
Compact session automatically for streaming providers on Context Length Exceeded ( #4565 )
2025-09-22 17:24:50 -04:00
Angela Ning
8198e1b043
When the developer extension gets a cancellation message, it should kill any running processes that it owns. ( #4604 )
2025-09-22 17:19:03 -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
d203932eb6
fix: Only metric a recipe run from ui on the first /reply call ( #4679 )
2025-09-19 15:05:10 +10: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
2a69ba1fa6
fix(compaction): try to catch more context limit exceeded errors and compact ( #4656 )
2025-09-17 17:23:19 -04: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
github-actions[bot]
40f2b06f7e
test: add test coverage for RepetitionInspector::check_tool_call ( #4666 )
...
Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com >
2025-09-17 15:46:39 -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
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