tftsr-devops_investigation/src-tauri/src/commands
Shaun Arman 0b7f1cd9ab
Some checks failed
Test / rust-fmt-check (pull_request) Successful in 1m29s
Test / frontend-typecheck (pull_request) Successful in 1m28s
Test / frontend-tests (pull_request) Successful in 1m30s
Test / rust-clippy (pull_request) Successful in 3m33s
Test / rust-tests (pull_request) Successful in 4m54s
PR Review Automation / review (pull_request) Failing after 8m49s
feat(ai): add devops-incident-responder agent with domain auto-detection
- Implement AgentRegistry system with devops-incident-responder agent
- Add domain detection based on conversation keywords
- Inject devops-incident-responder as primary system prompt
- Auto-switch domain prompts silently when context shifts
- Fix version update script to handle JSON format correctly
- Always display version in bottom-left corner
- Add release notes fallback to git commits if CHANGELOG empty

This implements the full devops-incident-responder agent as the primary
system prompt, with domain-specific SME prompts layered on top based on
conversation content analysis. The version display bug is fixed by removing
the collapsed condition, and release notes now have a fallback mechanism.
2026-04-29 19:41:47 -05:00
..
ai.rs feat(ai): add devops-incident-responder agent with domain auto-detection 2026-04-29 19:41:47 -05:00
analysis.rs fix: lint fixes and formatting cleanup 2026-04-09 20:42:40 -05:00
db.rs fix: harden timeline event input validation and atomic writes 2026-04-19 18:25:53 -05:00
docs.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
image.rs fix: lint fixes and formatting cleanup 2026-04-09 20:42:40 -05:00
integrations.rs feat(ai): add tool-calling and integration search as AI data source 2026-04-07 09:35:34 -05:00
mod.rs feat: add image attachment support with PII detection 2026-04-08 20:03:34 -05:00
system.rs feat: implement dynamic versioning from Git tags 2026-04-13 16:12:03 -05:00