@uipath/coder-tool 1.200.0-preview.118 → 1.200.0

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.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  metadata,
5
5
  registerCommands,
6
6
  setPreviewBuild
7
- } from "./tool-tvn85vwr.js";
7
+ } from "./tool-1ytsj5mt.js";
8
8
  import"./tool-9qecd4wb.js";
9
9
  import"./tool-nvhfxv67.js";
10
10
  import"./tool-vc9mne6b.js";
@@ -9321,7 +9321,7 @@ var shippedKeysSlot = singleton("ShipSucceededDedupeKeys");
9321
9321
  var package_default = {
9322
9322
  name: "@uipath/coder-tool",
9323
9323
  license: "MIT",
9324
- version: "1.200.0-preview.118",
9324
+ version: "1.200.0",
9325
9325
  description: "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
9326
9326
  type: "module",
9327
9327
  main: "./dist/tool.js",
@@ -10726,4 +10726,4 @@ var registerCommands = async (program2) => {
10726
10726
 
10727
10727
  export { Command, setPreviewBuild, metadata, registerCommands };
10728
10728
 
10729
- //# debugId=8FCFA508A544FE3864756E2164756E21
10729
+ //# debugId=94474AF8D84C95FC64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-tvn85vwr.js";
4
+ } from "./tool-1ytsj5mt.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-nvhfxv67.js";
7
7
  import"./tool-vc9mne6b.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/coder-tool",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.118",
4
+ "version": "1.200.0",
5
5
  "description": "Interactive coding agent (Pi) with UiPath LLM Gateway and BYO provider support.",
6
6
  "type": "module",
7
7
  "main": "./dist/tool.js",
@@ -17,5 +17,5 @@
17
17
  "publishConfig": {
18
18
  "registry": "https://registry.npmjs.org/"
19
19
  },
20
- "gitHead": "bc87399d98869787498783b3b9383df4426fd896"
20
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
21
21
  }