ccgather 2.0.2 → 2.0.4
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/index.js +3 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -329,7 +329,7 @@ var init_ui = __esm({
|
|
|
329
329
|
"use strict";
|
|
330
330
|
import_chalk = __toESM(require("chalk"));
|
|
331
331
|
import_string_width = __toESM(require("string-width"));
|
|
332
|
-
VERSION = true ? "2.0.
|
|
332
|
+
VERSION = true ? "2.0.4" : "0.0.0";
|
|
333
333
|
colors = {
|
|
334
334
|
primary: import_chalk.default.hex("#DA7756"),
|
|
335
335
|
// Claude coral
|
|
@@ -1440,11 +1440,9 @@ async function submit(options) {
|
|
|
1440
1440
|
console.log(` ${colors.muted("View full stats:")} ${link(leaderboardUrl)}`);
|
|
1441
1441
|
console.log();
|
|
1442
1442
|
console.log(
|
|
1443
|
-
` ${colors.warning("\u{1F4A1}")} ${colors.
|
|
1444
|
-
);
|
|
1445
|
-
console.log(
|
|
1446
|
-
` ${colors.muted("Submit regularly to preserve your full history!")}`
|
|
1443
|
+
` ${colors.warning("\u{1F4A1}")} ${colors.white("Claude Code keeps ~30 days of local data.")}`
|
|
1447
1444
|
);
|
|
1445
|
+
console.log(` ${colors.muted("Submit regularly to preserve your full history!")}`);
|
|
1448
1446
|
console.log();
|
|
1449
1447
|
} else {
|
|
1450
1448
|
submitSpinner.fail(colors.error("Failed to submit"));
|