tact 0.0.1

Terminal interface for AI coding agents
Documentation
1
2
3
4
5
6
//! Terminal interface for AI coding agents.
//!
//! This initial release reserves the crate name while the first functional release is prepared.

/// The placeholder release version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");