chore: Remove stale crates/goose-server and update docs#10224
Conversation
|
Documentation preview deployed: https://pr-10224.goose-pr-previews-poc.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: baa4600a79
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc2d049d30
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
michaelneale
left a comment
There was a problem hiding this comment.
So long and farewell goosed - you served us well. If this is problematic, shoudl there be a phase of it where it is deprecated and then removed in case any external parties depend on it for their distros?
I think for users who depend on crates/goose-server can still use the old version of goose. But we still recommend them to migrate to ACP server so that they can use our new features in the future versions. Also we can improve on our side with the ACP server path based on their feedback. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58c6606146
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,103 +0,0 @@ | |||
| [package] | |||
There was a problem hiding this comment.
Update Cargo.lock after removing the crate
Deleting this workspace package without committing the corresponding lockfile cleanup leaves Cargo.lock out of sync: I checked the CI workflow at .github/workflows/ci.yml:136 and it runs cargo check --workspace --locked --all-targets, while locally cargo check -p goose --tests --locked now fails immediately with the lock file ... needs to be updated. Commit the Cargo.lock diff that removes goose-server and its now-unused deps so locked CI can start.
Useful? React with 👍 / 👎.
* main: Update Rust toolchain and raise recursion limit (#10303) Switch the local inference provider MLX backend to use the safemlx crate (#10304) feat: askai bot hints for followups (#10291) feat(desktop): per-message usage stats UI (tokens, cost, TTFT, tok/s) (#10210) fix(server): return effective context limit from /model-info (#10165) fix(deps): gate rcgen aws_lc_rs feature behind rustls-tls (#10116)
Summary
Remove stale
crates/goose-serverand update docsTesting
CI and Manual
Note:
This PR removes the goose-server OpenAPI path, but leaves existing
utoipa::ToSchemaderives ingoose coreand related crates. Cleaning them up would make this PR much larger, so I will create another pr after this one is merged.