tftsr-devops_investigation/index.html
Shaun Arman fcf556ce5a
Some checks failed
Test / rust-clippy (push) Successful in 11m25s
Test / rust-tests (push) Successful in 12m9s
Test / frontend-typecheck (push) Successful in 1m39s
Test / frontend-tests (push) Successful in 1m25s
Test / wiki-sync (push) Has been skipped
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / wiki-sync (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-fmt-check (push) Successful in 1m28s
feat: add custom_rest provider mode and rebrand application name
Rename custom API format handling from msi_genai to custom_rest with backward compatibility, add guided model selection with custom entry in provider settings, and rebrand app naming to Troubleshooting and RCA Assistant across UI, metadata, and docs.

Made-with: Cursor
2026-04-04 15:35:58 -05:00

14 lines
382 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Troubleshooting and RCA Assistant</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>