agent-knowledge 1.0.1 → 1.0.2
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/dist/ui/styles.css +3 -1
- package/package.json +1 -1
package/dist/ui/styles.css
CHANGED
|
@@ -448,11 +448,13 @@ h1 {
|
|
|
448
448
|
.search-controls {
|
|
449
449
|
display: flex;
|
|
450
450
|
align-items: center;
|
|
451
|
-
justify-content: space-between;
|
|
452
451
|
margin-bottom: 16px;
|
|
453
452
|
flex-wrap: wrap;
|
|
454
453
|
gap: 8px;
|
|
455
454
|
}
|
|
455
|
+
.search-controls .mode-toggle {
|
|
456
|
+
margin-left: auto;
|
|
457
|
+
}
|
|
456
458
|
|
|
457
459
|
.mode-toggle {
|
|
458
460
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-knowledge",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Cross-session memory and recall for AI agents — git-synced knowledge base, hybrid semantic+TF-IDF search, auto-distillation with secrets scrubbing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|