mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
- Fix renameAlias() leaving orphaned newAlias key on save failure,
causing in-memory data corruption with both old and new keys present
- Add sessionPath validation to setAlias() to reject empty/null paths
- Guard getSessionById() against empty string matching all sessions
(startsWith('') is always true in JavaScript)
- Fix suggest-compact.js NaN comparison when COMPACT_THRESHOLD env var
is set to a non-numeric value — falls back to 50 instead of silently
disabling the threshold check
- Sync suggest-compact.js to .cursor/ copy
|
||
|---|---|---|
| .. | ||
| package-manager.d.ts | ||
| package-manager.js | ||
| session-aliases.d.ts | ||
| session-aliases.js | ||
| session-manager.d.ts | ||
| session-manager.js | ||
| utils.d.ts | ||
| utils.js | ||