cogpit-memory 0.1.4 → 0.1.7
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 +5 -1
- package/dist/cli.js +521 -13
- package/dist/index.js +516 -13
- package/package.json +1 -1
- package/skill/SKILL.md +3 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -248,7 +248,9 @@ bunx cogpit-memory search "AuthProvider" --case-sensitive
|
|
|
248
248
|
|------|---------|-------------|
|
|
249
249
|
| `--session` | all sessions | Scope to single session |
|
|
250
250
|
| `--max-age` | `5d` | Time window: `5d`, `12h`, `30d` |
|
|
251
|
-
| `--limit` | `20` | Max
|
|
251
|
+
| `--limit` | `20` | Max total hits returned |
|
|
252
|
+
| `--session-limit` | all | Cap unique sessions in results |
|
|
253
|
+
| `--hits-per-session` | all | Max hits kept per session |
|
|
252
254
|
| `--case-sensitive` | `false` | Case sensitivity |
|
|
253
255
|
|
|
254
256
|
### Response shape
|