xedoc-cli 0.1.6 → 0.1.8

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.
Files changed (30) hide show
  1. package/README.md +2 -2
  2. package/build/client/assets/__vite-browser-external-2447137e-Bb2UaVfr.js +0 -0
  3. package/build/client/assets/app-layout-DVRPLoJp.js +1 -0
  4. package/build/client/assets/app-shell-DnEsSg3r.js +2 -0
  5. package/build/client/assets/chat-CAKcWygY.js +1 -0
  6. package/build/client/assets/connect-BDvoix-O.js +1 -0
  7. package/build/client/assets/{document-title-B6Yxyaur.js → document-title-RYIi5OZD.js} +1 -1
  8. package/build/client/assets/{entry.client-BlQXdBHx.js → entry.client-BQZeV9JD.js} +1 -1
  9. package/build/client/assets/ghostty-web-CgkkAFeT.js +1 -0
  10. package/build/client/assets/home-BjcHgWsO.js +1 -0
  11. package/build/client/assets/{jsx-runtime-Dafdqr5g.js → jsx-runtime-Cal6WBdn.js} +1 -1
  12. package/build/client/assets/label-BpA-r6tL.js +1 -0
  13. package/build/client/assets/{manifest-f96902fd.js → manifest-40da439f.js} +1 -1
  14. package/build/client/assets/{react-dom-CMuFyqmq.js → react-dom-D4MOkHq2.js} +1 -1
  15. package/build/client/assets/root-COrr2Ht-.css +2 -0
  16. package/build/client/assets/{root-bXu6rtsG.js → root-D-p7jx9T.js} +1 -1
  17. package/build/client/assets/{session-provider-2Ozr-CuV.js → session-provider-QLGSjKmA.js} +1 -1
  18. package/build/server/index.js +1 -1
  19. package/package.json +4 -1
  20. package/prisma/schema.prisma +4 -0
  21. package/server/index.mjs +3 -0
  22. package/server/sqlite-setup.mjs +22 -0
  23. package/server/terminal-socket.mjs +453 -0
  24. package/build/client/assets/app-layout--vTe8I2j.js +0 -1
  25. package/build/client/assets/app-shell-ClOglt7r.js +0 -1
  26. package/build/client/assets/chat-Bf8hrS42.js +0 -1
  27. package/build/client/assets/connect-CHSFTXwk.js +0 -1
  28. package/build/client/assets/home-BLKISIGJ.js +0 -1
  29. package/build/client/assets/label-C7i5Qt-O.js +0 -1
  30. package/build/client/assets/root-Cptu-zSj.css +0 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@ xedoc is a single React Router Framework Mode app, built with Vite, for managing
5
5
  ## What It Does
6
6
 
7
7
  - Stores shared Codex accounts, chat metadata, runs, and live message projections in a local SQLite database through Prisma.
8
- - Starts Codex account authentication through the local `codex app-server` JSON-RPC flow.
8
+ - Starts browser or device-code Codex account authentication through the local `codex app-server` JSON-RPC flow.
9
9
  - Isolates each Codex account with a separate `CODEX_HOME`.
10
10
  - Stores a working directory on each chat so different chats can target different local projects.
11
11
  - Executes chat prompts against the selected Codex account and reads settled transcripts back from Codex runtime/session data.
@@ -92,7 +92,7 @@ directory, for example `/home/ubuntu`.
92
92
  - `GET /api/accounts/:accountId`
93
93
  - `PATCH /api/accounts/:accountId`
94
94
  - `DELETE /api/accounts/:accountId`
95
- - `POST /api/accounts/:accountId/authenticate`
95
+ - `POST /api/accounts/:accountId/authenticate` with optional `{ "mode": "browser" | "device" }`
96
96
  - `POST /api/accounts/:accountId/authenticate/callback`
97
97
  - `GET /api/chats`
98
98
  - `POST /api/chats`
@@ -0,0 +1 @@
1
+ import{j as t,t as r}from"./jsx-runtime-Cal6WBdn.js";import{t as s}from"./app-shell-DnEsSg3r.js";var a=r(),o=t(function(){return(0,a.jsx)(s,{})});export{o as default};