CodeWhale — ИИ-агент для кода в терминале

★ 40.8K

CodeWhale is an open-source terminal tool that turns the command line into a working environment with a coding AI agent. It suits people who live in the terminal and would rather not switch to an editor: you state the task as text in the console, the agent reads the project, makes edits and shows the result in place. Written in Rust, it starts fast and carries no heavy runtime — noticeable on weaker machines and on remote servers over SSH. It fits edits to an existing project, working through unfamiliar code, and routine operations such as renames and dependency bumps. Like any agent with file access it wants a version-controlled project so changes can be rolled back.