mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 10:56:13 +00:00
* feat(gateway): add generic sessions.catalog surface with plugin SDK registration seam
* feat(agents): support one-shot forked CLI session resume with successor rebinding
* feat(anthropic): adopt local Claude CLI sessions into native chats via catalog continue
* feat(codex): register the session catalog provider independently of supervision
* refactor(ui): delete the retired custom Claude/Codex session tab views
* feat(ui): render external session catalogs as native sidebar sessions and chat panes
* docs: describe the unified native session catalog
* fix: harden forked CLI resume and catalog transcript mapping after review
* fix: satisfy strict typecheck for catalog source guard and imported message cast
* chore(i18n): regenerate session catalog locales
* fix(codex): simplify session source guard type
* fix(ui): paginate sidebar session catalogs
* chore(i18n): refresh catalog metadata after main merge
* fix(ui): harden session catalog pagination refresh
* test(agents): use sqlite session accessor in fork tests
* fix(ci): refresh session catalog generated surfaces
* fix(ui): align session catalog locales
* fix: address session catalog review findings
* fix(sessions): roll back failed plugin catalog adoption
* test(sessions): preserve CLI binding literals
* fix(ui): restore native session pagination label
* docs: note external session catalogs
* Revert "docs: note external session catalogs"
This reverts commit cfb503f160.
32 lines
756 B
Markdown
32 lines
756 B
Markdown
---
|
|
summary: "Anthropic models, Claude CLI, and native Claude session catalog."
|
|
read_when:
|
|
- You are installing, configuring, or auditing the anthropic plugin
|
|
title: "Anthropic plugin"
|
|
---
|
|
|
|
# Anthropic plugin
|
|
|
|
Anthropic models, Claude CLI, and native Claude session catalog.
|
|
|
|
## Distribution
|
|
|
|
- Package: `@openclaw/anthropic-provider`
|
|
- Install route: included in OpenClaw
|
|
|
|
## Surface
|
|
|
|
providers: anthropic; contracts: mediaUnderstandingProviders, usageProviders
|
|
|
|
<!-- openclaw-plugin-reference:manual-start -->
|
|
|
|
node commands: anthropic.claude.sessions.list.v1,
|
|
anthropic.claude.sessions.read.v1; contracts: mediaUnderstandingProviders,
|
|
usageProviders
|
|
|
|
<!-- openclaw-plugin-reference:manual-end -->
|
|
|
|
## Related docs
|
|
|
|
- [anthropic](/providers/anthropic)
|