Copilot/pending coc updates 20260514#94
Merged
Merged
Conversation
Treat explicit /loop messages that begin with an interval and task as recurring loop requests in the model guidance, and cover the behavior with loop skill/addon tests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Surface a high-visibility security banner above the TopBar when the CoC server is bound to 0.0.0.0 or :: instead of silently rewriting the URL to localhost. The banner explains the risk, offers a copy-to-clipboard for the safe restart command (`coc serve --host 127.0.0.1`), and can be dismissed per browser session via sessionStorage. - Plumb the raw bind address into `__DASHBOARD_CONFIG__` (html-template + DashboardOptions + server/index wiring) - Add `getBindAddress()` and `isExposedBinding()` to the client config helpers - New `SecurityBanner` rendered above `<TopBar />` in `App.tsx`; role=alert, aria-live=assertive, mobile-friendly stacked layout - Unit tests for config helpers, render/dismiss/persistence behavior, clipboard fallback, plus html-template injection coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Preserve active loop state during server shutdown and re-arm persisted loops from nextTickAt on startup. Add aggregate queue updateTask support so loop ticks can requeue completed tasks through the multi-repo facade. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Allow sandboxed HTML previews to resolve file:// URLs and serve HTML artifacts from the system temp directory while preserving workspace, outputs, and symlink containment checks. Add regression coverage for temp HTML files, file URL inputs, malformed file URLs, and existing files outside allowed roots. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update test expectations to match the new log format and serve args introduced in 2b98230 (bind address support). The log now includes 'host <addr>, port <port>' and the serve command passes --host. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2b98230 to
628f058
Compare
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.
No description provided.