Skip to content

Conversation

@michaelneale
Copy link
Collaborator

This was due to a circular react dependency

fixes: #2848

@michaelneale michaelneale merged commit 265ee02 into main Jun 12, 2025
13 checks passed
@michaelneale michaelneale deleted the micn/hotfix-cpu-renderer branch June 12, 2025 09:22
opdich added a commit to opdich/goose that referenced this pull request Jun 12, 2025
* upstream/main:
  Docs: Fix readme (block#2880)
  fix: CPU hogging GUI (block#2877)
  feat/fix: don't stop cli starting if MCPs don't load (block#2860)
  fix invalid context length for claude models (block#2872)
  dynamic port selection for temporal (block#2865)
  Docs: Session Export via CLI (block#2867)
  Docs: Adding Snowflake as a Provider (block#2868)
  [goose-llm] update example to add toolResult status error (block#2854)
  fix: cap the repeat time when display usage (block#2864)
useEffect(() => {
setChat({ ...chat, messages });
}, [messages, setChat, chat]);
// @ts-expect-error - TypeScript being overly strict about the return type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use // eslint-disable-next-line react-hooks/exhaustive-deps we use it in other places.. seems like we should just remove this linting requirement as it seems to causes issues more often than not

lifeizhou-ap added a commit that referenced this pull request Jun 13, 2025
* main: (26 commits)
  docs: update Snowflake link and description verbiage (#2882)
  Fixed typos and wording for endpoint info for ollama (#2861)
  Docs: Unlist blog post called What's in my goosehints file (#2891)
  Docs: Fix Nav Bar and wrong command in docs (#2889)
  fix the claude model name (#2890)
  disable temporal by default (#2886)
  feat(desktop): Add auto-update functionality to Goose desktop app (#2852)
  docs: add goose web command (#2856)
  Docs: Schedule recipes with the CLI (#2881)
  Docs: Fix readme (#2880)
  fix: CPU hogging GUI (#2877)
  feat/fix: don't stop cli starting if MCPs don't load (#2860)
  fix invalid context length for claude models (#2872)
  dynamic port selection for temporal (#2865)
  Docs: Session Export via CLI (#2867)
  Docs: Adding Snowflake as a Provider (#2868)
  [goose-llm] update example to add toolResult status error (#2854)
  fix: cap the repeat time when display usage (#2864)
  Docs: Goose now respects gitignore files (#2858)
  docs: add CLI token usage (#2857)
  ...
laanak08 added a commit that referenced this pull request Jun 16, 2025
…ch-datasets

# By Wendy Tang (7) and others
# Via GitHub (1) and Wendy Tang (1)
* wtang/generalize_vector_search:
  add llm strategy
  redundant disk cleanup
  clean up more disk space
  docs: add goose web command (#2856)
  Docs: Schedule recipes with the CLI (#2881)
  Docs: Fix readme (#2880)
  fix: CPU hogging GUI (#2877)
  feat/fix: don't stop cli starting if MCPs don't load (#2860)
  fix invalid context length for claude models (#2872)
  dynamic port selection for temporal (#2865)
  Docs: Session Export via CLI (#2867)
  Docs: Adding Snowflake as a Provider (#2868)
  Llm
  fmt
  [goose-llm] update example to add toolResult status error (#2854)
  fmt
  llm tool selector
  fix: cap the repeat time when display usage (#2864)
  Docs: Goose now respects gitignore files (#2858)

# Conflicts:
#	crates/goose-cli/src/commands/bench.rs
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 pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
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.

Goose is a energy hog on mac

4 participants