{"id":49597028,"url":"https://github.com/ai-action/code-ollama","last_synced_at":"2026-06-07T07:01:32.716Z","repository":{"id":355316135,"uuid":"1227620447","full_name":"ai-action/code-ollama","owner":"ai-action","description":"🦙 Ollama coding agent that runs in your terminal.","archived":false,"fork":false,"pushed_at":"2026-06-01T18:23:03.000Z","size":1719,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-01T18:23:44.350Z","etag":null,"topics":["agent","ai","binary","cli","code","coding-agent","javascript","llm","nodejs","ollama","terminal","tui","typescript"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/code-ollama","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ai-action.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-02T23:51:12.000Z","updated_at":"2026-06-01T17:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ai-action/code-ollama","commit_stats":null,"previous_names":["ai-action/code-ollama"],"tags_count":33,"template":false,"template_full_name":"remarkablemark/npm-package-typescript-template","purl":"pkg:github/ai-action/code-ollama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fcode-ollama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fcode-ollama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fcode-ollama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fcode-ollama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-action","download_url":"https://codeload.github.com/ai-action/code-ollama/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-action%2Fcode-ollama/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34011812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","binary","cli","code","coding-agent","javascript","llm","nodejs","ollama","terminal","tui","typescript"],"created_at":"2026-05-04T05:05:43.832Z","updated_at":"2026-06-07T07:01:32.711Z","avatar_url":"https://github.com/ai-action.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e TUI is under active development. APIs may change.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Ollama\" height=\"200\" src=\"https://github.com/ai-action/assets/blob/master/logos/ollama.svg?raw=true\"\u003e\n\u003c/p\u003e\n\n# Code Ollama\n\n[![NPM](https://nodei.co/npm/code-ollama.svg)](https://www.npmjs.com/package/code-ollama)\n\n[![NPM version](https://img.shields.io/npm/v/code-ollama.svg)](https://www.npmjs.com/package/code-ollama)\n[![build](https://github.com/ai-action/code-ollama/actions/workflows/build.yml/badge.svg)](https://github.com/ai-action/code-ollama/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/ai-action/code-ollama/graph/badge.svg?token=gRGUasRn2k)](https://codecov.io/gh/ai-action/code-ollama)\n\n🦙 [Ollama](https://ollama.com/) coding agent that runs in your terminal. Read the [wiki](https://github.com/ai-action/code-ollama/wiki).\n\n## Prerequisites\n\nSet up [Ollama](https://github.com/ai-action/code-ollama/wiki/Ollama).\n\n## Quick Start\n\n```sh\nnpx code-ollama\n```\n\n## Install\n\nInstall the [CLI](https://www.npmjs.com/package/code-ollama) globally:\n\n```sh\nnpm install --global code-ollama\n```\n\n## Usage\n\n### TUI\n\nOpen the TUI:\n\n```sh\ncode-ollama\n```\n\nOr use the alias:\n\n```sh\ncollama\n```\n\n### Skills\n\nSkills are Markdown instructions loaded into the system prompt as context. They do not add tools or execute code.\n\nAdd project skills:\n\n```sh\n.code-ollama/skills/\u003cskill-name\u003e/SKILL.md\n```\n\nAdd user skills:\n\n```sh\n~/.code-ollama/skills/\u003cskill-name\u003e/SKILL.md\n```\n\nProject skills load before user skills. Missing directories are ignored, and skills with the same directory name from both locations are both loaded with their source labels. Use `/skills` in the TUI to show loaded skills.\n\nSee example skill [.code-ollama/skills/git-commit-staged/SKILL.md](https://github.com/ai-action/code-ollama/blob/master/.code-ollama/skills/git-commit-staged/SKILL.md).\n\n### CLI\n\nShow the version:\n\n```sh\ncode-ollama --version\n```\n\nShow the help:\n\n```sh\ncode-ollama --help\n```\n\nRun a one-off prompt:\n\n```sh\n# code-ollama run --trust \u003cmodel\u003e \u003cprompt\u003e\ncode-ollama run --trust gemma4 \"review diff\"\n```\n\n## License\n\n[MIT](https://github.com/ai-action/code-ollama/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-action%2Fcode-ollama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-action%2Fcode-ollama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-action%2Fcode-ollama/lists"}