Skip to content

v0.1.0-pre

Pre-release
Pre-release

Choose a tag to compare

@rifkybujana rifkybujana released this 12 Oct 18:03
· 74 commits to main since this release
88d6175

Kolosal CLI - First Release

This is the initial release of Kolosal CLI, an agentic AI coding assistant that brings intelligent code generation and automation to your terminal.

Key Features

  • Agentic AI assistant with autonomous task execution and planning
  • Interactive command-line interface with rich terminal UI
  • VS Code integration via companion extension for seamless IDE workflow
  • Multi-turn conversations with context awareness
  • Built-in tool system for file operations, shell commands, and code analysis
  • MCP (Model Context Protocol) support for extensibility
  • Subagent framework for specialized coding tasks
  • Memory and session management for persistent workflows
  • Support for the new kolosal cloud and any OpenAI compatible API

Offline Capabilities

  • Full offline mode powered by kolosal-server
  • Run local LLM models without internet connection
  • Privacy-first architecture with on-device inference
  • Support for GGUF model format
  • Local model management and selection

Architecture

  • Modern TypeScript/Node.js implementation
  • Modular package structure: cli, core, test-utils, and vscode-ide-companion
  • Integrated kolosal-server for local inference
  • Comprehensive testing and build infrastructure
  • Cross-platform support with macOS packaging

This release establishes the foundation for an intelligent, context-aware coding assistant that works directly in your development environment, with the flexibility to run completely offline.