mirror of
https://github.com/0xatrilla/AI-Sidebar.git
synced 2026-07-22 06:51:46 +00:00
Document privacy and security disclosures
This commit is contained in:
parent
d4eaf629cf
commit
81f700c8d8
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -20,6 +20,20 @@ The plugin is desktop-only because v1 can talk to local CLI agents such as Codex
|
|||
- Confirm actions: proposed writes are shown before applying.
|
||||
- Full access: valid proposed writes are applied directly.
|
||||
|
||||
## Privacy and security
|
||||
|
||||
AI Sidebar sends the active request and selected vault context to whichever provider you configure. Depending on your provider, that may be a local CLI tool, a local subscription-backed agent, or a remote API endpoint.
|
||||
|
||||
The plugin can read notes from your vault to build context. It can also read skill files from `~/.agent/skills/skills` and `~/.agents/skills/skills` so those skills can appear in the slash-command picker.
|
||||
|
||||
Vault write actions are controlled by the access mode you choose:
|
||||
|
||||
- Read only blocks proposed writes.
|
||||
- Confirm actions asks before applying proposed writes.
|
||||
- Full access applies valid proposed writes directly.
|
||||
|
||||
The plugin does not include ads or telemetry.
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue