UNPKG

@webdevtoday/grok-cli

Version:

A sophisticated CLI tool for interacting with xAI Grok 4, featuring conversation history, file reference, custom commands, memory system, and genetic development workflows

8 lines 219 B
/** * Grok CLI - Main module exports */ export { ConfigManager } from './core/config'; export { main } from './cli'; export * from './types'; export declare const version = "0.2.0"; //# sourceMappingURL=index.d.ts.map