mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 12:19:07 +00:00
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Cubbi - Container Tool
|
# 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).
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
@@ -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` - Shortcut for `cubbi session create`
|
||||||
- `cubbix .` - Mount the current directory
|
- `cubbix .` - Mount the current directory
|
||||||
- `cubbix /path/to/dir` - Mount a specific directory
|
- `cubbix /path/to/dir` - Mount a specific directory
|
||||||
- `cubbix https://github.com/user/repo` - Clone a repository
|
|
||||||
|
|
||||||
## 📋 Requirements
|
## 📋 Requirements
|
||||||
|
|
||||||
@@ -27,9 +26,6 @@ Cubbi is a command-line tool for managing ephemeral containers that run AI tools
|
|||||||
## 📥 Installation
|
## 📥 Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Via pip
|
|
||||||
pip install cubbi
|
|
||||||
|
|
||||||
# Via uv
|
# Via uv
|
||||||
uv tool install cubbi
|
uv tool install cubbi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user