open-azdo 0.2.6 → 0.2.7

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/open-azdo.js CHANGED
@@ -47739,7 +47739,7 @@ var appendReviewHistorySection = (lines, reviewHistory) => {
47739
47739
  if (reviewHistory.length === 0) {
47740
47740
  return;
47741
47741
  }
47742
- lines.push("", "Review cost history:", "", "| Review | Mode | Model | Tokens | Cost |", "| --- | --- | --- | --- | --- |");
47742
+ lines.push("", "| Review | Mode | Model | Tokens | Cost |", "| --- | --- | --- | --- | --- |");
47743
47743
  for (const entry of reviewHistory) {
47744
47744
  lines.push(`| ${escapeTableCell(formatReviewLabel(entry))} | ${escapeTableCell(entry.reviewMode)} | ${escapeTableCell(formatModelLabel(entry))} | ${escapeTableCell(formatTokenBreakdown(entry.tokens))} | ${escapeTableCell(entry.costUsd !== undefined ? formatCostUsd(entry.costUsd) : "-")} |`);
47745
47745
  }
@@ -48694,7 +48694,7 @@ var reviewCommandConfig = {
48694
48694
  var reviewCommand = make33("review", reviewCommandConfig).pipe(withDescription3("Review an Azure DevOps pull request with OpenCode."), withHandler((input) => runReviewCommand(input)));
48695
48695
  var openAzdoCli = make33("open-azdo").pipe(withDescription3("Secure Azure DevOps pull-request review CLI powered by OpenCode."), withSubcommands([reviewCommand]));
48696
48696
  // package.json
48697
- var version2 = "0.2.6";
48697
+ var version2 = "0.2.7";
48698
48698
 
48699
48699
  // src/Main.ts
48700
48700
  var cliProgram = run3(openAzdoCli, { version: version2 }).pipe(exports_Effect.scoped, exports_Effect.provide(BaseRuntimeLayer));
@@ -48703,4 +48703,4 @@ var main = () => runMain2(cliProgram, { disableErrorReporting: true });
48703
48703
  // bin/open-azdo.ts
48704
48704
  main();
48705
48705
 
48706
- //# debugId=151A25C3CC4015FB64756E2164756E21
48706
+ //# debugId=DE545330B8B0705764756E2164756E21