Skip to content

Conversation

@zanesq
Copy link
Collaborator

@zanesq zanesq commented Jul 8, 2025

UI update with sidebar settings tabs

image

Based on @nahiyankhan branch

nahiyankhan and others added 30 commits June 20, 2025 21:27
* 'main' of github.com:block/goose:
  feat: Add environment variables to override model context limits (#3260)
  chore(release): release version 1.0.34 (#3285)
  fix(devcontainer): install protoc to fix build (#3267)
  Enabling npx command to install on Windows Desktop (#3283)
  Fix: Allow native Cmd+Up/Down cursor movement when user has typed text (#3246)
  chore(release): release version 1.0.33 (#3284)
  fix Windows Env Vars (#3282)

# Conflicts:
#	ui/desktop/src/components/ChatInput.tsx
* 'main' of github.com:block/goose:
  chore(release): release version 1.0.35 (#3292)
  docs: enhanced code editing topic (#3287)
  fix cu (#3291)

# Conflicts:
#	ui/desktop/openapi.json
fix background colors in permission modal and dictation setting spacing
…update

* 'zane/ui-update' of github.com:block/goose:
  Round of fixes for ui update release (#3300)

# Conflicts:
#	ui/desktop/src/components/settings/permission/PermissionModal.tsx
#	ui/desktop/src/components/settings/permission/PermissionSetting.tsx
* 'main' of github.com:block/goose:
  docs: move topics to tutorials section (#3297)
  site analytics (#3293)
@The-Best-Codes
Copy link
Collaborator

I have like 20 emails from @zanesq's commits today, LOL. Zane is the GOAT 🔥

+1 to Michael's comment. I did make a PR on top of this PR which addresses the "a lot of whitespace" issue he brought up. See #3410

zanesq and others added 5 commits July 14, 2025 18:28
* origin/zane/ui-update:
  add logic to better handle negative value in session counts
  fix response style not changing and reflecting in chat view
  fix text alignment in permissions model rules items
  change configure approve mode in chat to open tool permissions dialog in a modal
  hide Avg. chat length until we can fix the issues
  remove console log for GOOSE_PREDEFINED_MODELS and already on valid route
  actually fix extensions not reflecting in list after being added
  Revert "fix newly added extensions not added to the list"
  fix newly added extensions not added to the list
@michaelneale
Copy link
Collaborator

so I don't think we can solve this as part of this PR but it did confuse me:

Recipes:
image

Scheduled recipes:
image

the yaml used in the second is the recipe format, the former is not the same format but this makes it more confusing if you try (like I did) to combine. Not sure of solution to this (other than unifying - the former recipes are for GUI and latter for autonomous actions - using the goose run recipe format?)

caroline-a-mckenzie and others added 14 commits July 15, 2025 11:14
…ding and added search view to session history
…update

* 'zane/ui-update' of github.com:block/goose:
  fix session resume when tool call cancelled crashing app
  Remove duplicate CTA within empty Scheduler section (#3411)
  fix overflow issues and some more Linux tweaks for UI PR (#3410)
* 'main' of github.com:block/goose:
  fix: Set include_usage=true for OpenAI streaming (#3441)
  feat: `recipe list` (#2814) (#2815)
  docs: update github mcp config (#3433)
  feat: Implement streaming for OpenAI (#3413)
  fix: improve extension startup error messages with command details (#2694)
  [feat]: improve file search tools to add globsearch / grep tools (#3368)
  docs: typo in guide description (#3429)
  fix: use safe_truncate to truncate charactor (#3263) (#3264)
  fix: convert invalid recipe variable name to raw content (#3420)
  center goose mobile screenshot (#3418)
  docs: model context limit overrides (#3377)
  docs: Subagents (#3402)
  fix: avoid pass encoded empty string to goose run --recipe (#3361)
  ux: alphabetize extensions (#3416)
  fix: message concatenation in server session management (#3412)
  refactor: streamline memory directory management (#3345)
  feat: Add AZURE_OPENAI_API_KEY as a visible config parameter (#3265)
  feat: stream LLM responses (#2677)

# Conflicts:
#	crates/goose/src/session/storage.rs
#	ui/desktop/src/components/ChatView.tsx
#	ui/desktop/src/components/settings/extensions/subcomponents/ExtensionList.tsx
* 'main' of github.com:block/goose:
  chore(release): release version 1.0.36 (#3436)
  [goose-llm] fix image content bug, add optional request_id field (#3439)

# Conflicts:
#	ui/desktop/package-lock.json
#	ui/desktop/package.json
@zanesq zanesq merged commit 77ea27f into main Jul 16, 2025
19 checks passed
@zanesq zanesq deleted the zane/ui-update branch July 16, 2025 00:24
lifeizhou-ap added a commit that referenced this pull request Jul 16, 2025
* main: (54 commits)
  UI update with sidebar and settings tabs (#3288)
  docs: add CLIStreamExtensionInstructions component (#3443)
  chore(release): release version 1.0.36 (#3436)
  [goose-llm] fix image content bug, add optional request_id field (#3439)
  fix: Set include_usage=true for OpenAI streaming (#3441)
  feat: `recipe list` (#2814) (#2815)
  docs: update github mcp config (#3433)
  feat: Implement streaming for OpenAI (#3413)
  fix: improve extension startup error messages with command details (#2694)
  [feat]: improve file search tools to add globsearch / grep tools (#3368)
  docs: typo in guide description (#3429)
  fix: use safe_truncate to truncate charactor (#3263) (#3264)
  fix: convert invalid recipe variable name to raw content (#3420)
  center goose mobile screenshot (#3418)
  docs: model context limit overrides (#3377)
  docs: Subagents (#3402)
  fix: avoid pass encoded empty string to goose run --recipe (#3361)
  ux: alphabetize extensions (#3416)
  fix: message concatenation in server session management (#3412)
  refactor: streamline memory directory management (#3345)
  ...
lifeizhou-ap added a commit that referenced this pull request Jul 16, 2025
* main:
  UI update with sidebar and settings tabs (#3288)
  docs: add CLIStreamExtensionInstructions component (#3443)
  chore(release): release version 1.0.36 (#3436)
  [goose-llm] fix image content bug, add optional request_id field (#3439)
  fix: Set include_usage=true for OpenAI streaming (#3441)
  feat: `recipe list` (#2814) (#2815)
  docs: update github mcp config (#3433)
  feat: Implement streaming for OpenAI (#3413)
  fix: improve extension startup error messages with command details (#2694)
  [feat]: improve file search tools to add globsearch / grep tools (#3368)
  docs: typo in guide description (#3429)
  fix: use safe_truncate to truncate charactor (#3263) (#3264)
s-soroosh pushed a commit to s-soroosh/goose that referenced this pull request Jul 18, 2025
Co-authored-by: Nahiyan Khan <[email protected]>
Co-authored-by: Taylor Ho <[email protected]>
Co-authored-by: Lily Delalande <[email protected]>
Co-authored-by: Spence <[email protected]>
Co-authored-by: spencrmartin <[email protected]>
Co-authored-by: Judson Stephenson <[email protected]>
Co-authored-by: Max Novich <[email protected]>
Co-authored-by: Best Codes <[email protected]>
Co-authored-by: caroline-a-mckenzie <[email protected]>
Co-authored-by: Michael Neale <[email protected]>
Signed-off-by: Soroosh <[email protected]>
kwsantiago pushed a commit to kwsantiago/goose that referenced this pull request Jul 19, 2025
Co-authored-by: Nahiyan Khan <[email protected]>
Co-authored-by: Taylor Ho <[email protected]>
Co-authored-by: Lily Delalande <[email protected]>
Co-authored-by: Spence <[email protected]>
Co-authored-by: spencrmartin <[email protected]>
Co-authored-by: Judson Stephenson <[email protected]>
Co-authored-by: Max Novich <[email protected]>
Co-authored-by: Best Codes <[email protected]>
Co-authored-by: caroline-a-mckenzie <[email protected]>
Co-authored-by: Michael Neale <[email protected]>
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
Co-authored-by: Nahiyan Khan <[email protected]>
Co-authored-by: Taylor Ho <[email protected]>
Co-authored-by: Lily Delalande <[email protected]>
Co-authored-by: Spence <[email protected]>
Co-authored-by: spencrmartin <[email protected]>
Co-authored-by: Judson Stephenson <[email protected]>
Co-authored-by: Max Novich <[email protected]>
Co-authored-by: Best Codes <[email protected]>
Co-authored-by: caroline-a-mckenzie <[email protected]>
Co-authored-by: Michael Neale <[email protected]>
atarantino pushed a commit to atarantino/goose that referenced this pull request Aug 5, 2025
Co-authored-by: Nahiyan Khan <[email protected]>
Co-authored-by: Taylor Ho <[email protected]>
Co-authored-by: Lily Delalande <[email protected]>
Co-authored-by: Spence <[email protected]>
Co-authored-by: spencrmartin <[email protected]>
Co-authored-by: Judson Stephenson <[email protected]>
Co-authored-by: Max Novich <[email protected]>
Co-authored-by: Best Codes <[email protected]>
Co-authored-by: caroline-a-mckenzie <[email protected]>
Co-authored-by: Michael Neale <[email protected]>
Signed-off-by: Adam Tarantino <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.