| Crates.io | tenx |
| lib.rs | tenx |
| version | 0.0.3 |
| created_at | 2024-12-09 23:23:38.361912+00 |
| updated_at | 2024-12-17 23:08:37.560851+00 |
| description | An AI-assisted coding tool |
| homepage | |
| repository | https://github.com/cortesi/tenx |
| max_upload_size | |
| id | 1477891 |
| size | 162,609 |
A sharp command-line tool for AI-assisted coding.
cargo install tenx
📘 Tenx Manual
AI-assisted code editing and generation.
Session-based workflow for organized development.
Preflight checks to ensure the project is consistent before prompting.
Post-patch checks with automated model feedback and retry on failure.
Undo, retry and re-edit steps in the session.
Built on libtenx, a Rust library for building AI-assisted coding tools.
Built with an uncompromsing focus on expert developers.
Rigorous benchmarks to track the performance of our system prompt and interaction protocol against all current models.
Supports all practically useful models.
The first relese of tenx is a minimal viable product. The next steps are:
Improved sessions and session management
System prompt customization
More models (Gemini)
Git commit dialect to generate commit messages
Imrovements to our prompts and dialects, driven by benchmarks
Neovim plugin based on libtenx