glassbox 0.18.0-beta.1 → 0.18.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -31001,7 +31001,7 @@ async function main() {
31001
31001
  console.log("AI service test mode enabled \u2014 using mock AI responses");
31002
31002
  }
31003
31003
  if (debug) {
31004
- console.log(`[debug] Build timestamp: ${"2026-06-26T00:57:37.715Z"}`);
31004
+ console.log(`[debug] Build timestamp: ${"2026-06-26T03:26:26.821Z"}`);
31005
31005
  }
31006
31006
  if (projectDir !== null) {
31007
31007
  if (!existsSync17(projectDir) || !statSync6(projectDir).isDirectory()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glassbox",
3
- "version": "0.18.0-beta.1",
3
+ "version": "0.18.0",
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",