Skip to content

Commit f13805e

Browse files
committed
new bench
1 parent 59dccc4 commit f13805e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A purely Rust-based AI CLI coding agent with a beautiful terminal UI for interac
2323
- **Multiple Model Support** - Works w/ the same models.dev support.
2424
- **Command System** - Intuitive commands: `/sessions`, `/new`, `/connect`, `/models`, `/exit` + custom commands.
2525
- **Session Management** - Create and manage multiple chat sessions
26-
- **Streaming Responses** - Real-time streaming of AI responses (w/ [aisdk.rs](https://aisdk.rs))
26+
- **Streaming Responses** - Real-time streaming of AI responses + websockets using OpenAI.
2727

2828
## Installation
2929

@@ -118,9 +118,9 @@ Like any benchmark, please take this with a grain of salt. I have a cherry-picke
118118

119119
| Agent | Score | Checks | Avg time | Est. tokens | Est. cost |
120120
| ----------- | ----: | -----: | -------: | ----------: | --------: |
121-
| 🦀 crabcode | 100% | 19/19 | 21.3s | 2851 | $0.0103 |
122-
| 🔲 opencode | 100% | 19/19 | 24.2s | 3837 | $0.0201 |
123-
| ⚛️ codex | 100% | 19/19 | 24.9s | 56172 | $0.5435 |
121+
| 🦀 crabcode | 100% | 19/19 | 29.8s | 2768 | $0.0094 |
122+
| 🔲 opencode | 100% | 19/19 | 34.9s | 4612 | $0.0279 |
123+
| ⚛️ codex | 100% | 19/19 | 33.7s | 36888 | $0.3506 |
124124

125125
## Contributing
126126

npm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A purely Rust-based AI CLI coding agent with a beautiful terminal UI for interac
2323
- **Multiple Model Support** - Works w/ the same models.dev support.
2424
- **Command System** - Intuitive commands: `/sessions`, `/new`, `/connect`, `/models`, `/exit` + custom commands.
2525
- **Session Management** - Create and manage multiple chat sessions
26-
- **Streaming Responses** - Real-time streaming of AI responses (w/ [aisdk.rs](https://aisdk.rs))
26+
- **Streaming Responses** - Real-time streaming of AI responses + websockets using OpenAI.
2727

2828
## Installation
2929

@@ -118,9 +118,9 @@ Like any benchmark, please take this with a grain of salt. I have a cherry-picke
118118

119119
| Agent | Score | Checks | Avg time | Est. tokens | Est. cost |
120120
| ----------- | ----: | -----: | -------: | ----------: | --------: |
121-
| 🦀 crabcode | 100% | 19/19 | 21.3s | 2851 | $0.0103 |
122-
| 🔲 opencode | 100% | 19/19 | 24.2s | 3837 | $0.0201 |
123-
| ⚛️ codex | 100% | 19/19 | 24.9s | 56172 | $0.5435 |
121+
| 🦀 crabcode | 100% | 19/19 | 29.8s | 2768 | $0.0094 |
122+
| 🔲 opencode | 100% | 19/19 | 34.9s | 4612 | $0.0279 |
123+
| ⚛️ codex | 100% | 19/19 | 33.7s | 36888 | $0.3506 |
124124

125125
## Contributing
126126

0 commit comments

Comments
 (0)