Merged
Conversation
Contributor
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details: |
* v1.0: feat: MCP client sdk (#505)
lifeizhou-ap
commented
Dec 20, 2024
| # Step 2: Set up Rust toolchain | ||
| # This will install the specified target as per matrix | ||
| - name: Set up Rust toolchain | ||
| uses: actions-rust-lang/setup-rust-toolchain@v1 |
Collaborator
Author
There was a problem hiding this comment.
The toolchain actions-rust-lang/setup-rust-toolchain@v1 does not with cross. Not sure why.
We can use hermit in the future to set up the rust so that we have consistent environment locally and the build environment
michaelneale
approved these changes
Jan 2, 2025
Collaborator
michaelneale
left a comment
There was a problem hiding this comment.
huge effort, appreciate your persistence!
michaelneale
added a commit
that referenced
this pull request
Jan 3, 2025
michaelneale
added a commit
that referenced
this pull request
Jan 6, 2025
* v1.0: (43 commits) feat: openrouter provider (#538) [ui] chore: tidy up gui providers (#537) [ui]: Polish and system theme fix (#533) [ui]: General ui polish to more closely match designs (#532) Latency issue fix with prepare_inference (#535) chore: use cross to build binaries (#507) feat: a system for non developers to augment developer system (#524) fix: Broken open directory and new session buttons in more menu (#520) refactor: move get_usage to provider trait (#506) fix: Make stop button more obvious (#516) fix: Enhance Dark mode menu dots visibility (#517) working on automating release of .zip and binaries and having them on each PR as well (#509) conditionally load memory system in goose server (#508) Adds 'instructions' field to InitializeResult (#511) feat: MCP client sdk (#505) Update cli-release.yml feat: added groq provider (#494) fix: use rust tls (#500) fix: Ldelalande/fix scroll (#504) feat: MCP server sdk (simple version first) (#499) ...
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.
I have tested all the generated binaries. Testing instructions are also documented in the doc I created in this PR
Link to generated binaries: https://github.com/block/goose/releases/tag/v_lifei.0.13 (I will clean this up later on)