From 9dc11582a21371a069d407390308340a87358a9f Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 5 Aug 2025 16:21:10 -0600 Subject: [PATCH] docs: update readme (#25) doc: update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bc4705a..b6a8a7d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Cubbi - Container Tool -Cubbi is a command-line tool for managing ephemeral containers that run AI tools and development environments, with support for MCP servers. +Cubbi is a command-line tool for managing ephemeral containers that run AI tools and development environments, with support for MCP servers. It supports [Aider](https://github.com/Aider-AI/aider), [Crush](https://github.com/charmbracelet/crush), [Claude Code](https://github.com/anthropics/claude-code), [Goose](https://github.com/block/goose), [Opencode](https://github.com/sst/opencode). ![PyPI - Version](https://img.shields.io/pypi/v/cubbi) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cubbi) @@ -17,7 +17,6 @@ Cubbi is a command-line tool for managing ephemeral containers that run AI tools - `cubbix` - Shortcut for `cubbi session create` - `cubbix .` - Mount the current directory - `cubbix /path/to/dir` - Mount a specific directory -- `cubbix https://github.com/user/repo` - Clone a repository ## 📋 Requirements @@ -27,9 +26,6 @@ Cubbi is a command-line tool for managing ephemeral containers that run AI tools ## 📥 Installation ```bash -# Via pip -pip install cubbi - # Via uv uv tool install cubbi