Group of 3 Nothing to try yet
No documentation found
Headless cloud session create/attach now support a serveOnly option that reduces the active feature set
What
The headless cloud-session bootstrap path (used when running the CLI to create or attach to a session on Anthropic's cloud) now supports a serveOnly option:
- The create path calls a renamed
runHeadlessCloudCreatefunction and passes{ serveOnly: C.serveOnly }intorunHeadlessCloudAttach. - A new session-opener path with
entry: "attach"accepts theserveOnlyoption, and when set, swaps in a reduced feature set instead of the normal full feature set.
Why
This gives a way to attach to or create a headless cloud session with a minimal, serve-only feature set rather than the full normal feature set.
Names in the bundleserveOnly
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What surfaces this new attach/serveOnly session path to users, and what it's for, is not shown by the finding.