Copilot

by Logan Yang
favorite
share
Score: 88/100
Description
Category: 3rd Party Integrations

The Copilot plugin provides an AI-powered writing assistant that helps users generate ideas, organize notes, and create content. It offers various modes, including Chat mode for conversational writing and Vault QA mode for integrating with Obsidian's note-taking app. The plugin supports multiple models from OpenAI and Azure, allowing users to choose the most suitable one based on their needs. With its user-friendly interface and customization options, the Obsidian plugin is ideal for writers, researchers, and students seeking to streamline their writing process and enhance their productivity.

Stats
5533
stars
832,805
downloads
475
forks
909
days
0
days
6
days
754
total PRs
4
open PRs
69
closed PRs
681
merged PRs
993
total issues
177
open issues
816
closed issues
236
commits
Latest Version
7 days ago
Changelog

This patch release 3.1.1 packs a punch 💪 with some significant upgrades and critical bug fixes.

  • OpenRouter thinking models are supported now! As long as "Reasoning" is checked for a reasoning model from OpenRouter, the thinking block will render in chat. If you don't want to see it, simply uncheck "Reasoning" to hide it.
  • Copilot can see Dataview results in the active note! 🔥🔥🔥 Simply add the active note with dataview queries to context, and the LLM will see the executed results of those queries and use them as context!
  • New model provider Amazon Bedrock added! (We only support API key and region settings for now, other ways of Bedrock access are not supported)

More details in the changelog:

Improvements

Bug Fixes

  • #1957 Fix ENAMETOOLONG error on chat save @logancyang
  • #1956 Enhance error handling @logancyang
  • #1950 Fix new note (renamed) not discoverable in Copilot chat @logancyang
  • #1947 Stop rendering dataview result in AI response @logancyang
  • #1927 Properly render pills in custom command @zeroliu
README file from