fix(skill): add zoomLevel to desktop preferences skill - #4365
Draft
amelia-letta wants to merge 1 commit into
Draft
amelia-letta wants to merge 1 commit into
amelia-letta wants to merge 1 commit into
Conversation
Co-Authored-By: Letta Code <noreply@letta.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builtin-skill-watch: editing-letta-code-desktop-preferences@aa3e294d006b-042b685854ad9825
Selected skill:
editing-letta-code-desktop-preferencesStale claim: The skill lists all Desktop preference keys but is missing
zoomLevel, added to the Desktop preferences schema in letta-cloud #15865 (fix(desktop): preserve window zoom across resize, 2026-09-09), after the skill was last updated.Current owning source: letta-cloud
apps/code-desktop/electron/src/preferencesStorage.tsdefineszoomLevel: numberonDesktopPreferences, persisted viasavePreferences({ zoomLevel })from the View menu zoom controls (main.ts), normalized bydesktopZoom.ts(normalizeDesktopZoomLevel), and applied live by the preferences file watcher throughapplyDesktopPreferences→applyDesktopZoomLevel.Focused validation: Traced every skill claim against letta-cloud main (
preferencesStorage.ts,main.ts,listenerManager.ts,Preferences.tsx,DebugPanelSidebar.tsx,useRemoteAppServerSettings.ts): file path, user-editable keys, theme enum, system-managed keys, remoteAppServer startup semantics, and the 100ms watcher debounce (schedulePreferencesReload) all match. The only other stale claim (debugPanelEnabled"controlled via app menus") is already covered by open watcher PRs #4322 / #4263 / #4122 and is intentionally not duplicated here.bun run checkpasses 12/12.Change: added
zoomLevelto the user-editable keys list with its View-menu provenance.👾 Generated with Letta Code
Co-Authored-By: Letta Code noreply@letta.com