Hide advanced recipe options under expandable content#6021
Merged
Conversation
michaelneale
reviewed
Dec 9, 2025
| </> | ||
| )} | ||
| {sessionId && ( | ||
| {sessionId && messages.length > 0 && ( |
Collaborator
There was a problem hiding this comment.
oh - what would this do before?
Collaborator
Author
There was a problem hiding this comment.
It would show an empty recipe if you clicked it with no recipes.
I ended up pushing this change separately for the upcoming release but it wasn't a live bug in a current release, was on main from a previous refactor to move the recipe icon in the bottom bar.
Contributor
|
This pull request has been automatically marked as stale because it has not had recent activity for 23 days. What happens next?
Thank you for your contribution! 🚀 |
michaelneale
approved these changes
Jan 2, 2026
zanesq
added a commit
that referenced
this pull request
Jan 7, 2026
* 'main' of github.com:block/goose: Claude 3.7 is out. we had some harcoded stuff (#6197) Release 1.19.0 chore: upgrade to node v24 as engine (#6361) chore(deps): bump rsa from 0.9.9 to 0.9.10 (#6358) Bump rust toolchain to 1.92 (current stable) (#6356) Hide advanced recipe options under expandable content (#6021) fix: use .config/agents (plural) for skills directory (#6357) fix: prevent KaTeX from treating underscores as subscripts in plain text (#6242) fix: make goose review PRs more like goose contributors do (#6240) fix : preserve provider engine type when editing custom providers (#6106) feat(providers): add retry for model fetching (#6347) allow goose issue solver to react to activation comments (#6239)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Visually simplify the recipe form by hiding the advanced options under expandable content
Expands automatically if there are advanced values when editing a recipe.
Also fixed a minor bug where the recipe icon in bottom bar was showing in an empty chat with no messages and improved the text a bit to not have ellipsis everywhere.
Added a link to the recipe docs also.