Fix approval dialog z-index, Monaco disposal errors, and file rename …#29
Merged
Fix approval dialog z-index, Monaco disposal errors, and file rename …#29
Conversation
…tab sync - Portal ApprovalDialog and PlanApprovalDialog to document.body so they render above Monaco minimap and split view handle - Clear Monaco markers before editor disposal to prevent InstantiationService errors on hover after tab switch - Add model.isDisposed() guards in hover provider - Dispose DiffEditor on ApprovalDiffView unmount - Fix findTabByPathInArray skipping tabs with undefined type - Refresh file explorer on external file renames (code actions, AI tools) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade @prompd/cli from 0.4.11 to 0.5.0-beta.2 across frontend, backend, and scheduler - Fix canvas context menu viewport clamping (useEffect instead of render-time) - Fix file explorer context menu to dismiss on click-outside instead of mouse leave - Update ProviderNode to green identity color with dashed borders - Update ErrorHandlerNode to muted red unselected / bold red selected borders Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sync licenses.json with the updated dependency tree: adjust package paths and licenseFile locations (many entries moved from @prompd/cli to top-level or @prompd/scheduler), add new entries (e.g. @types/node), and bump several package versions (examples: @img/colour -> 1.1.0, axios -> 1.13.2, b4a -> 1.7.3, ansi-regex -> 6.2.2, ansi-styles -> 6.2.3, body-parser -> 1.20.4, cookie-signature -> 1.0.7). Also add/adjust @prompd/cli entries under the scheduler node_modules layout. Minor tsconfig.tsbuildinfo update included.
Windows-generated lockfile may not include @rollup/rollup-linux-x64-gnu. Fall back to installing it explicitly if missing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Windows-generated package-lock.json doesn't include Linux rollup binaries. Deleting it lets npm resolve platform-specific optional deps fresh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
…tab sync