Skip to content

Commit 3b27c02

Browse files
Fix Ona table row wrapping in coding agents table
Markdown tables require single-line rows. The multi-line Ona row was rendering as three separate broken rows. Co-authored-by: Ona <no-reply@ona.com>
1 parent 4123642 commit 3b27c02

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/content/chapters/01-agentic-landscape.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ patterns.
149149
### Coding agents in production
150150
| Agent | Deployment Model | Notable Capability |
151151
| --- | --- | --- |
152-
| [**Ona**](https://ona.com) | Cloud (sandboxed environments) | Autonomous end-to-end: plans, codes, builds, tests, opens PRs. Each
153-
agent gets an isolated ephemeral environment. Fleet-scale parallelism
154-
for migrations. Runs in your VPC. |
152+
| [**Ona**](https://ona.com) | Cloud (sandboxed environments) | Autonomous end-to-end: plans, codes, builds, tests, opens PRs. Each agent gets an isolated ephemeral environment. Fleet-scale parallelism for migrations. Runs in your VPC. |
155153
| [**Claude Code**](https://docs.anthropic.com/en/docs/claude-code) | CLI + IDE | Full codebase reasoning, multi-file edits |
156154
| [**OpenAI Codex**](https://openai.com/index/introducing-codex/) | Cloud-based | Parallel task execution, sandboxed |
157155
| [**Cursor**](https://cursor.com) | IDE-integrated | Real-time code generation, tab completion |

0 commit comments

Comments
 (0)