claude-code-infinite 1.0.0 → 1.0.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.
- package/dist/cli.js +1 -1
- package/package.json +6 -2
package/dist/cli.js
CHANGED
|
@@ -103,7 +103,7 @@ function printBanner() {
|
|
|
103
103
|
|
|
104
104
|
\x1b[1;38;5;48m✦ Infinitely-long coding sessions for Claude, powered by \x1b]8;;https://MemTree.dev\x1b\\MemTree.dev\x1b]8;;\x1b\\\x1b[0m
|
|
105
105
|
\x1b[1;38;5;87m✦ Get the speed and quality of a fresh chat with every message\x1b[0m
|
|
106
|
-
|
|
106
|
+
\x1b[1;38;5;87m✦ Retrieves relevant info from all past messages \x1b[0m
|
|
107
107
|
`;
|
|
108
108
|
console.log(banner);
|
|
109
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-infinite",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Wrapper for Claude Code CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,7 +17,11 @@
|
|
|
17
17
|
"start": "node dist/cli.js",
|
|
18
18
|
"prepublishOnly": "npm run build"
|
|
19
19
|
},
|
|
20
|
-
"keywords": [
|
|
20
|
+
"keywords": [
|
|
21
|
+
"claude",
|
|
22
|
+
"cli",
|
|
23
|
+
"ai"
|
|
24
|
+
],
|
|
21
25
|
"repository": {
|
|
22
26
|
"type": "git",
|
|
23
27
|
"url": "git+https://github.com/crizCraig/claude-code-infinite.git"
|