@cats-inc/cats-platform 0.3.4 → 0.3.5

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 (29) hide show
  1. package/README.md +8 -1
  2. package/build/renderer/assets/{ActiveSessionPermissionChip-B49WcZBJ.js → ActiveSessionPermissionChip-BugyYoVY.js} +1 -1
  3. package/build/renderer/assets/{App-BpxZB5ym.js → App-1MFRMMld.js} +1 -1
  4. package/build/renderer/assets/{App-boB4WrmU.js → App-BWgnfutX.js} +1 -1
  5. package/build/renderer/assets/{App-DYTUfAl6.js → App-Cm_tok6f.js} +1 -1
  6. package/build/renderer/assets/{WorkspaceAppRoutes-CPqz85iw.js → WorkspaceAppRoutes-B8U5FWao.js} +1 -1
  7. package/build/renderer/assets/{app-C52wwCGz.js → app-DTDTNtih.js} +3 -3
  8. package/build/renderer/assets/{conversationSidebarRecentEntries-DK0iWS73.js → conversationSidebarRecentEntries-y_bEg3Cp.js} +1 -1
  9. package/build/renderer/assets/{useDraftSessionChips-BdZ_B1gy.js → useDraftSessionChips-BD6ZGG_y.js} +1 -1
  10. package/build/renderer/index.html +1 -1
  11. package/build/server/app/server/shutdown.d.ts.map +1 -1
  12. package/build/server/app/server/shutdown.js +3 -1
  13. package/build/server/app/server/shutdown.js.map +1 -1
  14. package/build/server/app/server/startup.d.ts +4 -3
  15. package/build/server/app/server/startup.d.ts.map +1 -1
  16. package/build/server/app/server/startup.js +8 -0
  17. package/build/server/app/server/startup.js.map +1 -1
  18. package/build/server/index.js +30 -0
  19. package/build/server/index.js.map +1 -1
  20. package/build/server/shared/cliInteraction.d.ts +17 -0
  21. package/build/server/shared/cliInteraction.d.ts.map +1 -0
  22. package/build/server/shared/cliInteraction.js +102 -0
  23. package/build/server/shared/cliInteraction.js.map +1 -0
  24. package/build/server/shared/providerCatalogData.d.ts +41 -40
  25. package/build/server/shared/providerCatalogData.d.ts.map +1 -1
  26. package/build/server/shared/providerCatalogData.js +17 -16
  27. package/build/server/shared/providerCatalogData.js.map +1 -1
  28. package/package.json +2 -2
  29. package/scripts/dev-server.mjs +4 -1
package/README.md CHANGED
@@ -182,6 +182,13 @@ several Phase 3 items remain:
182
182
 
183
183
  ## Quick Start
184
184
 
185
+ For the npm entrypoint, run `npx @cats-inc/cats-platform`. After readiness, an
186
+ interactive terminal opens the application in the default browser and displays
187
+ its URL. Press `o` to open it again, or `q` / Ctrl+C to stop gracefully. Use
188
+ `--no-open` to skip the initial browser launch. Desktop, watch supervisors, CI,
189
+ redirected terminals, and JSON/silent lifecycle output do not take over keyboard
190
+ input or open browsers. See the [CLI controls](docs/setup-guide.md#terminal-controls).
191
+
185
192
  > [!NOTE]
186
193
  > Upgrading an existing local workspace? Review
187
194
  > [docs/release-notes.md](./docs/release-notes.md) for behavior changes and
@@ -235,7 +242,7 @@ the Electron host that supervises local `cats-runtime` and `cats-platform` sidec
235
242
  For host-package smoke validation, the local tarball path mirrors the
236
243
  published `@cats-inc/cats-platform` host package while using the installed
237
244
  command `cats-platform`. The separate one-shot bootstrap publication target is
238
- reserved as `cats-one`.
245
+ available as `cats-one`.
239
246
 
240
247
  For staged packaging outputs:
241
248
 
@@ -1 +1 @@
1
- import{j as o}from"./client-DREGSZqQ.js";import{b as r}from"./app-C52wwCGz.js";import{D as i,P as t}from"./conversationSidebarRecentEntries-DK0iWS73.js";function u({channel:s}){if(!(s.repoPath??s.chatCwd??null))return null;const e=s.runtimeWorkspaceAccess?r(s.runtimeWorkspaceAccess):i;return o.jsx(t,{value:e,onChange:()=>{},disabled:!0})}export{u as A};
1
+ import{j as o}from"./client-DREGSZqQ.js";import{b as r}from"./app-DTDTNtih.js";import{D as i,P as t}from"./conversationSidebarRecentEntries-y_bEg3Cp.js";function u({channel:s}){if(!(s.repoPath??s.chatCwd??null))return null;const e=s.runtimeWorkspaceAccess?r(s.runtimeWorkspaceAccess):i;return o.jsx(t,{value:e,onChange:()=>{},disabled:!0})}export{u as A};