prompt-exporter 2.0.1 → 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 +8 -3
- package/dist/index.cjs +523 -0
- package/docs/DEVELOPER.md +16 -61
- package/docs/USER_GUIDE.md +35 -1
- package/package.json +10 -10
- package/dist/cdp-PRMCSQGL.js +0 -24
- package/dist/chunk-YHAS76TP.js +0 -436
- package/dist/index.js +0 -2961
- /package/dist/{index.d.ts → index.d.cts} +0 -0
package/README.md
CHANGED
|
@@ -7,11 +7,14 @@ CLI to **sync AI conversation prompts** from multiple sources to your machine as
|
|
|
7
7
|
**Sources**:
|
|
8
8
|
|
|
9
9
|
- ✅ `chatgpt` — [chatgpt.com](https://chatgpt.com/) history via Chromium CDP
|
|
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)
|
|
10
12
|
- 🎯 `claude` — [claude.ai](https://claude.ai/) (planned)
|
|
11
13
|
- 🎯 `gemini` — [gemini.google.com](https://gemini.google.com/) (planned)
|
|
12
|
-
- 🎯 `
|
|
13
|
-
- 🎯 `
|
|
14
|
-
- 🎯 `grok` — [grok.
|
|
14
|
+
- 🎯 `deepseek` — [chat.deepseek.com](https://chat.deepseek.com/) (planned)
|
|
15
|
+
- 🎯 `copilot` — Microsoft 365 Copilot ([m365.cloud.microsoft](https://m365.cloud.microsoft/chat/) / [copilot.microsoft.com](https://copilot.microsoft.com/)) (planned)
|
|
16
|
+
- 🎯 `grok` — [grok.com](https://grok.com/) / xAI (planned)
|
|
17
|
+
- 🎯 `kimi` — [kimi.com](https://www.kimi.com/) / Moonshot (planned)
|
|
15
18
|
|
|
16
19
|
**Platforms**:
|
|
17
20
|
|
|
@@ -140,6 +143,8 @@ prompt-exporter --help
|
|
|
140
143
|
```bash
|
|
141
144
|
prompt-exporter chromium start
|
|
142
145
|
prompt-exporter sync --source chatgpt
|
|
146
|
+
prompt-exporter chromium start --url https://www.perplexity.ai/
|
|
147
|
+
prompt-exporter sync --source perplexity
|
|
143
148
|
prompt-exporter sources
|
|
144
149
|
```
|
|
145
150
|
|