appctl 0.11.0

CLI: sync OpenAPI, databases, and frameworks into LLM tool definitions; chat, run, and HTTP serve.
Documentation
pub mod ai;
pub mod auth;
pub mod chat;
pub mod cli;
pub mod cloud;
pub mod config;
pub mod doctor;
pub mod events;
pub mod executor;
pub mod history;
pub mod init;
pub mod mcp_server;
pub mod plugins;
pub mod run;
pub mod safety;
pub mod schema;
pub mod serve;
pub mod sync;
pub mod term;
mod tool_result_format;
pub mod tools;