open-kioku 2.0.1 → 2.1.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/README.md +1 -1
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Open Kioku
|
|
2
2
|
|
|
3
|
-
Local-first code intelligence for AI
|
|
3
|
+
Local-first code intelligence for AI agents. Plan before edit. Verify after edit.
|
|
4
4
|
|
|
5
5
|
If Open Kioku helps your AI coding workflow, please consider starring the repo:
|
|
6
6
|
https://github.com/shivyadavus/open-kioku
|
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-kioku",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Local-first code intelligence
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"description": "Local-first code intelligence for AI agents. Plan before edit. Verify after edit.",
|
|
5
|
+
"mcpName": "open-kioku",
|
|
5
6
|
"bin": {
|
|
6
7
|
"ok": "./bin/ok.js",
|
|
7
8
|
"open-kioku": "./bin/ok.js"
|
|
8
9
|
},
|
|
9
10
|
"optionalDependencies": {
|
|
10
|
-
"@open-kioku/darwin-x64": "2.
|
|
11
|
-
"@open-kioku/darwin-arm64": "2.
|
|
12
|
-
"@open-kioku/linux-x64": "2.
|
|
13
|
-
"@open-kioku/linux-arm64": "2.
|
|
14
|
-
"@open-kioku/win32-x64": "2.
|
|
11
|
+
"@open-kioku/darwin-x64": "2.1.1",
|
|
12
|
+
"@open-kioku/darwin-arm64": "2.1.1",
|
|
13
|
+
"@open-kioku/linux-x64": "2.1.1",
|
|
14
|
+
"@open-kioku/linux-arm64": "2.1.1",
|
|
15
|
+
"@open-kioku/win32-x64": "2.1.1"
|
|
15
16
|
},
|
|
16
17
|
"repository": {
|
|
17
18
|
"type": "git",
|