{"id":30020686,"url":"https://github.com/alitinart/pilot","last_synced_at":"2026-05-16T22:03:02.206Z","repository":{"id":306771065,"uuid":"1026203238","full_name":"alitinart/pilot","owner":"alitinart","description":"Host your own coding assistant instantly","archived":false,"fork":false,"pushed_at":"2025-07-27T13:12:37.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-27T15:24:32.438Z","etag":null,"topics":["ai","assistant","copilot","gpt","llm","ollama","pilot"],"latest_commit_sha":null,"homepage":"","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/alitinart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T13:33:47.000Z","updated_at":"2025-07-27T13:12:40.000Z","dependencies_parsed_at":"2025-07-27T15:25:39.350Z","dependency_job_id":"7825c395-9287-468c-b873-3a2b8cc9e6fd","html_url":"https://github.com/alitinart/pilot","commit_stats":null,"previous_names":["alitinart/pilot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alitinart/pilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alitinart%2Fpilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alitinart%2Fpilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alitinart%2Fpilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alitinart%2Fpilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alitinart","download_url":"https://codeload.github.com/alitinart/pilot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alitinart%2Fpilot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269005891,"owners_count":24343408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"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":["ai","assistant","copilot","gpt","llm","ollama","pilot"],"created_at":"2025-08-06T02:02:49.549Z","updated_at":"2026-05-16T22:02:57.165Z","avatar_url":"https://github.com/alitinart.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pilot\n\n**Pilot** is your self hosted, privacy first coding assistant for Visual Studio Code. It brings AI powered chat and inline code completions right into your editor helping you code, debug, and explore your project faster. Best of all, your code stays yours no data ever leaves your machine.\n\n# Features\n\n- ✨ Inline Code Completions\n  Get real time suggestions based on your code context, powered by your own models.\n\n- 💬 Chat with AI\n  Ask questions, get explanations, or debug problems using a smart developer assistant.\n\n- 📁 Workspace Indexing\n  Boost accuracy by indexing your project so the assistant understands your codebase better.\n\n- 🧠 Customizable System Prompts\n  Tune how Pilot behaves, both in completions and chat.\n\n- ⌨️ **Keyboard Shortcuts**\n\n  - Ctrl+Shift+Space / Cmd+Shift+Space: Rerun inline completion\n\n  - Ctrl+Alt+P / Cmd+Alt+P: Open chat\n\n  - Ctrl+Alt+I / Cmd+Alt+I: Index workspace\n\n---\n\n## Requirements\n\nTo use Pilot, you must run a local or remote Ollama server with 2 types of models, a normal LLM for coding and an Embedding LLM for indexing.\n\nThe ones I recommend are:\n\n- **codellama:instruct (for inline completion and chatting)**\n\n- **nomic-embed-text:latest (for embedding workspace context)**\n\nYou can also use other models.\n\nInstall them with:\n\n```bash\nollama pull codellama:instruct\nollama pull nomic-embed-text:instruct\n```\n\nThen, set the server URL and model names in your VS Code settings.\n\n**⚠️ Heads up**: If your machine isn’t powerful enough to run these models smoothly, you may notice delays during chat, completion, or indexing\n\n---\n\n## Extension Settings\n\nYou can configure Pilot through your VS Code settings (Cmd/Ctrl + ,, then search for \"Pilot\"):\n\n- pilot.serverUrl: URL of your local/remote Ollama server\n\n- pilot.model: Model used for inline code suggestions\n\n- pilot.embeddingModel: Model used to understand your project context\n\n- pilot.autoCompleteSystemMessage: Customize how inline completions behave\n\n- pilot.chatSystemMessage: Adjust the tone/personality of the chat assistant\n\n---\n\n## Known Issues\n\n- 🚫 NONE\n\n---\n\n## Release Notes\n\n### 1.0.0\n\n- Initial release of Pilot\n\n- Inline code completions\n\n- AI powered chat\n\n- Workspace indexing\n\n- Customizable prompts\n\n---\n\n## Contributing\n\nExcited to have contributors on board! While contribution guidelines are still in progress, feel free to try out the extension and [report any issues](https://github.com/alitinart/pilot/issues).\n\n---\n\n## License\n\nMIT © [Nart Aliti](https://github.com/alitinart)\n\nPilot is all about giving you control over your AI assistant—right inside your favorite editor. Happy coding! 🧑‍💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falitinart%2Fpilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falitinart%2Fpilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falitinart%2Fpilot/lists"}