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:
parent
d0e0189961
commit
a163d5e6b2
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue