open-kioku 2.0.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Local-first code intelligence for AI coding agents.
4
4
 
5
+ If Open Kioku helps your AI coding workflow, please consider starring the repo:
6
+ https://github.com/shivyadavus/open-kioku
7
+
5
8
  Open Kioku indexes a repository on your machine and exposes fast code search, symbol navigation, impact analysis, context packs, and MCP tools through the `ok` CLI.
6
9
 
7
10
  ## Install
@@ -90,5 +93,5 @@ Supported packages:
90
93
 
91
94
  - Repository: https://github.com/shivyadavus/open-kioku
92
95
  - Releases: https://github.com/shivyadavus/open-kioku/releases
93
- - Demo: https://shivyadavus.github.io/open-kioku/
96
+ - Demo: https://openkioku.com/
94
97
  - Security: https://github.com/shivyadavus/open-kioku/blob/main/SECURITY.md
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "open-kioku",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Local-first code intelligence MCP for AI coding agents",
5
5
  "bin": {
6
6
  "ok": "./bin/ok.js",
7
7
  "open-kioku": "./bin/ok.js"
8
8
  },
9
9
  "optionalDependencies": {
10
- "@open-kioku/darwin-x64": "2.0.0",
11
- "@open-kioku/darwin-arm64": "2.0.0",
12
- "@open-kioku/linux-x64": "2.0.0",
13
- "@open-kioku/linux-arm64": "2.0.0",
14
- "@open-kioku/win32-x64": "2.0.0"
10
+ "@open-kioku/darwin-x64": "2.0.1",
11
+ "@open-kioku/darwin-arm64": "2.0.1",
12
+ "@open-kioku/linux-x64": "2.0.1",
13
+ "@open-kioku/linux-arm64": "2.0.1",
14
+ "@open-kioku/win32-x64": "2.0.1"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/shivyadavus/open-kioku/issues"
38
38
  },
39
- "homepage": "https://shivyadavus.github.io/open-kioku/"
39
+ "homepage": "https://openkioku.com"
40
40
  }