Files
git.stella-ops.org/docs/features/checked/web/ai-chat-panel-ui.md
2026-02-12 10:27:23 +02:00

2.2 KiB

AI Chat Panel UI

Module

Web

Status

VERIFIED

Description

Advisory AI chat surfaces are implemented with role-aware message rendering, object-link citations, grounding score display, and action-button interactions.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/
  • Core files:
    • src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.component.ts
    • src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat-message.component.ts
    • src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/chat.service.ts
    • src/Web/StellaOps.Web/src/app/features/advisory-ai/chat/object-link-chip.component.ts
  • Focused tests:
    • src/Web/StellaOps.Web/src/tests/advisory_ai_chat/chat-message.component.spec.ts

Follow-up Notes

  • Tier 2 verification is component-level integration harness evidence because advisory chat panels are composed inside larger triage workspaces rather than a dedicated standalone route.

Verification

  • Date: 2026-02-10
  • Run artifacts: docs/qa/feature-checks/runs/web/ai-chat-panel-ui/run-001/
  • Tier results:
    • tier0-source-check.json: pass
    • tier1-build-check.json: pass
    • tier2-e2e-check.json: pass

Recheck (run-002)

  • Date (UTC): 2026-02-10
  • Status: VERIFIED (replayed)
  • Tier 1 evidence: Angular build passed and checked-web suite passed 145/145.
  • Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-chat-panel-ui/run-002/tier2-e2e-check.json.

Recheck (run-004)

  • Date (UTC): 2026-02-10
  • Status: VERIFIED (replayed)
  • Tier 1 evidence: Angular build passed and checked-web suite passed 145/145 across 47 files.
  • Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-chat-panel-ui/run-004/tier2-e2e-check.json.

Recheck (run-006)

  • Date (UTC): 2026-02-11
  • Status: VERIFIED (strict Tier 2 UI replay)
  • Tier 1 evidence: Targeted chat component suite passed 4/4 and Web build passed.
  • Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-chat-panel-ui/run-006/tier2-ui-check.json
  • Replay scope:
    • Navigate to /ai/chat and validate role-aware user/assistant message rendering.
    • Verify grounding score badge and object-link citations (SBOM, Reachability).
    • Trigger Create VEX draft action from assistant proposed actions.