mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
docs(context-v): track provider-rebrand naming issue
Adds the Updating-Naming-to-Reflect-Provider-Rebrand issue note that documents the surfaces touched by the Perplexica/Vane rename and the ones intentionally left as internal symbols. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
49168823f1
commit
be2fad757b
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
- main.ts:95, 99 — example query content in the default JSON template ("What is Perplexica's
|
||||
architecture?"); it's example text, not a UI label.
|
||||
- main.ts:525 — internal throw new Error('Perplexica service not initialized') — surfaces in dev
|
||||
console only.
|
||||
- main.ts comments referring to "Perplexica" sections — code comments.
|
||||
- README.md:98, 100, 102 — inside the rename callout that distinguishes the two names by design.
|
||||
- All class names (PerplexicaService, PerplexicaModal), method names (queryPerplexica,
|
||||
registerPerplexicaCommands), CSS classes, command IDs, settings field names — internal; renaming
|
||||
would break compatibility or require migration.
|
||||
Loading…
Reference in a new issue