prompt-exporter 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/index.cjs +523 -0
- package/docs/DEVELOPER.md +15 -61
- package/docs/USER_GUIDE.md +24 -1
- package/package.json +6 -6
- package/dist/cdp-5CBMWFGT.js +0 -28
- package/dist/chunk-O5E5XFJR.js +0 -446
- package/dist/index.js +0 -3441
- /package/dist/{index.d.ts → index.d.cts} +0 -0
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ CLI to **sync AI conversation prompts** from multiple sources to your machine as
|
|
|
8
8
|
|
|
9
9
|
- ✅ `chatgpt` — [chatgpt.com](https://chatgpt.com/) history via Chromium CDP
|
|
10
10
|
- ✅ `lumo` — [lumo.proton.me](https://lumo.proton.me/) (Proton) via Chromium CDP / in-app Redux
|
|
11
|
+
- ✅ `perplexity` — [perplexity.ai](https://www.perplexity.ai/) threads via internal REST API (CDP session)
|
|
11
12
|
- 🎯 `claude` — [claude.ai](https://claude.ai/) (planned)
|
|
12
13
|
- 🎯 `gemini` — [gemini.google.com](https://gemini.google.com/) (planned)
|
|
13
14
|
- 🎯 `deepseek` — [chat.deepseek.com](https://chat.deepseek.com/) (planned)
|
|
14
|
-
- 🎯 `perplexity` — [perplexity.ai](https://www.perplexity.ai/) (planned)
|
|
15
15
|
- 🎯 `copilot` — Microsoft 365 Copilot ([m365.cloud.microsoft](https://m365.cloud.microsoft/chat/) / [copilot.microsoft.com](https://copilot.microsoft.com/)) (planned)
|
|
16
16
|
- 🎯 `grok` — [grok.com](https://grok.com/) / xAI (planned)
|
|
17
17
|
- 🎯 `kimi` — [kimi.com](https://www.kimi.com/) / Moonshot (planned)
|
|
@@ -143,6 +143,8 @@ prompt-exporter --help
|
|
|
143
143
|
```bash
|
|
144
144
|
prompt-exporter chromium start
|
|
145
145
|
prompt-exporter sync --source chatgpt
|
|
146
|
+
prompt-exporter chromium start --url https://www.perplexity.ai/
|
|
147
|
+
prompt-exporter sync --source perplexity
|
|
146
148
|
prompt-exporter sources
|
|
147
149
|
```
|
|
148
150
|
|