File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 14
14
have this problem, only new connections are fixed.
15
15
- Added an agent metadata monitor status bar item, so you can view your active
16
16
agent metadata at a glance.
17
+ - Add search functionality to the "All Workspaces" view with performance optimizations.
18
+ - Implement smart search that prioritizes exact word matches over substring matches.
19
+ - Add debounced search input (150ms delay) to improve responsiveness during typing.
20
+ - Pre-compile regex patterns and cache metadata strings for better performance.
21
+ - Include comprehensive error handling for malformed data and edge cases.
22
+ - Add input validation to prevent performance issues from long search terms.
17
23
18
24
## [ v1.9.2] ( https://github.com/coder/vscode-coder/releases/tag/v1.9.2 ) 2025-06-25
19
25
You can’t perform that action at this time.
0 commit comments