a3s 0.10.0

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
Documentation
1
2
3
4
5
6
7
8
mod catalog;
mod controller;
mod git;
mod module;
mod picker;
mod service;

pub(super) use module::WorkspaceModule;