glassbox 0.14.0-rc.1 → 0.14.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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -23987,7 +23987,7 @@ async function main() {
|
|
|
23987
23987
|
console.log("AI service test mode enabled \u2014 using mock AI responses");
|
|
23988
23988
|
}
|
|
23989
23989
|
if (debug) {
|
|
23990
|
-
console.log(`[debug] Build timestamp: ${"2026-06-17T13:
|
|
23990
|
+
console.log(`[debug] Build timestamp: ${"2026-06-17T13:45:47.895Z"}`);
|
|
23991
23991
|
}
|
|
23992
23992
|
if (projectDir !== null) {
|
|
23993
23993
|
process.chdir(projectDir);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "glassbox",
|
|
3
|
-
"version": "0.14.0
|
|
3
|
+
"version": "0.14.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",
|