glassbox 0.9.2 → 0.9.99-beta.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -6666,7 +6666,7 @@ async function main() {
6666
6666
  console.log("AI service test mode enabled \u2014 using mock AI responses");
6667
6667
  }
6668
6668
  if (debug) {
6669
- console.log(`[debug] Build timestamp: ${"2026-05-19T05:14:22.743Z"}`);
6669
+ console.log(`[debug] Build timestamp: ${"2026-05-20T03:16:51.229Z"}`);
6670
6670
  }
6671
6671
  if (projectDir !== null) {
6672
6672
  process.chdir(projectDir);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glassbox",
3
- "version": "0.9.2",
3
+ "version": "0.9.99-beta.1",
4
4
  "description": "A local code review tool for AI-generated code. Review diffs, annotate lines, and export structured feedback that AI tools can act on.",
5
5
  "type": "module",
6
6
  "license": "MIT",