Initial commit: Hermes AI Bridge WordPress plugin for cPanel agent runtime

This commit is contained in:
2026-07-03 08:49:52 +02:00
commit 17d218c3b6
9 changed files with 981 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* Hermes AI Bridge Admin Styles */
.toplevel_page_hermes-ai-bridge .wrap input[readonly] {
background: #f0f0f1;
cursor: pointer;
}
.toplevel_page_hermes-ai-bridge .wrap h2 {
margin-top: 2em;
}
.toplevel_page_hermes-ai-bridge #hermes-regenerate-key {
margin-top: 8px;
}