feat(ui): add agent completion browser alerts - #2413
Draft
sriaradhyula wants to merge 3 commits into
Draft
Conversation
Signed-off-by: Sri Aradhyula <sraradhy@cisco.com>
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
🧪 CAIPE UI Test Results✅ All tests passed 🟡 Overall Coverage: 62%📊 Detailed Coverage
✅ Test Suites
📈 Coverage Thresholds
|
Contributor
Prebuild Artifacts for `965a9f3` (archived)Prebuild Artifacts for
|
| Artifact | Image | Tag | Status | CI |
|---|---|---|---|---|
| caipe-ui | - | - | Failed | CI |
These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
Contributor
Prebuild Artifacts for `4ac585e` (archived)Prebuild Artifacts for
|
| Artifact | Image | Tag | Status | CI |
|---|---|---|---|---|
| caipe-ui | ghcr.io/cnoe-io/prebuild/caipe-ui |
feat-browser-agent-notifications-3 |
Published | CI |
Docker pull commands
docker pull ghcr.io/cnoe-io/prebuild/caipe-ui:feat-browser-agent-notifications-3These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
Signed-off-by: Sri Aradhyula <sraradhy@cisco.com>
Contributor
Prebuild Artifacts for
|
| Artifact | Image | Tag | Status | CI |
|---|---|---|---|---|
| caipe-ui | ghcr.io/cnoe-io/prebuild/caipe-ui |
feat-browser-agent-notifications-4 |
Published | CI |
Docker pull commands
docker pull ghcr.io/cnoe-io/prebuild/caipe-ui:feat-browser-agent-notifications-4These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
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.
Description
Adds opt-in agent completion alerts to the CAIPE web UI.
Browser alerts require HTTPS and an open CAIPE tab. A lightweight service worker provides persistent display and click-through handling; this change does not add push delivery for closed-browser notifications.
Type of Change
Pre-release Helm Charts (Optional)
Not applicable; this is a UI-only change.
Checklist
Validation
npm run lintnpx tsc --noEmitnpm test -- --runInBand src/lib/__tests__/agent-completion-notifications.test.ts src/components/notifications/__tests__/AgentCompletionNotifier.test.tsx src/components/settings/sections/__tests__/NotificationsSettings.test.tsx src/app/api/__tests__/settings.test.ts— 38 tests passednpm run build