kiro-memory 1.8.0 → 1.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 +3 -3
- package/package.json +5 -5
- package/plugin/dist/viewer.js +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ kiro-memory install --cline # Cline (instructions + MCP)
|
|
|
83
83
|
Or from source:
|
|
84
84
|
|
|
85
85
|
```bash
|
|
86
|
-
git clone https://github.com/
|
|
86
|
+
git clone https://github.com/Auriti-Labs/kiro-memory.git
|
|
87
87
|
cd kiro-memory
|
|
88
88
|
npm install && npm run build
|
|
89
89
|
npm run install:kiro
|
|
@@ -441,7 +441,7 @@ Kiro Memory runs **locally only** on `127.0.0.1` and implements multiple layers
|
|
|
441
441
|
- **Input Validation** on all POST endpoints (type checking, length limits, safe character patterns)
|
|
442
442
|
- **SSE Connection Limit** (max 50 concurrent clients)
|
|
443
443
|
|
|
444
|
-
To report a security vulnerability, please open a [private security advisory](https://github.com/
|
|
444
|
+
To report a security vulnerability, please open a [private security advisory](https://github.com/Auriti-Labs/kiro-memory/security/advisories/new).
|
|
445
445
|
|
|
446
446
|
## Contributing
|
|
447
447
|
|
|
@@ -453,7 +453,7 @@ Contributions are welcome. Please open an issue to discuss proposed changes befo
|
|
|
453
453
|
|
|
454
454
|
---
|
|
455
455
|
|
|
456
|
-
Built by [
|
|
456
|
+
Built by [Auriti Labs](https://github.com/Auriti-Labs)
|
|
457
457
|
|
|
458
458
|
---
|
|
459
459
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kiro-memory",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Persistent cross-session memory for AI coding assistants. Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible editor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kiro",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"typescript",
|
|
19
19
|
"ai-tools"
|
|
20
20
|
],
|
|
21
|
-
"author": "
|
|
21
|
+
"author": "Auriti Labs",
|
|
22
22
|
"license": "AGPL-3.0",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/Auriti-Labs/kiro-memory.git"
|
|
26
26
|
},
|
|
27
|
-
"homepage": "https://github.com/
|
|
27
|
+
"homepage": "https://github.com/Auriti-Labs/kiro-memory#readme",
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/Auriti-Labs/kiro-memory/issues"
|
|
30
30
|
},
|
|
31
31
|
"type": "module",
|
|
32
32
|
"exports": {
|
package/plugin/dist/viewer.js
CHANGED
|
@@ -23992,7 +23992,7 @@ function Sidebar({
|
|
|
23992
23992
|
className: "h-full bg-gradient-to-r from-emerald-500 to-emerald-400 transition-all",
|
|
23993
23993
|
style: { width: `${Math.min(100, Math.round(stats.tokenEconomics.readTokens / stats.tokenEconomics.discoveryTokens * 100))}%` }
|
|
23994
23994
|
}
|
|
23995
|
-
)), stats.tokenEconomics.discoveryTokens > 0 && /* @__PURE__ */ import_react3.default.createElement("p", { className: "text-[10px] text-zinc-600 text-center" }, Math.round((1 - stats.tokenEconomics.readTokens / stats.tokenEconomics.discoveryTokens) * 100), "% token reduction")))), /* @__PURE__ */ import_react3.default.createElement("div", { className: "mt-auto px-4 py-4 space-y-2" }, /* @__PURE__ */ import_react3.default.createElement("div", { className: "flex items-center justify-center gap-3" }, /* @__PURE__ */ import_react3.default.createElement("a", { href: "https://github.com/
|
|
23995
|
+
)), stats.tokenEconomics.discoveryTokens > 0 && /* @__PURE__ */ import_react3.default.createElement("p", { className: "text-[10px] text-zinc-600 text-center" }, Math.round((1 - stats.tokenEconomics.readTokens / stats.tokenEconomics.discoveryTokens) * 100), "% token reduction")))), /* @__PURE__ */ import_react3.default.createElement("div", { className: "mt-auto px-4 py-4 space-y-2" }, /* @__PURE__ */ import_react3.default.createElement("div", { className: "flex items-center justify-center gap-3" }, /* @__PURE__ */ import_react3.default.createElement("a", { href: "https://github.com/Auriti-Labs/kiro-memory", target: "_blank", rel: "noopener noreferrer", className: "text-zinc-600 hover:text-zinc-400 transition-colors", title: "GitHub" }, /* @__PURE__ */ import_react3.default.createElement("svg", { className: "w-3.5 h-3.5", viewBox: "0 0 24 24", fill: "currentColor" }, /* @__PURE__ */ import_react3.default.createElement("path", { d: "M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844a9.59 9.59 0 0 1 2.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.02 10.02 0 0 0 22 12.017C22 6.484 17.522 2 12 2z" }))), /* @__PURE__ */ import_react3.default.createElement("a", { href: "https://auritidesign.it/docs/kiro-memory/", target: "_blank", rel: "noopener noreferrer", className: "text-zinc-600 hover:text-zinc-400 transition-colors", title: "Documentazione" }, /* @__PURE__ */ import_react3.default.createElement("svg", { className: "w-3.5 h-3.5", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ import_react3.default.createElement("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }), /* @__PURE__ */ import_react3.default.createElement("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" })))), /* @__PURE__ */ import_react3.default.createElement("div", { className: "text-[10px] text-zinc-700 font-mono text-center" }, "Kiro Memory v1.8.1")));
|
|
23996
23996
|
}
|
|
23997
23997
|
|
|
23998
23998
|
// src/ui/viewer/components/Feed.tsx
|