Alexander Farber

Results 31 issues of Alexander Farber

Hi, I have prepared a test case at https://codesandbox.io/p/sandbox/6-scrollbox-items-disappear-292jm5 showing the issue. When I create a ScrollBox there with: ``` const scrollBox = new ScrollBox({ background: "BlanchedAlmond", width: 236, height:...

bug

## Summary Fixes 2 npm audit security vulnerabilities in transitive dependencies: - **HIGH severity**: glob command injection vulnerability (CVSS 7.5) - **MODERATE severity**: body-parser DoS vulnerability (CVSS 5.3) Running `npm...

## Summary Standardize boolean toggle settings to use positive "Enable X" naming instead of "Disable X" to avoid double negatives and improve UX consistency. Adds automatic migration for existing user...

size/l
review/involved

## Summary When paths are truncated for display, shortenPath() now keeps distinguishing segments (like package names) instead of generic parent directories (like packages). This makes truncated paths much more useful...

## Summary Remove vertical border characters from the input prompt box when not in alternate buffer mode, making copy/paste easier in the default terminal mode. ## Details The input prompt...

## Summary Display the description of the currently selected setting in the settings dialog. The descriptions were already defined in the schema but never shown to users. ## Details -...

## Summary Remove incorrectly documented `general.sessionRetention` from settings reference. This container/namespace setting has `showInDialog: false` and was never meant to appear in the UI or docs. ## Details The sessionRetention...

size/s
review/quick

## Summary The `/setup-github` command fails when the git remote URL contains a personal access token (PAT) or other credentials. This PR replaces the fragile regex-based URL parser with the...

## Summary Adds an optional terminal bell notification (`\x07`) that plays when: - A response completes - The system awaits tool approval The `general.terminalBell` setting is enabled by default and...

Fix #7272 by: - Update BINDING_DIR from `lib/binding` to `lib/binding_napi_v8` to align with node-pre-gyp's versioning conventions - Add `file(MAKE_DIRECTORY)` to create the binding directory during CMake configuration - Update all...