p3x-redis-ui 2026.4.1008 → 2026.4.2000

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/CLAUDE.md CHANGED
@@ -51,7 +51,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
51
51
  ---
52
52
 
53
53
 
54
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
54
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
55
55
 
56
56
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
57
57
 
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # 📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications v2026.4.1008
9
+ # 📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications v2026.4.2000
10
10
 
11
11
 
12
12
 
@@ -96,8 +96,11 @@ P3X Redis UI was originally built with AngularJS and has been fully migrated to
96
96
  - **Natural language queries:** type plain English (or any language) in the console — if Redis doesn't recognize the command, AI translates it to a valid Redis command and replaces the console input; the command is **not executed automatically** — you review, edit if needed, and press Enter to run it
97
97
  - **Multi-command AI:** AI can generate multiple commands or multi-line EVAL scripts — they are placed in the textarea for review, then executed with Enter
98
98
  - **Input replacement:** after AI translation, the console input is replaced with the generated Redis command so you can see exactly what will be executed before running it
99
- - **Multilingual:** understands 50+ languages, explanations are returned in the language you type in
100
- - **Context-aware:** sends Redis version, loaded modules, and available RediSearch indexes to the AI for accurate command generation
99
+ - **Multilingual:** understands 54 languages, explanations are returned in the language you type in
100
+ - **Context-aware:** sends Redis version, loaded modules, available RediSearch indexes, current page, active connection, and selected database to the AI for accurate, situation-aware answers
101
+ - **Agentic tool-use:** for investigation prompts ("why is memory high?", "show me the 10 busiest keys"), the AI can call safe read-only Redis tools (INFO, MEMORY STATS, SLOWLOG, SCAN, ACL WHOAMI, etc.) in a bounded loop and surfaces every tool call + result in the console scrollback for transparency
102
+ - **AI Cheatsheet:** dedicated dialog (replaces the old Redis Commands popup) with categorized, searchable prompts grouped by feature (diagnostics, keys, data types, RedisJSON, RediSearch, TimeSeries, Bloom, VectorSet, scripting, cluster, ACL, translation). Module- and version-aware: groups only appear when the relevant module is loaded
103
+ - **Stop button:** click the stop icon in the console input to cancel a running AI query instantly — the input is cleared and re-enabled while the server-side loop finishes in the background and its response is discarded
101
104
  - **Bring your own key:** optionally set your own free Groq API key in Settings for better performance (get one at [console.groq.com](https://console.groq.com))
102
105
  - **`ai:` prefix:** explicitly trigger AI translation by starting your input with `ai:` — works when AI is enabled in Settings
103
106
  - **AI toggle in console:** when AI is globally enabled in Settings, a slide toggle appears in the console toolbar to control auto-detect behavior:
@@ -306,6 +309,7 @@ Three dedicated tabs accessible from the monitoring page:
306
309
  - **Group field:** optional group name in the connection dialog with autocomplete from existing groups
307
310
 
308
311
  ### Console and Search
312
+ - **Global console drawer:** bottom slide-up drawer accessible from any page — toggle via the footer Console button or **Ctrl+`** shortcut. Lets you run commands without leaving the Keys / Monitoring / Settings page you're on. Preference persists across reloads (per-connection — drawer stays hidden when disconnected)
309
313
  - **Multi-line input:** the console uses a textarea that supports multi-line commands
310
314
  - **Shift+Enter** inserts a new line, **Enter** executes
311
315
  - Multiple commands (one per line) are executed sequentially
@@ -801,7 +805,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
801
805
  ---
802
806
 
803
807
 
804
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
808
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
805
809
 
806
810
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
807
811
 
@@ -126,7 +126,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
126
126
  ---
127
127
 
128
128
 
129
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
129
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
130
130
 
131
131
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
132
132
 
@@ -295,7 +295,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
295
295
  ---
296
296
 
297
297
 
298
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
298
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
299
299
 
300
300
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
301
301
 
@@ -689,7 +689,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
689
689
  ---
690
690
 
691
691
 
692
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
692
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
693
693
 
694
694
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
695
695
 
@@ -338,7 +338,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
338
338
  ---
339
339
 
340
340
 
341
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
341
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
342
342
 
343
343
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
344
344
 
@@ -85,7 +85,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
85
85
  ---
86
86
 
87
87
 
88
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
88
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
89
89
 
90
90
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
91
91
 
@@ -122,7 +122,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
122
122
  ---
123
123
 
124
124
 
125
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
125
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
126
126
 
127
127
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
128
128
 
@@ -466,7 +466,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
466
466
  ---
467
467
 
468
468
 
469
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
469
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
470
470
 
471
471
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
472
472
 
@@ -94,7 +94,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
94
94
  ---
95
95
 
96
96
 
97
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
97
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
98
98
 
99
99
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
100
100
 
package/change-log.md CHANGED
@@ -5,6 +5,28 @@
5
5
 
6
6
  [//]: #@corifeus-header:end
7
7
 
8
+ ### v2026.4.1008
9
+ Released on 04/17/2026
10
+ * FEATURE: Added global bottom console drawer with connection-state awareness.
11
+ * FEATURE: Added agentic AI tool-use loop with 15 read-only Redis tools.
12
+ * FEATURE: Added AI cheatsheet dialog and client verbs auto-executed by AI.
13
+ * FEATURE: Added AI stop button and drawer persistence across page refreshes.
14
+ * FEATURE: Added rendered AI tool-use trail with spacing polish.
15
+ * FEATURE: Added Vue to Playwright E2E tests across Angular, React, and Vue.
16
+ * FEATURE: Added limited-AI-mode branch and raised max_tokens default to 65536.
17
+ * FEATURE: Surfaced saved connections in both limited and connected AI prompts.
18
+ * PERF: Compressed older AI tool results before each Groq call to reduce token usage.
19
+ * BUGFIX: Fixed 'connect to X' natural-language command and expanded help text.
20
+ * BUGFIX: Routed disconnected natural-language input through AI auto-detect.
21
+ * BUGFIX: Forwarded saved connection names to AI and dropped English fallbacks.
22
+ * BUGFIX: Fixed AI tool-use to avoid prefilling input and preserve scroll on late layout.
23
+ * BUGFIX: Ensured drawer always renders full console with disconnected welcome in scrollback.
24
+ * BUGFIX: Cleaned 'not_connected' error when no Redis client is active.
25
+ * BUGFIX: Prevented ioredis execution when no live connection exists.
26
+ * BUGFIX: Stripped markdown and separator artifacts from AI responses.
27
+ * BUGFIX: Updated cheatsheet hint format across multiple languages.
28
+ * DOCS: Updated URLs to use the new domain.
29
+
8
30
  ### v2026.4.1007
9
31
  Released on 04/16/2026
10
32
  * FEATURE: Added Vue to Electron menu.
@@ -765,7 +787,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
765
787
  ---
766
788
 
767
789
 
768
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
790
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
769
791
 
770
792
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
771
793
 
package/contributors.md CHANGED
@@ -56,7 +56,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
56
56
  ---
57
57
 
58
58
 
59
- [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.1008
59
+ [**P3X-REDIS-UI**](https://corifeus.com/redis-ui) Build v2026.4.2000
60
60
 
61
61
  [![NPM](https://img.shields.io/npm/v/p3x-redis-ui.svg)](https://www.npmjs.com/package/p3x-redis-ui) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p3x-redis-ui",
3
- "version": "2026.4.1008",
3
+ "version": "2026.4.2000",
4
4
  "description": "📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
5
5
  "corifeus": {
6
6
  "description-snap": "P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
@@ -87,8 +87,8 @@
87
87
  "corifeus-utils": "^2025.4.123",
88
88
  "electron-store": "^11.0.2",
89
89
  "electron-updater": "^6.8.3",
90
- "p3x-redis-ui-material": "^2026.4.442",
91
- "p3x-redis-ui-server": "^2026.4.364"
90
+ "p3x-redis-ui-material": "^2026.4.444",
91
+ "p3x-redis-ui-server": "^2026.4.366"
92
92
  },
93
93
  "build-save": {
94
94
  "mac": {