document how to run from source#3
Merged
michaelneale merged 6 commits intomainfrom Aug 25, 2024
Merged
Conversation
elenazherdeva
approved these changes
Aug 24, 2024
lilydelalande
pushed a commit
that referenced
this pull request
Oct 7, 2024
* document how to run from source and uv lock * correct install name * Update CONTRIBUTING.md * Delete uv.lock * Update CONTRIBUTING.md * nit
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
* document how to run from source and uv lock * correct install name * Update CONTRIBUTING.md * Delete uv.lock * Update CONTRIBUTING.md * nit
Kvadratni
added a commit
that referenced
this pull request
Jun 30, 2025
Kvadratni
added a commit
that referenced
this pull request
Jun 30, 2025
jsibbison-square
added a commit
that referenced
this pull request
Jul 1, 2025
…ructured-output * origin/main: (22 commits) feat(desktop): Prioritize suffix when truncating path in header (#3110) chore(release): release version 1.0.31 (#3185) feat: additional sub recipes via command line (#3163) Add Internal Recipes To Recipes Cookbook (#3179) pipe the argument to storage (#3184) docs: removing comment (#3183) docs: add generator option to create recipe (#3182) update the path for temporal (#3131) docs: add link to Square MCP (#3181) attempt to fix build #3 (#3180) attempt fix folde permissions for windows build (#3178) attempt to fix windows cli permission issue (#3177) allow to use dev/null for no-session mode (#3176) feat: change naming of recipe creation in more menu links (#3175) Docs: Add Recipe video to landing page (#3173) Docs: Create new directory when starting new session (#3174) fixes cron parsing issues (#3172) fix: handle Windows package subdirectory in CLI installation script (#3171) fixed the npx/uvx content (#3170) Mark helper scripts as executable (#3169) ...
atarantino
pushed a commit
to atarantino/goose
that referenced
this pull request
Jul 14, 2025
Signed-off-by: Adam Tarantino <tarantino.adam@gmail.com>
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
cbruyndoncx
referenced
this pull request
in cbruyndoncx/goose
Jul 20, 2025
pedronveloso
added a commit
to pedronveloso/goose
that referenced
this pull request
Jul 28, 2025
* main: (22 commits) add playwright-mcp server to extensions list (aaif-goose#3010) Add `/extension` path for extension installation (aaif-goose#3011) feat(desktop): Prioritize suffix when truncating path in header (aaif-goose#3110) chore(release): release version 1.0.31 (aaif-goose#3185) feat: additional sub recipes via command line (aaif-goose#3163) Add Internal Recipes To Recipes Cookbook (aaif-goose#3179) pipe the argument to storage (aaif-goose#3184) docs: removing comment (aaif-goose#3183) docs: add generator option to create recipe (aaif-goose#3182) update the path for temporal (aaif-goose#3131) docs: add link to Square MCP (aaif-goose#3181) attempt to fix build aaif-goose#3 (aaif-goose#3180) attempt fix folde permissions for windows build (aaif-goose#3178) attempt to fix windows cli permission issue (aaif-goose#3177) allow to use dev/null for no-session mode (aaif-goose#3176) feat: change naming of recipe creation in more menu links (aaif-goose#3175) Docs: Add Recipe video to landing page (aaif-goose#3173) Docs: Create new directory when starting new session (aaif-goose#3174) fixes cron parsing issues (aaif-goose#3172) fix: handle Windows package subdirectory in CLI installation script (aaif-goose#3171) ...
arul-cc
added a commit
to arul-cc/goose
that referenced
this pull request
Nov 17, 2025
adding missed hashmap import used for custom header
nkuhn-vmw
pushed a commit
to nkuhn-vmw/goose
that referenced
this pull request
Feb 10, 2026
Implement a first-class provider for Tanzu AI Services, enabling enterprise-managed LLM access through Cloud Foundry service bindings with an OpenAI-compatible API. - Add TanzuAIServicesProvider using OpenAiCompatibleProvider - Support single-model and multi-model credential formats - Support VCAP_SERVICES auto-detection for Cloud Foundry - Implement config_url model discovery and capability filtering - Register as Builtin provider in init.rs - Add 14 unit tests and 10 integration tests (wiremock) - Update providers.md documentation Closes aaif-goose#1, aaif-goose#2, aaif-goose#3, aaif-goose#4, aaif-goose#5, aaif-goose#6, aaif-goose#7, aaif-goose#8, aaif-goose#12, aaif-goose#16 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tlongwell-block
added a commit
that referenced
this pull request
Feb 20, 2026
Replace the tui-textarea dependency (via madsmao fork) with ratatui-textarea from the official ratatui org's fork. The upstream ratatui/ratatui-textarea main branch only supports ratatui 0.29, which conflicts with bat's unicode-width ^0.2.1 requirement. Using dotdash's PR #3 branch (pinned to commit sha) which adds ratatui 0.30 support via the split ratatui sub-crates. Changes: - Remove workspace [patch.crates-io] for tui-textarea - Switch goose-tui dep from tui-textarea to ratatui-textarea - Update all imports from tui_textarea to ratatui_textarea Ref: ratatui/ratatui-textarea#3
craigwalkeruk
added a commit
to craigwalkeruk/custom-goose
that referenced
this pull request
Feb 25, 2026
…n/research/prototypes/storybook-connect/vite-6.4.1 Bump vite from 6.3.5 to 6.4.1 in /research/prototypes/storybook-connect
jamadeo
pushed a commit
that referenced
this pull request
Apr 13, 2026
* feat: port floating sidebar from goose2.0 - Rewrite Sidebar.tsx with floating panel design (backdrop blur, rounded corners, shadow) - Smooth collapse/expand animation (48px ↔ 240px) with staggered label transitions - Search bar morphs between icon-only and full bar with ⌘K badge - Nav items with staggered fade-in animation delays - Collapsible recent chats section - User avatar footer as settings trigger - GooseIcon SVG in header (replaces emoji) - Update AppShell layout: sidebar wrapped in padding div for floating effect - Add ⌘B keyboard shortcut for sidebar toggle - All color tokens mapped to goose2 design system * fix: add missing GooseIcon and GooseLogo files * fix: remove duplicate sidebar toggle, fix traffic lights on blur - Remove PanelLeft sidebar toggle from TabBar (sidebar has its own toggle) - Add solid background behind macOS traffic light area so window controls remain visible when the window loses focus - Clean up unused onSidebarToggle prop from TabBar/AppShell * fix: make TabBar fully opaque so macOS traffic lights stay visible on blur The previous fix added a solid background div behind the traffic light area, but it rendered within the semi-transparent parent context (bg-background/80 backdrop-blur-sm). The OS compositor still saw transparency and hid the traffic lights on window blur. Simply making the TabBar background fully opaque fixes this properly. * fix: clean up nav items, subtle ⌘K badge, remove backdrop-blur for traffic lights - Nav items: keep only New Chat, Agents, Skills (removed Tasks, Artifacts, Apps) - ⌘K badge: lighter text color (foreground-secondary/40), no background - Sidebar: remove backdrop-blur-xl and make bg fully opaque — fixes macOS traffic lights disappearing on window blur * fix: improve sidebar border contrast in dark mode In dark mode, border-primary (#3f434b) and background-secondary (#3f434b) are identical, making sidebar dividers and the search border invisible. Switched all internal sidebar borders/dividers to border-secondary (#525b68) which provides clear contrast against the sidebar background in both themes. * fix: align dark mode palette with goose2.0 Updated dark mode color tokens to match goose2.0's much darker palette: - background-primary: #22252a → #0d0d0d (near black, was too light) - background-secondary: #3f434b → #141414 (sidebar, card-like) - background-tertiary: #474e57 → #262626 (muted surfaces) - Borders, text, and ring colors adjusted accordingly - This also fixes the dark mode border visibility issue since border-primary (#262626) is now distinct from background-secondary (#141414) * fix: revert custom traffic light code, rely on Tauri's built-in trafficLightPosition The custom Rust code that called setHidden:NO on focus events was interfering with Tauri's native traffic light positioning, causing them to shift down. Removed the custom code entirely — Tauri's trafficLightPosition config in tauri.conf.json handles positioning correctly on its own.
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.
This was lost in migration somewhere