Added CMD+T keyboard shortcut that takes you to the Home tab#4541
Merged
zanesq merged 1 commit intoblock:mainfrom Sep 30, 2025
Merged
Added CMD+T keyboard shortcut that takes you to the Home tab#4541zanesq merged 1 commit intoblock:mainfrom
zanesq merged 1 commit intoblock:mainfrom
Conversation
Signed-off-by: Guillaume Simard <[email protected]>
ae007b4 to
840b68d
Compare
Collaborator
Collaborator
|
We have a failing test in main right now but should be resolved soon and then you'll be able to rebase. I'm good with this change as I've tested it out and it feels natural. We can also see if @zanesq has a preference tomorrow as he's working on a new UX for multi-conversation. |
Contributor
Author
|
Thanks for looking at this Pr @alexhancock |
zanesq
approved these changes
Sep 30, 2025
Contributor
zanesq
left a comment
There was a problem hiding this comment.
Seems ok to me, we'll have home still after multi chat also so this will continue to work.
1 task
wpfleger96
added a commit
to wpfleger96/goose
that referenced
this pull request
Oct 1, 2025
* main: (206 commits) Tiny: fix github casing (block#4903) remove anyOf from create_task tool (block#4897) chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (block#4442) fix optional recipe schema zod validation (block#4900) Added CMD+T keyboard shortcut that takes you to the Home tab (block#4541) feat(cli): add `path` & `limit` to `session list` command (block#4878) Allow better concurrent access (block#4896) fix: Windows prompt cursor positioning issue with ANSI escape sequences (block#4464) Fix: LiteLLM API key field not showing in UI configuration (block#4105) fix: path is duplicated on tool calls causing them to fail (block#4658) (block#4859) add new prompt to get all available tutorials (block#4802) Add filtering for agentVisible: false messages on streaming providers (block#4847) alexhancock/mcp-crate-cleanup (block#4885) docs: rename sub-recipe to subrecipe (block#4886) docs: new multi-model section with autopilot topic (block#4864) make agent manager singleton (block#4880) Cli web auth token (block#4456) fix(token_counter): fix panic with GitHub Copilot (block#4632) Revert "Internal MCP Crate Cleanup (block#4800)" (block#4883) remove 2 redundant comments and one that lies (block#4866) ...
HikaruEgashira
pushed a commit
to HikaruEgashira/goose
that referenced
this pull request
Oct 3, 2025
) Signed-off-by: Guillaume Simard <[email protected]> Signed-off-by: HikaruEgashira <[email protected]>
This was referenced Oct 8, 2025
Closed
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.
Pull Request Description
A new CMD/CTRL + T keyboard shortcut was added to Goose. This takes you to the Home page, allowing you to start a new chat.
Addresses #4535