docs: update links to exchange to the new location#108
Merged
lifeizhou-ap merged 3 commits intoaaif-goose:mainfrom Oct 3, 2024
Merged
docs: update links to exchange to the new location#108lifeizhou-ap merged 3 commits intoaaif-goose:mainfrom
lifeizhou-ap merged 3 commits intoaaif-goose:mainfrom
Conversation
lifeizhou-ap
approved these changes
Oct 3, 2024
lifeizhou-ap
added a commit
that referenced
this pull request
Oct 4, 2024
* main: fix: exit the goose and show the error message when provider environment variable is not set (#103) fix: Update OpenAI pricing per https://openai.com/api/pricing/ (#110) fix: update developer tool prompts to use plan task status to match allowable statuses update_plan tool call (#107) fix: removed the panel in the output so that the user won't have unnecessary pane borders in the copied content (#109) docs: update links to exchange to the new location (#108) chore: setup workspace for exchange (#105)
lily-de
pushed a commit
that referenced
this pull request
Oct 7, 2024
lukealvoeiro
added a commit
that referenced
this pull request
Oct 9, 2024
* main: (41 commits) chore: Add goose providers list command (#116) docs: working ollama for desktop (#125) docs: format and clean up warnings/errors (#120) docs: update deploy workflow (#124) feat: Implement a goose run command (#121) feat: saved api_key to keychain for user (#104) docs: add callout plugin (#119) chore: add a page to docs for Goose application examples (#117) fix: exit the goose and show the error message when provider environment variable is not set (#103) fix: Update OpenAI pricing per https://openai.com/api/pricing/ (#110) fix: update developer tool prompts to use plan task status to match allowable statuses update_plan tool call (#107) fix: removed the panel in the output so that the user won't have unnecessary pane borders in the copied content (#109) docs: update links to exchange to the new location (#108) chore: setup workspace for exchange (#105) fix: resolve uvx when using a git client or IDE (#98) ci: add include-markdown for mkdocs (#100) chore: fix broken badge on readme (#102) feat: add global optional user goosehints file (#73) docs: update docs (#99) chore(release): release 0.9.3 (#97) ...
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
jamadeo
pushed a commit
that referenced
this pull request
Apr 13, 2026
* feat: lazy session creation and draft content persistence Prevent blank "New Chat" entries from accumulating in the sidebar by deferring backend session creation until the first message is sent. Unsent input text is now preserved across navigation for all chats (new, existing, and home screen) via a debounced draft system backed by localStorage. * fix: skip backend call when setting title on a just-promoted draft The title update fired before ensure_session created the backend record, causing a swallowed console error. Pass localOnly to updateSession so the title is only persisted locally until the backend session exists. * test: add E2E tests for draft persistence and session lifecycle Covers home-screen draft survival across navigation, project-scoped draft reuse, empty-draft cleanup, and sidebar filtering. Extends the Tauri mock with session and project handlers so draft flows can run without the real backend. * fix: shorten ChatView constants to stay under 500-line limit * fix: sync draft metadata to backend and flush draft on unmount After ensure_session creates the backend record, push the draft's local metadata (title, projectId, providerId, personaId) so it survives a loadSessions refresh. On ChatInput unmount, flush the pending debounced draft value instead of dropping it, preventing draft loss on fast navigation.
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.
Update old square links to within the new goose location