[PR #15897] readme: add spell to Terminal & CLI community integrations #77641

Open
opened 2026-05-05 10:19:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15897
Author: @rockscy
Created: 4/30/2026
Status: 🔄 Open

Base: mainHead: add-spell


📝 Commits (1)

  • db5bf6a readme: add spell to Terminal & CLI community integrations

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds spell to the Terminal & CLI community integrations.

spell is a small Go CLI that turns natural-language requests into shell commands. The generated command lands directly in the same input box the user typed their intent into, so it can be edited inline before pressing enter to run. Renders inline (no alt-screen) so the whole transcript stays in shell scrollback.

Ollama support is first-class — the setup wizard has an "Ollama (local, no key needed)" preset that points at `http://localhost:11434/v1` out of the box. I've been running it daily against `llama3.2`, `qwen2.5`, and `mistral` for a few weeks.

  • Single 7 MB Go binary, MIT licensed, no telemetry
  • Built with Bubble Tea + Lip Gloss + huh
  • Reasoning-style local models (e.g. DeepSeek-R1 distills) get their `reasoning_content` streamed as dimmed italic
  • Works with any other OpenAI-compatible endpoint as well, but Ollama is the recommended local default

Demo: 13-second GIF in the README. Happy to revise the entry text if you'd like a different framing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15897 **Author:** [@rockscy](https://github.com/rockscy) **Created:** 4/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-spell` --- ### 📝 Commits (1) - [`db5bf6a`](https://github.com/ollama/ollama/commit/db5bf6aa42351fe5aa4d7da5d5462ee38424b5f0) readme: add spell to Terminal & CLI community integrations ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [spell](https://github.com/rockscy/spell) to the **Terminal & CLI** community integrations. **spell** is a small Go CLI that turns natural-language requests into shell commands. The generated command lands directly in the same input box the user typed their intent into, so it can be edited inline before pressing enter to run. Renders inline (no alt-screen) so the whole transcript stays in shell scrollback. Ollama support is first-class — the setup wizard has an "Ollama (local, no key needed)" preset that points at \`http://localhost:11434/v1\` out of the box. I've been running it daily against \`llama3.2\`, \`qwen2.5\`, and \`mistral\` for a few weeks. - Single 7 MB Go binary, MIT licensed, no telemetry - Built with Bubble Tea + Lip Gloss + huh - Reasoning-style local models (e.g. DeepSeek-R1 distills) get their \`reasoning_content\` streamed as dimmed italic - Works with any other OpenAI-compatible endpoint as well, but Ollama is the recommended local default Demo: 13-second GIF in the README. Happy to revise the entry text if you'd like a different framing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 10:19:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77641