@papert-code/papert-code 0.3.94 → 0.3.95
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 -0
- package/dist/chunks/{chunk-7T4OCWHU.js → chunk-DQ32BMUI.js} +1232 -677
- package/dist/chunks/{chunk-6ZOXSA5F.js → chunk-KDPC3L34.js} +4 -4
- package/dist/chunks/{chunk-OIA427PZ.js → chunk-Q5TJEKUL.js} +1 -1
- package/dist/chunks/{gemini-WYRXV2QC.js → gemini-SUVKHYG5.js} +17736 -16443
- package/dist/chunks/{openaiContentGenerator-EAVO6L3Y.js → openaiContentGenerator-P6VRBRRB.js} +2 -2
- package/dist/chunks/{papertContentGenerator-G4SBF3DR.js → papertContentGenerator-E64QQV3K.js} +3 -3
- package/dist/cli.js +1 -1
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -90,6 +90,14 @@ export PAPERT_SHARE_PUBLIC_URL_BASE=http://localhost:41242
|
|
|
90
90
|
papert server --host 0.0.0.0 --port 41242 --docs
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
+
## Desktop app
|
|
94
|
+
|
|
95
|
+
Papert Code also ships as a local-first desktop app (Tauri).
|
|
96
|
+
|
|
97
|
+
- Desktop package docs: `packages/desktop/README.md`
|
|
98
|
+
- Download installers: [GitHub Releases](https://github.com/azharlabs/papert-code/releases)
|
|
99
|
+
- Release workflow: `.github/workflows/desktop-release.yml`
|
|
100
|
+
|
|
93
101
|
## Remote driving (daemon/client)
|
|
94
102
|
|
|
95
103
|
Papert Code supports an optional remote-driving mode where you run a daemon on one machine (or container/VM) and connect to it from another machine.
|