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
securifera added a commit to securifera/goose that referenced this pull request Jul 28, 2026
Merges 86 upstream commits (v1.40.0 -> v1.41.0), stopping deliberately at
6d69936^ -- the commit immediately before upstream deleted the entire
crates/goose-server crate ("chore: Remove stale crates/goose-server", aaif-goose#10224).

That crate builds the goosed binary and serves the five REST endpoints
Reverge's goose_bot.py depends on (/agent/start, /agent/stop,
/agent/update_from_session, /config/upsert, /reply). Upstream replaced it
with an ACP server over HTTP/WS (`goose serve`), which is a different
protocol -- adopting it requires porting the Reverge client, so it is left
for a separate decision.

Fork features preserved:
  - de-branded prompts (system.md, subagent_system.md, tiny_model_system.md)
  - mcp_only mode (Settings flag + AppState plumbing + both route checks)
  - goosed-entrypoint.sh

Conflict resolution: state.rs -- upstream removed the local-inference
inference_runtime field where our settings field lives. Took upstream's
removal, kept our field.

Verified: no upstream changes to any route Reverge calls across all 86
commits; ExtensionConfig and the streamable_http serde tag unchanged.
cargo check --package goose-server passes clean (0 errors, 0 warnings)
under toolchain 1.96.1.

Note: this merge raises the required toolchain from 1.92 to 1.96.1.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ccgauvin94 added a commit to ccgauvin94/goose that referenced this pull request Jul 28, 2026
The cron scheduler lives in a OnceCell that only gets initialized by
create_agent(), so a headless `goose serve` never runs scheduled jobs
until the first ACP client connects. `goose acp` already initializes it
at startup (run() creates the agent immediately), and the old REST
goosed built its scheduler at boot. Serve lost eagerness in the acp
migration: aaif-goose#9951 added the OnceCell as a bridge with a TODO to make
AcpServer own the scheduler, then aaif-goose#10224 removed the eager injection
path.

Initialize it in handle_serve_command after argument and auth
validation. On failure, warn and fall back to the existing lazy path
(the OnceCell stays empty, so the next create_agent retries as before).

Verified with an every-minute schedule under an isolated GOOSE_PATH_ROOT
and no client ever connecting: 0 fires before, fires every minute after
("Cron task triggered" in the state log, last_run persisted).
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