원클릭으로
hermes-display-density
Tune Hermes output density via display.compact and related settings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tune Hermes output density via display.compact and related settings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.
Use when scheduling recurring polls, read-only monitors, or background jobs that must survive shell session boundaries.
Discover, register, and maintain Hermes skills from non-default paths (plugin directories, external repos, shared vaults). Use when skills are missing from `skills_list()`, when the user mentions plugin skills, when symlinking skills, or when reconciling duplicate/overlapping skills between the default tree and external sources.
Operate the Antigravity CLI (agy): plugins, auth, sandbox.
Tune HERMES_STREAM_RETRIES for mid-stream reconnect resilience.
Manage parallel Hermes sessions in Telegram topics.
| name | hermes-display-density |
| description | Tune Hermes output density via display.compact and related settings. |
| version | 0.1.0 |
| author | Hermes |
| metadata | {"hermes":{"tags":["Hermes","Display","Configuration","Density"]}} |
Control how much whitespace and visual chrome Hermes puts in CLI/TUI output. The primary lever is display.compact: true, which collapses the startup banner to a minimal bordered box and suppresses decorative spacing. Related settings in the display config section further tune output density.
config.yaml (find it with hermes config path)Set the config value through the terminal tool:
hermes config set display.compact true
Then start a new session (/reset in an existing session, or relaunch the CLI). Display settings are read at startup — they do NOT apply mid-conversation (this preserves prompt caching).
| Setting | Default | Effect |
|---|---|---|
display.compact | false | Compact banner, reduced whitespace |
display.resume_display | full | minimal = one-liner recap on session resume |
display.tool_progress | all | off = hide tool call progress entirely |
display.streaming | true | Token-by-token streaming output |
display.show_reasoning | false | Show model chain-of-thought |
display.timestamps | false | Timestamps on messages |
display.interim_assistant_messages | true | Show interim assistant text during tool calls |
Enable compact mode:
hermes config set display.compact true
(Optional) Reduce resume recap noise:
hermes config set display.resume_display minimal
(Optional) Hide tool progress output entirely:
hermes config set display.tool_progress off
Start a new session — display settings snapshot at startup:
hermes/reset/restartVerify the compact banner appears (a small bordered box with model name + tool count, no ASCII caduceus art).
display.compact is read once at startup. Toggling it in config does not change the current session — start a new one./compact is NOT this feature. The /compact slash command is an alias for /compress (context compression). It has nothing to do with display.compact.--compact CLI flag. Compact mode is set via config or auto-detected from terminal width. There is no command-line argument for it.HERMES_DEFER_AGENT_STARTUP=1 and HERMES_FAST_STARTUP_BANNER=1.hermes config show | grep compact
Expected output shows compact: true under the Display section. On next session start, the banner is a minimal bordered box instead of the full caduceus art.