UNPKG

giga-code

Version:

A personal AI CLI assistant powered by Grok for local development.

6 lines (5 loc) 217 B
export { TextEditorTool } from './text-editor'; export { BashTool } from './bash'; export { TodoTool } from './todo-tool'; export { ConfirmationTool } from './confirmation-tool'; export { McpTool } from './mcp-tool';