Skip to content

Conversation

@lily-de
Copy link
Contributor

@lily-de lily-de commented Mar 16, 2025

Need to merge #1711 first

@lily-de lily-de force-pushed the ldelalande/start-extensions-on-add branch 2 times, most recently from 4e88fcf to ed719be Compare March 17, 2025 15:50
docs: Add Filesystem Short Video to Tutorial (#1723)

separate args and command

get rid of args

add delete button

make scrollable and fix bottom button spacing

add button

form validation

allow esc key + click background to close modal; update providers modal

fix providers modal

add padding to add button

add button

styling

move standalone functions to utils

update the import

tweaks

add some update agent functionality

Delete ui/desktop/src/agent/extensions.tsx

add shim

improve load experience
@lily-de lily-de force-pushed the ldelalande/start-extensions-on-add branch from ed719be to e3c085e Compare March 17, 2025 16:14
…nsions-on-add

* origin/main:
  ui: new extensions modal (#1711)
  docs: Add Filesystem Short Video to Tutorial (#1723)
  fix: update the mcp client protocol version to 2024-11-05 (#1690)
@lily-de lily-de marked this pull request as ready for review March 17, 2025 16:22
Copy link
Contributor

@matthewdiamant matthewdiamant left a comment

Choose a reason for hiding this comment

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

Looks great! 👍
There's a lot of console.log statements still, do we need all of them?


// extensionUpdate = an extension was newly added or updated so we should attempt to add it

export const useAgent = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this file also be called useAgent.tsx instead of UpdateAgent?

const [isUpdating, setIsUpdating] = useState(false);

// whenever we change the model, we must call this
const initializeAgent = async (provider: string, model: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Maybe we should call this restartAgent? initializeAgent is currently also what the function in utils.tsx is called.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think i will refactor a bit so will just leave like this for now :D

will get rid of log statements then too

@lily-de lily-de merged commit ca91e84 into main Mar 17, 2025
6 checks passed
@lily-de lily-de deleted the ldelalande/start-extensions-on-add branch March 17, 2025 16:55
michaelneale added a commit that referenced this pull request Mar 18, 2025
* main:
  chore(release): release version 1.0.15 (#1749)
  docs: goosing around: langfuse blog (#1746)
  feat: update the deny call response (#1741)
  feat: refactor register eval (#1713)
  fix: Goose UI fix typos (#1744)
  feat(google_drive): comment read (#1732)
  feat: build cli workflow  (#1697)
  fix: fix initial model configuration in cli when using toolshim (#1720)
  feat: add basic support for aws bedrock to desktop app (#1271)
  feat(google_drive): add image resizing logic from developer, and use Content::Image (#1735)
  Standardize Radio Button input (#1701)
  ui: tweaks to settings v2 (#1731)
  feat(google_drive): set read/write scope on all commands to use the same token (#1707)
  refactor: clean up log usage (#1704)
  docs: fix docusaurus sidebar limit (#1722)
  docs: Add Session List To CLI Commands Guide (#1729)
  ui: start extensions on add (#1714)
  ui: new extensions modal (#1711)
  docs: Add Filesystem Short Video to Tutorial (#1723)
  fix: update the mcp client protocol version to 2024-11-05 (#1690)
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
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.

4 participants