[PR #14490] cmd: ollama launch autohand #25244

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14490
Author: @igorcosta
Created: 2/27/2026
Status: 🔄 Open

Base: mainHead: add-autohand-integration


📝 Commits (1)

  • 65fa0d8 cmd: ollama launch autohand

📊 Changes

4 files changed (+379 additions, -1 deletions)

View changed files

cmd/config/autohand.go (+69 -0)
cmd/config/autohand_test.go (+261 -0)
📝 cmd/config/integrations.go (+8 -1)
docs/integrations/autohand.mdx (+41 -0)

📄 Description

Adds support for launching Autohand Code via ollama launch. Autohand Code is an open source coding self-evolving agent in your terminal, distributed via npm that can use Ollama models.

Usage

ollama launch autohand
ollama launch autohand --model glm-4.7-flash
ollama launch autohand --config

Changes

  • cmd/config/autohand.goRunner implementation that configures ~/.autohand/config.json with the Ollama provider and model before launching
  • cmd/config/autohand_test.go — tests for config creation, field preservation, corrupt config handling, and model updates
  • cmd/config/integrations.go — register autohand in the integration registry, descriptions, install hints, and help text
  • docs/integrations/autohand.mdx — integration documentation

Install

npm install -g autohand-cli

More info: https://github.com/autohandai/code-cli


🔄 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/14490 **Author:** [@igorcosta](https://github.com/igorcosta) **Created:** 2/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-autohand-integration` --- ### 📝 Commits (1) - [`65fa0d8`](https://github.com/ollama/ollama/commit/65fa0d895ef4f58240e17315307dd98e106338ed) cmd: ollama launch autohand ### 📊 Changes **4 files changed** (+379 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `cmd/config/autohand.go` (+69 -0) ➕ `cmd/config/autohand_test.go` (+261 -0) 📝 `cmd/config/integrations.go` (+8 -1) ➕ `docs/integrations/autohand.mdx` (+41 -0) </details> ### 📄 Description Adds support for launching Autohand Code via `ollama launch`. Autohand Code is an open source coding self-evolving agent in your terminal, distributed via npm that can use Ollama models. ## Usage ```bash ollama launch autohand ollama launch autohand --model glm-4.7-flash ollama launch autohand --config ``` ## Changes - `cmd/config/autohand.go` — `Runner` implementation that configures `~/.autohand/config.json` with the Ollama provider and model before launching - `cmd/config/autohand_test.go` — tests for config creation, field preservation, corrupt config handling, and model updates - `cmd/config/integrations.go` — register autohand in the integration registry, descriptions, install hints, and help text - `docs/integrations/autohand.mdx` — integration documentation ## Install ```bash npm install -g autohand-cli ``` More info: https://github.com/autohandai/code-cli --- <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-04-19 18:05:53 -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#25244