open-azdo 0.2.9 → 0.3.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.
@@ -8,9 +8,9 @@ variables:
8
8
  OpenCodeThinking: high
9
9
  BunVersion: 1.3.10
10
10
  BunLinuxX64Sha256: f57bc0187e39623de716ba3a389fda5486b2d7be7131a980ba54dc7b733d2e08
11
- OpenCodeVersion: 1.2.27
12
- OpenCodeLinuxX64Sha256: 6fe3820b145857f7ff507d2826058b7acf1fce8258def1498468dd43809e69e8
13
- OpenAzdoVersion: 0.2.9
11
+ OpenCodeVersion: 1.3.3
12
+ OpenCodeLinuxX64Sha256: 92bb36b16ed1dfb08697fd2b7d8f7d09fdfcbacd5e5bf6a67f4d157a7f533b13
13
+ OpenAzdoVersion: 0.3.0
14
14
  RunOpenCodeSmokeTest: "false"
15
15
 
16
16
  steps:
@@ -8,8 +8,8 @@ variables:
8
8
  OpenCodeThinking: high
9
9
  BunVersion: 1.3.10
10
10
  BunLinuxX64Sha256: f57bc0187e39623de716ba3a389fda5486b2d7be7131a980ba54dc7b733d2e08
11
- OpenCodeVersion: 1.2.27
12
- OpenCodeLinuxX64Sha256: 6fe3820b145857f7ff507d2826058b7acf1fce8258def1498468dd43809e69e8
11
+ OpenCodeVersion: 1.3.3
12
+ OpenCodeLinuxX64Sha256: 92bb36b16ed1dfb08697fd2b7d8f7d09fdfcbacd5e5bf6a67f4d157a7f533b13
13
13
 
14
14
  steps:
15
15
  - checkout: self
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-azdo",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "Secure Azure DevOps pull request review CLI powered by OpenCode",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,6 +21,8 @@
21
21
  },
22
22
  "scripts": {
23
23
  "build": "bun run build.ts",
24
+ "sandbox:capture": "bun run ./bin/open-azdo.ts sandbox capture",
25
+ "test:integration": "bun test ./test/live.integration.test.ts",
24
26
  "typecheck": "tsgo --noEmit --pretty false",
25
27
  "typecheck:tsc": "tsc --noEmit",
26
28
  "test": "bun test",
@@ -28,6 +30,7 @@
28
30
  },
29
31
  "dependencies": {
30
32
  "@effect/platform-bun": "4.0.0-beta.33",
33
+ "@open-azdo/sandbox": "0.1.0",
31
34
  "effect": "4.0.0-beta.33"
32
35
  },
33
36
  "engines": {