Skip to content

Script visibility setting#617

Merged
erinharrington-12 merged 3 commits intomasterfrom
cursor/script-visibility-setting-98b4
Feb 20, 2026
Merged

Script visibility setting#617
erinharrington-12 merged 3 commits intomasterfrom
cursor/script-visibility-setting-98b4

Conversation

@twells46
Copy link
Copy Markdown
Contributor

@twells46 twells46 commented Jan 7, 2026

Add 'Show Scripts' setting to hide the scripts section in the World panel by default. Fixes #512.


Open in Cursor Open in Web


Note

Introduces a user-toggle to control visibility of the Scripts list in the World panel.

  • Adds showScripts to Settings and DEFAULT_SETTINGS (default false)
  • Adds a "Show Scripts" toggle in SettingsDialog under the User Interface section
  • Passes settings into World from OverlayLayout and SideLayout
  • Conditionally renders the Scripts section in World/index.tsx only when settings.showScripts is true

Written by Cursor Bugbot for commit 7c4e9e5. This will update automatically on new commits. Configure here.

Co-authored-by: twells <twells@kipr.org>
@cursor
Copy link
Copy Markdown

cursor Bot commented Jan 7, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@twells46 twells46 force-pushed the cursor/script-visibility-setting-98b4 branch from dcc9388 to 6330f8b Compare January 7, 2026 17:45
@twells46 twells46 marked this pull request as ready for review January 7, 2026 18:16
Copy link
Copy Markdown
Contributor

@erinharrington-12 erinharrington-12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pulled locally and approved.

@erinharrington-12 erinharrington-12 merged commit a543814 into master Feb 20, 2026
6 checks passed
@erinharrington-12 erinharrington-12 deleted the cursor/script-visibility-setting-98b4 branch February 20, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Script List should be hidden by default

3 participants