Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmd: ollama launch autohand#14490

Open
igorcosta wants to merge 1 commit intoollama:mainfrom
autohandai:add-autohand-integration
Open

cmd: ollama launch autohand#14490
igorcosta wants to merge 1 commit intoollama:mainfrom
autohandai:add-autohand-integration

Conversation

@igorcosta
Copy link

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

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 qwen3-coder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant