replicas-cli 0.2.403 → 0.2.404

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.mjs +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -24336,6 +24336,7 @@ var DEFAULT_USER_PREFERENCES = {
24336
24336
  respond_to_human_pr_reviews: false,
24337
24337
  pr_user_attribution: false,
24338
24338
  auto_draft_prs: false,
24339
+ open_prs_in_graphite: false,
24339
24340
  default_fast_mode: false,
24340
24341
  agent_defaults: { ...EMPTY_AGENT_DEFAULT_SETTINGS }
24341
24342
  };
@@ -24394,7 +24395,7 @@ function formatTurnElapsed(ms) {
24394
24395
  }
24395
24396
 
24396
24397
  // ../shared/src/cli-version.ts
24397
- var CLI_VERSION = "0.2.403";
24398
+ var CLI_VERSION = "0.2.404";
24398
24399
 
24399
24400
  // ../shared/src/version.ts
24400
24401
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.403",
3
+ "version": "0.2.404",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {