Add a dedicated CPU history chart with per-core live indicators, switch the
network block to a vertical stack with a tighter height cap, and lift process
counts into header pills.
Also make the process list columns sortable, add spacing around the close
button, and extend backend CPU sampling to include per-core usage data.
Add a preflight change-detection job to the Docker publish workflow and
derive the build matrix from shared-root and service-specific path
filters. Preserve full publishes on manual dispatch while skipping
unaffected service image builds on routine pushes.
replace the fixed large-breakpoint column split with an auto-fit grid so
memory, network, and disk modules display side by side at typical widths
and collapse to one column only on very narrow containers.
tighten module spacing and card chrome (gap, padding, radius) to increase
information density, and add container-query refinements to keep usage and
process blocks full width while improving narrow-width behavior for memory,
network, and disk sublayouts.
replace the top usage module layout with a single cpu-focused lane and inline
value presentation to better match the target compact design.
remove swap-related computed display logic from this section and wire a cpu
history source for sparkline rendering, reducing redundant overview elements
while keeping key utilization feedback visible.
update changelog entries to record the cpu-only top bar and mounted info row
removal in the status monitor overview.
extend server status payload with timezone, uptime, and process summary so
the monitor sidebar can show richer at-a-glance host context.
introduce process:list and process:signal websocket flows on active SSH
sessions, enabling on-demand process querying and terminate/kill actions
without adding new HTTP endpoints.
add a dedicated process manager modal in the frontend with search, refresh,
auto-refresh, and per-process actions, and wire localized labels for both
english and chinese.
enhance global connection fuzzy search scoring to include tag names as
secondary-weight fields while preserving primary host/name relevance.
refactor workspace status monitoring UI into a dense responsive dark panel
style, including unified header, resource cards, and trend chart shells.
enhance global connection quick search cards by rendering connection tag
chips from tags store for easier host disambiguation.
update helloagents changelog, archive proposals/tasks, and module index to
record both completed frontend improvements.
Expose `cpuCores` in backend status collection with multi-command fallback
and surface it in the status panel as a localized CPU core badge under the
CPU model.
Adjust terminal group UX by adding a server-level close-all control in the
SSH tab group header.
Reduce accidental quick command execution by switching list interaction to
single-click select + double-click execute, while preserving keyboard Enter
and context-menu execution paths.
add memory and disk monitoring cards with richer server metrics
and localized labels in the workspace status panel
group ssh terminal tabs by server with per-group add actions to
make multi-terminal relationships clearer
sync helloagents archive and module documentation for the
completed workspace updates
add shared page and auth shells to standardize the main
application layout and authentication entry experience
refresh dashboard, settings, login, setup, notifications,
proxies, and audit logs with a consistent Element Plus based
control-center presentation
modernize workspace side panels and status monitor while
keeping the three-column layout, and fix the terminal hover
cursor to show a text caret
Rework the default /workspace layout into a three-column view
with a left-side Workbench, centered terminal, and right-side
status monitor.
Add a new Workbench pane that groups file manager, command
history, and editor into tabs while preserving panel state.
Extend server status data to expose cumulative network upload
and download totals since boot, and show them in the monitor.
Include a lightweight migration for the old default layout and
update related locale strings, pane metadata, and knowledge
base records.