mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-17 14:42:06 +00:00
Bring apps/desktop and ui-tui to a clean state for typecheck, eslint,
and prettier:
- Run prettier across both trees (printWidth/wrap drift; prettier is not
CI-enforced for these JS projects, so main had accumulated drift).
- Apply eslint --fix for padding-line-between-statements and perfectionist
import/export sorting.
- Manual fixes for non-auto-fixable rules:
- remove unused node:net import in electron/main.cjs (uses Electron net)
- replace inline `typeof import(...)` annotations with top-level
`import type * as EnvModule` in two ui-tui test files
- scoped eslint-disable no-control-regex on intentional sentinel/ANSI
regexes (mathUnicode.ts, text.ts)
- resolve react-hooks/exhaustive-deps per-case: correct swapped/missing
deps, collapse redundant session.* members, and justified disables on
settings mount-only data-load effects to preserve run-once behavior
No behavior changes; test pass/fail counts are unchanged from the main
baseline.
|
||
|---|---|---|
| .. | ||
| memory | ||
| about-settings.tsx | ||
| appearance-settings.tsx | ||
| computer-use-panel.tsx | ||
| config-settings.tsx | ||
| constants.ts | ||
| credential-key-ui.tsx | ||
| env-credentials.tsx | ||
| env-var-actions-menu.tsx | ||
| field-copy.ts | ||
| gateway-settings.tsx | ||
| helpers.test.ts | ||
| helpers.ts | ||
| index.tsx | ||
| keys-settings.tsx | ||
| mcp-settings.tsx | ||
| model-settings.test.tsx | ||
| model-settings.tsx | ||
| notifications-settings.tsx | ||
| pet-settings.tsx | ||
| primitives.tsx | ||
| provider-config-panel.test.tsx | ||
| provider-config-panel.tsx | ||
| providers-settings.test.tsx | ||
| providers-settings.tsx | ||
| sessions-settings.tsx | ||
| toolset-config-panel.test.tsx | ||
| toolset-config-panel.tsx | ||
| types.ts | ||
| uninstall-section.tsx | ||
| use-deep-link-highlight.ts | ||
| voice-field-visible.test.ts | ||