docs: drop compatibility-guide changes from this PR

Leave that file on main; CLI version cards are updated at release time.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ajspig 2026-08-26 10:16:19 -04:00
parent d0e0189961
commit a163d5e6b2
1 changed files with 2 additions and 8 deletions

View File

@ -8,7 +8,7 @@ This guide helps you match the right SDK version to your Honcho API version. New
## Current Versions
<CardGroup cols={3}>
<CardGroup cols={2}>
<Card title="TypeScript SDK" icon="js">
**Latest:** v2.4.0
@ -23,15 +23,9 @@ This guide helps you match the right SDK version to your Honcho API version. New
pip install honcho-ai
```
</Card>
<Card title="CLI" icon="terminal">
**Latest:** v0.1.4
```bash
uv tool install honcho-cli
```
</Card>
</CardGroup>
## Version Compatibility Table
| Honcho API Version | TypeScript SDK | Python SDK |