Commit graph

2 commits

Author SHA1 Message Date
de1a4ec6fc Simplify ollama completion: consolidate cases, add timeout, trim comments
Collapse five identical _ollama_models case arms into one, add timeout
to prevent shell hang when remote ollama host is unreachable, replace
launch integrations function with a plain variable, and remove
redundant comments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 19:56:51 +02:00
9262c06ae9 Add hand-written bash completion for ollama CLI
Ollama doesn't expose a "completion" subcommand yet, so this provides
manual completions for subcommands, flags, model names (from ollama list),
running models (from ollama ps), and launch integrations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 19:46:55 +02:00