Copilot

by Logan Yang
favorite
share
0.0
(0)
5
4
3
2
1
Score: 90/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.

Reviews
No reviews yet.
Stats
6369
stars
1,125,451
downloads
585
forks
1,044
days
1
days
9
days
918
total PRs
12
open PRs
84
closed PRs
822
merged PRs
1,115
total issues
188
open issues
927
closed issues
236
commits
Latest Version
10 days ago
Changelog

Release v3.2.4

A patch release with Gemini stability fixes, Miyo improvements, and mobile/UI polish.

  • 🛠️ Gemini fixes — Fixed streaming crash and agent loop silently stopping mid-conversation. If Gemini was cutting out on you, this should fix it! (@logancyang)
  • 🛠️ Fix: "Connection error" for Copilot Plus users — Resolved TLS certificate errors that caused connection failures on some systems. (@logancyang)
  • 🧠 Miyo improvements — Custom server URL for remote setups, confirmation dialog before clearing index, and smoother enable flow. (@wenzhengjiang)
  • 📱 Mobile & UI fixes — Floating layers close properly on mobile, tables render correctly in chat, and stale selected text no longer bleeds into follow-up messages. (@Emt-lin)
  • Infinite scroll in chat history — Chat history now loads progressively as you scroll. Much snappier for long histories! (@logancyang)
  • 🔧 Misc fixes — System prompt reset, template syntax hints, Qwen 3.5 search compatibility, Ctrl+Enter shortcut, custom model button layout. (@logancyang)
  • 📝 Minor: User-facing documentation added (@logancyang), improved web tabs test coverage (@somethingSTRANGE)

Improvements

  • #2251 Add infinite scroll pagination to ChatHistoryPopover @logancyang
  • #2229 Add custom Miyo server URL setting for remote deployments @wenzhengjiang
  • #2211 Add confirmation dialog before clearing Miyo index @wenzhengjiang
  • #2256 Add automated release workflow on PR merge @logancyang
  • #2254 Add user-facing documentation @logancyang
  • #2252 Rename docs to designdocs and nest todo folder @logancyang
  • #2239 Improve test coverage for context webTabs parsing @somethingSTRANGE

Bug Fixes

  • #2255 Fix: use safeFetch for Copilot Plus to bypass browser TLS errors @logancyang
  • #2249 Fix: upgrade @langchain/google-genai to fix Gemini streaming crash @logancyang
  • #2247 Fix: prevent silent agent loop termination with Gemini @logancyang
  • #2246 Fix: allow resetting default system prompt to built-in @logancyang
  • #2245 Fix: improve system prompt template syntax hints @logancyang
  • #2243 Fix: normalize string booleans in localSearch schema for Qwen 3.5 @logancyang
  • #2234 Fix: Add Custom Chat Model action button crowding @logancyang
  • #2228 Fix: skip redundant eligibility check when enabling Miyo @wenzhengjiang
  • #2226 Fix: chat panel table rendering and third-party plugin compatibility @Emt-lin
  • #2223 Fix: close Radix portaled layers when mobile drawer hides @Emt-lin
  • #2222 Fix: exclude non-recoverable segments from L2 promotion @Emt-lin
  • #2220 Fix: restore Ctrl+Enter text-replacement shortcut in command modal @logancyang

🤖 Generated with Claude Code

README file from