Skip to content

Baby Bub - 0.1.0

Choose a tag to compare

@PsiACE PsiACE released this 29 Jul 18:36
· 259 commits to main since this release

This is the initial release of Baby Bub, a minimal AI-powered CLI tool that demonstrates the core concept of an intelligent coding assistant.

What's Included

Core Features:

  • Interactive chat mode with AI agents
  • Single command execution mode
  • Multi-provider AI support (OpenAI, Anthropic, Ollama via Any-LLM)
  • ReAct pattern implementation for tool usage
  • Rich CLI interface with Typer

Available Tools:

  • run_command - Execute shell commands
  • file_read - Read file contents
  • file_write - Create new files
  • file_edit - Modify existing files

Configuration:

  • Environment variable configuration
  • Custom system prompts via BUB.md files
  • Workspace-specific settings
  • Flexible model and provider selection

What's Coming Next

Baby Bub 0.1.0 is just the beginning!

I'm currently developing a completely rewritten super version that will compete with the most advanced CLI agents like:

For Early Adopters

If you're interested in the concept and want to experiment with AI-powered CLI tools, this minimal version provides a solid foundation. The super version will be a complete rewrite with significantly enhanced capabilities.


Baby Bub 0.1.0 - A minimal step toward the future of AI-powered development tools.