Skip to content

chore: Remove stale crates/goose-server and update docs#10224

Merged
lifeizhou-ap merged 10 commits into
mainfrom
lifei/remove-goose-server
Jul 7, 2026
Merged

chore: Remove stale crates/goose-server and update docs#10224
lifeizhou-ap merged 10 commits into
mainfrom
lifei/remove-goose-server

Conversation

@lifeizhou-ap

@lifeizhou-ap lifeizhou-ap commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Remove stale crates/goose-server and update docs

Testing

CI and Manual

Note:

This PR removes the goose-server OpenAPI path, but leaves existing utoipa::ToSchema derives in goose core and related crates. Cleaning them up would make this PR much larger, so I will create another pr after this one is merged.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Documentation preview deployed: https://pr-10224.goose-pr-previews-poc.pages.dev

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment thread ui/desktop/README.md Outdated
Comment thread documentation/automation/recipe-schema-tracking/scripts/extract-schema.sh Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment thread CUSTOM_DISTROS.md
@lifeizhou-ap lifeizhou-ap changed the title Lifei/remove goose server chore: Remove stale crates/goose-server and update docs Jul 3, 2026

@michaelneale michaelneale left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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?

@lifeizhou-ap

lifeizhou-ap commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator Author

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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 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)
@lifeizhou-ap lifeizhou-ap added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit 6d69936 Jul 7, 2026
26 checks passed
@lifeizhou-ap lifeizhou-ap deleted the lifei/remove-goose-server branch July 7, 2026 23:56
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.

3 participants