ja 0.1.32

Archived OpenAI chat CLI wrapper; use maintained AI coding CLIs instead
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ja

`ja` is archived and no longer maintained.

This project was a small Rust CLI wrapper around Chat Completions-era OpenAI APIs. That
experimental shape is no longer useful enough to maintain now that more capable, actively
maintained AI coding tools exist.

Use one of these instead:

- [Codex CLI]https://developers.openai.com/codex/cli
- [Claude Code]https://docs.anthropic.com/en/docs/claude-code/overview
- [Gemini CLI]https://github.com/google-gemini/gemini-cli
- [aider]https://aider.chat/docs/
- [llm]https://llm.datasette.io/en/stable/

Existing `ja` releases remain available on crates.io for anyone who still depends on them, but no
new features or fixes are planned.