You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aider chat](https://aider.chat/)| Coding agent CLI tool that allows you to interact with an AI directly from your terminal. It helps with code generation, modification, and understanding through a chat interface. |
52
-
|[Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview)| Coding agent Claude Code (Research Preview) is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands. |
53
-
|[Kwaak](https://github.com/bosun-ai/kwaak)| Coding agent Kwaak enables you to run a team of autonomous AI agents right from your terminal, in parallel. You interact with Kwaak in a chat-like terminal interface. |
54
-
|[RA.Aid](https://www.ra-aid.ai/)| A standalone coding agent built on LangGraph's agent-based task execution framework. The tool provides an intelligent assistant that can help with research, planning, and implementation of multi-step development tasks. |
55
-
|[CodeBuff](https://www.codebuff.com/)| AI that understands your entire codebase. Run in your terminal or IDE. Can run terminal commands, create and edit files, and more. $49 per month |
56
-
|[MyCoder.ai](https://mycoder.ai/)| AI-powered coding companion that understands, codes, builds, tests, experiments and learns to achieves your goals. Leverages Anthropic's Claude API for intelligent decision making |
57
-
|[plandex](https://plandex.ai/)| An open source, terminal-based AI coding engine. Designed for real-world tasks that span many files. |
58
-
|[Amazon Q CLI](https://aws.amazon.com/blogs/devops/introducing-the-enhanced-command-line-interface-in-amazon-q-developer/?trk=a59f8d3f-589a-44bf-8569-17c313bd4e50&sc_channel=el)| The enhanced CLI agent, powered by Anthropic's Claude 3.7 Sonnet, is available on Amazon Q Developer Free, and Pro tiers |
|[aider chat](https://aider.chat/)| Coding agent CLI tool that allows you to interact with an AI directly from your terminal. It helps with code generation, modification, and understanding through a chat interface. |
52
+
|[Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview)| Coding agent Claude Code (Research Preview) is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands. |
53
+
|[OpenAI Codex](https://github.com/openai/codex)| Lightweight open-source coding agent from OpenAI that runs in terminal. Zero setup — just OpenAI API key and it works. Full auto-approval, while safe + secure by running network-disabled and directory-sandboxed. Multimodal — pass in screenshots or diagrams to implement features. |
54
+
|[Kwaak](https://github.com/bosun-ai/kwaak)| Coding agent Kwaak enables you to run a team of autonomous AI agents right from your terminal, in parallel. You interact with Kwaak in a chat-like terminal interface. |
55
+
|[RA.Aid](https://www.ra-aid.ai/)| A standalone coding agent built on LangGraph's agent-based task execution framework. The tool provides an intelligent assistant that can help with research, planning, and implementation of multi-step development tasks. |
56
+
|[CodeBuff](https://www.codebuff.com/)| AI that understands your entire codebase. Run in your terminal or IDE. Can run terminal commands, create and edit files, and more. $49 per month |
57
+
|[MyCoder.ai](https://mycoder.ai/)| AI-powered coding companion that understands, codes, builds, tests, experiments and learns to achieves your goals. Leverages Anthropic's Claude API for intelligent decision making |
58
+
|[plandex](https://plandex.ai/)| An open source, terminal-based AI coding engine. Designed for real-world tasks that span many files. |
59
+
|[Amazon Q CLI](https://aws.amazon.com/blogs/devops/introducing-the-enhanced-command-line-interface-in-amazon-q-developer/?trk=a59f8d3f-589a-44bf-8569-17c313bd4e50&sc_channel=el)| The enhanced CLI agent, powered by Anthropic's Claude 3.7 Sonnet, is available on Amazon Q Developer Free, and Pro tiers |
OpenAI finally responded to Claude Code and released their version of an agent for programming that works through the terminal and can create and edit code files. The project is open source.
4
+
5
+
*Also, like Claude Code, it officially supports only macOS and Linux. Windows support is available through WSL.*
6
+
7
+
They named it **Codex**, which may now be confusing, as one of the first models for programming ([from 2021](https://openai.com/index/openai-codex/)), on which GitHub Copilot started working, had the same name.
8
+
9
+
It is installed simply as a global package `npm install -g @openai/codex`. There are three `Approval Modes` - by default, it's **Suggest** (read-only), but it can also be set to editing and full auto (with command execution in the terminal).
Announced along with the thinking models **o3** and **o4-mini**, which were finally given the ability to use tools. By default, Codex uses o4-mini, but you can specify any model available in the Responses API.
16
+
17
+
All file operations and command executions occur locally - the request, context, and diff summaries are sent to the model on the server for generation.
OpenAI нарешті відповіли й компанії Claude - випустили свій варіант агента для програмування, який працює через термінал та може створювати-редагувати файли коду. Проект open source.
4
+
5
+
*Також як й Claude Code офіційно підтримує тільки macOS та Linux. Підтримка Windows через WSL.*
6
+
7
+
Назвали його **Codex** й це може тепер заплутувати, так як одна з перших моделей для програмування ([2021 рік](https://openai.com/index/openai-codex/)), на якій починав працювати Github Copilot мала саме цю назву.
8
+
9
+
Встановлюється просто як глобальний пакет `npm install -g @openai/codex`. Є три `Режими схвалення` - за замовчування це підказки (тільки на читання), але можна й на редагування й на повне авто (з виконанням команд у терміналі).
Анонсували разом з thiking-моделями o3 and **o4-mini**, яким нарешті дали можливість використовувати інструменти. За замовчуванням Codex використовує o4-mini, але можна вказати будь-яку модель, доступну в Responses API.
16
+
17
+
Всі операції з файлами та виконання команд відбуваються локально - запит, контекст та diff summaries відправляються моделі на сервер для генерації.
0 commit comments