-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hotfix: update system config payloads #642
Conversation
we had a small rename on the rust side that this captures Also used the new terminology for the ts methods and cleaned them up a bit. Still will need to rename systems to extensions later through the rust code
export const addMCPSystem = async (url: string) => { | ||
console.log("adding MCP from URL", url); | ||
// Extend Goosed from a goose://extension URL | ||
export const extendGoosedFromUrl = async (url: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe should be openFromGoosedLink
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't make a new window though right? just adds a new extension to the existing agent in place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true - yes you are right
.bundle |
/bundle-desktop |
LGTM but unfcomfortable merging without the desktop ci back in place |
* v1.0: see if we can do a faster desktop ci (#643)
yeah this works - nice |
Co-authored-by: Mic Neale <[email protected]>
we had a small rename on the rust side that this captures Also used the new terminology for the ts methods and cleaned them up a bit. Still will need to rename systems to extensions later through the rust code