k0ntext 3.8.0 → 3.8.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 +7 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
**Universal AI context engineering for Claude, GitHub Copilot, Cline, Cursor, Windsurf, Aider, Continue, Antigravity, and Gemini with OpenRouter-powered intelligent analysis.**
|
|
2
6
|
|
|
3
7
|
[](https://www.npmjs.com/package/k0ntext)
|
|
4
8
|
[](https://www.npmjs.com/package/k0ntext)
|
|
@@ -7,7 +11,7 @@
|
|
|
7
11
|
[](https://nodejs.org)
|
|
8
12
|
[](https://modelcontextprotocol.io)
|
|
9
13
|
|
|
10
|
-
|
|
14
|
+
</div>
|
|
11
15
|
|
|
12
16
|
---
|
|
13
17
|
|
|
@@ -18,6 +22,7 @@
|
|
|
18
22
|
- [Windows Support](#windows-support)
|
|
19
23
|
- [Features Overview](#features-overview)
|
|
20
24
|
- [Latest Release](#latest-release-v380)
|
|
25
|
+
- [v3.8.0 Release](#latest-release-v380) - Context System, Snapshots, & Bug Fixes
|
|
21
26
|
- [Complete CLI Reference](#complete-cli-reference)
|
|
22
27
|
- [MCP Server Usage](#mcp-server-usage)
|
|
23
28
|
- [Supported AI Tools](#supported-ai-tools)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k0ntext",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"description": "Unified AI Context Engineering - Intelligent context for Claude, Copilot, Cline, and more with OpenRouter-powered initialization",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"skills/",
|
|
17
17
|
"docs/"
|
|
18
18
|
],
|
|
19
|
+
"license": "MIT",
|
|
19
20
|
"publishConfig": {
|
|
20
21
|
"access": "public"
|
|
21
22
|
},
|