@uipath/common 1.197.0-preview.59 → 1.197.0-preview.63

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.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -8566,6 +8566,7 @@ var KNOWN_AGENTS = [
8566
8566
  { envVar: "CLAUDECODE", value: "1", id: "claude-code" },
8567
8567
  { envVar: "CURSOR_AGENT", value: "1", id: "cursor" },
8568
8568
  { envVar: "GEMINI_CLI", value: "1", id: "gemini-cli" },
8569
+ { envVar: "CODEX_THREAD_ID", id: "codex" },
8569
8570
  { envVar: "CODEX_SANDBOX", id: "codex" },
8570
8571
  { envVar: "AUGMENT_AGENT", value: "1", id: "augment" },
8571
8572
  { envVar: "CLINE_ACTIVE", value: "true", id: "cline" }
@@ -11051,4 +11052,4 @@ export {
11051
11052
  ATTACHMENT_INSTRUCTIONS
11052
11053
  };
11053
11054
 
11054
- //# debugId=847E01B3BD69934B64756E2164756E21
11055
+ //# debugId=B95D3D4986F65A8364756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/common",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.59",
4
+ "version": "1.197.0-preview.63",
5
5
  "description": "Common infrastructure needed by uip tools.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -67,5 +67,5 @@
67
67
  "mihaigirleanu",
68
68
  "vlad-uipath"
69
69
  ],
70
- "gitHead": "df0e2b8140cced13f463b487214927c82bc0f85b"
70
+ "gitHead": "f11c510734215113744bf42073c327ecd776c7c2"
71
71
  }