Jack Amadeo
Jack Amadeo
The Helmet component injects a new for the page when the jupyter component renders. I'm guessing it's not the intention to take over the page title of a notebook. Signed-off-by:...
I tend to hit enter on a REPL to see that it's alive (maybe that's just me?). It seems correct to do nothing if there's no content typed here by...
Before, the session wasn't mocked correctly. The tests might still pass if the real Session instantiates correctly, but if (like me) you had a global config that pointed to a...
Only databricks provider to start, but should not be hard to do this for others that support streaming. https://github.com/user-attachments/assets/6fa08fc9-38cb-4b68-a336-7093d2614650
This lets you set paths in your config to be appended to a PATH variable when Goose runs things. For now just extensions but perhaps we use this for other...
This might need some work in rmcp
This automates release branching using PRs. It uses github actions to create PRs that, on merge, create release tags. It also includes a check on these PRs so that, when...
This changes the provider settings modals to: - show optional config parameters in a default-hidden section - don't resubmit values the user doesn't change - show a masked version of...
The big changes here are better binary resolution using the search paths from your config plus some common npm paths, and better handling of provider setups when we can't actually...