merge: resolve conflict with main (i18n refactor)

Main moved StatusPage constants/functions inside the component and added
i18n support. Resolved by keeping the i18n structure and adding the
runningRemote key to en.ts, zh.ts, and types.ts for remote gateway
display.
This commit is contained in:
Hermes Agent
2026-04-14 22:30:50 +00:00
158 changed files with 10933 additions and 1378 deletions

View File

@@ -277,6 +277,6 @@ docker restart hermes
```sh
docker logs --tail 50 hermes # Recent logs
docker exec hermes hermes version # Verify version
docker run -it --rm nousresearch/hermes-agent:latest version # Verify version
docker stats hermes # Resource usage
```