@carllee1983/dbcli 1.37.0 → 1.38.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/dist/core.mjs CHANGED
@@ -13537,7 +13537,7 @@ var ENGINE_CAPABILITIES = Object.freeze({
13537
13537
  queries: cap("limited", "local-write", "Snippet management works with Redis-specific saved-query limitations."),
13538
13538
  insert: cap("unsupported", "none", "Dedicated write subcommand is not exposed."),
13539
13539
  update: cap("unsupported", "none", "Dedicated write subcommand is not exposed."),
13540
- delete: cap("unsupported", "none", "Dedicated write subcommand is not exposed."),
13540
+ delete: cap("limited", "db-write", "Basic delete via DEL/HDEL/LREM/SREM/ZREM (needs data-admin); supports --dry-run."),
13541
13541
  export: cap("unsupported", "none", "Redis export is not supported."),
13542
13542
  blacklist: cap("limited", "local-write", "Key-glob rejection (Redis-native pattern) plus value/hash-field masking ([REDACTED])."),
13543
13543
  check: cap("unsupported", "none", "Data health check is SQL-only."),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbcli-agent",
3
- "version": "1.37.0",
3
+ "version": "1.37.1",
4
4
  "description": "Database CLI skill and command reference for AI agents.",
5
5
  "contextFileName": "AGENTS.md"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carllee1983/dbcli",
3
- "version": "1.37.0",
3
+ "version": "1.38.1",
4
4
  "description": "Database CLI for AI agents",
5
5
  "type": "module",
6
6
  "publishConfig": {