go2engle224 downloadsIntegrate GitHub Copilot for AI-powered text generation and assistance.
GitHub Copilot Integration is an Obsidian plugin that integrates GitHub Copilot with Obsidian, allowing you to chat with your documents, generate notes, rewrite text, and more using AI directly from your vault.
npm install -g @github/copilot (npm) or winget install GitHub.Copilot (Windows)copilot update or npm update -g @github/copilotcopilot --version (should be v0.0.409 or newer)copilot login.obsidian/plugins directory, or install from the Community Plugins browser (after approval).mv copy-to-obsidian.sh.sample copy-to-obsidian.sh and update the OBSIDIAN_PLUGIN_DIR= variable to point to your github-copilot-integration directory inside the plugins folder within your Obsidian vault.npm install to install dependencies.npm run build to build the plugin and copy files to your Obsidian plugins folder automatically.npm run dev to watch for changes and auto-copy files on every modification.bash ./copy-to-obsidian.sh to copy files manually.This plugin uses the official @github/copilot-sdk for TypeScript/Node.js. Key features:
assistant.message_delta eventsItemView integration for sidebar panelThe SDK automatically handles:
MIT
Disclaimer: This entire plugin was vibe coded using GitHub Copilot. Use at your own risk!