darwincode 1.9.89

The open source terminal AI coding agent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod plan;
pub mod build;
pub mod settings;
pub mod exit;
pub mod models;
pub mod theme;
pub mod agents;
pub mod custom;
pub mod permissions;
pub mod resume;
pub mod clear;
pub mod new;
pub mod history;
pub mod undo;
pub mod shell;
pub mod help;
pub mod unknown;