Release · CLI · LLM

VibePod CLI 0.10: Linux Ollama routing and packaging polish

VibePod 0.10 improved Linux/Ollama integration and tightened packaging presentation.

2026-04-10 · Release · CLI · LLM

Better Ollama/Linux behavior

The release extended the Ollama connection path on Linux and expanded integration documentation for local model workflows.

Packaging and permissions

It also implemented explicit directory permissions and fixed image/link rendering for PyPI.

Example commands

The 0.10 line expanded Linux/Ollama guidance, made directory permissions explicit, and improved PyPI rendering for README images.

OLLAMA_HOST=0.0.0.0 ollama serve

VP_LLM_ENABLED=true \
VP_LLM_BASE_URL=http://host.docker.internal:11434 \
VP_LLM_API_KEY=ollama \
VP_LLM_MODEL=qwen3:14b \
vp run claude

# Inspect config paths whose directories are created with explicit permissions:
vp config path

Related links