replicas-cli 0.2.553 → 0.2.554

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 (2) hide show
  1. package/dist/index.cjs +3 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -24376,7 +24376,8 @@ var headlessAgentRequestBaseSchema = external_exports.object({
24376
24376
  model: external_exports.string().min(1),
24377
24377
  prompt: external_exports.string(),
24378
24378
  workingDirectory: external_exports.string().min(1),
24379
- timeoutSeconds: external_exports.number().int().min(1).max(1800).default(300)
24379
+ timeoutSeconds: external_exports.number().int().min(1).max(1800).default(300),
24380
+ codexOauthTokens: external_exports.object({ accessToken: external_exports.string(), accountId: external_exports.string() }).optional()
24380
24381
  });
24381
24382
  var headlessAgentInputFileSchema = external_exports.object({
24382
24383
  path: external_exports.string().min(1),
@@ -24410,7 +24411,7 @@ var headlessFilesystemAgentResultSchema = external_exports.object({
24410
24411
  });
24411
24412
 
24412
24413
  // ../shared/src/cli-version.ts
24413
- var CLI_VERSION = "0.2.553";
24414
+ var CLI_VERSION = "0.2.554";
24414
24415
 
24415
24416
  // ../shared/src/version.ts
24416
24417
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.553",
3
+ "version": "0.2.554",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {