@suchitraswain/nightcode-cli 1.0.2 → 1.0.3
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/README.md
CHANGED
|
@@ -9,15 +9,15 @@ A terminal AI coding agent. Chat, plan, and build inside your local project —
|
|
|
9
9
|
|
|
10
10
|
### Home
|
|
11
11
|
|
|
12
|
-

|
|
12
|
+

|
|
13
13
|
|
|
14
14
|
### Chat session
|
|
15
15
|
|
|
16
|
-

|
|
16
|
+

|
|
17
17
|
|
|
18
18
|
### Command menu
|
|
19
19
|
|
|
20
|
-

|
|
20
|
+

|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@suchitraswain/nightcode-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Terminal AI coding agent — chat, plan, and edit local files via a hosted API. No API keys required.",
|
|
5
5
|
"author": "Suchitra Swain <suchitraswain.2012@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/SuchitraSwain/nightcode#readme",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"files": [
|
|
32
32
|
"README.md",
|
|
33
33
|
"bin",
|
|
34
|
-
"docs",
|
|
35
34
|
"src",
|
|
36
35
|
"vendor"
|
|
37
36
|
],
|
|
Binary file
|
|
Binary file
|
|
Binary file
|