hermes-agent/apps/desktop/src
Brooklyn Nicholson 6bbc5eefa0 Fix clarify icon alignment and spurious error-red on non-zero exit
- clarify-tool: top-align the help icon (items-start + mt-px) so it sits
  beside the first line of a multi-line question instead of floating
  centered against the whole block.
- tool-fallback: a non-zero exit code alone no longer paints the whole
  terminal/execute_code card red. grep no-match, diff differences, and
  piped commands routinely exit non-zero while producing useful output;
  only flag an error when the command produced no output. Explicit error
  signals (error field, success=false, status=error, isError) still go red.
- Add regression tests covering the exit-code -> status matrix.
2026-06-06 09:23:50 -05:00
..
app Remove drop shadows from composer and user message bubbles 2026-06-06 09:18:54 -05:00
components Fix clarify icon alignment and spurious error-red on non-zero exit 2026-06-06 09:23:50 -05:00
hooks Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
i18n feat(desktop): steer the live run from the composer 2026-06-05 20:50:30 -05:00
lib feat(desktop): steer the live run from the composer 2026-06-05 20:50:30 -05:00
store feat(desktop): integrate arrow history with the message queue 2026-06-05 20:33:53 -05:00
themes Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
types feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286) 2026-06-05 23:35:36 -07:00
global.d.ts feat(desktop): per-profile remote gateway hosts (#39778) 2026-06-05 12:14:18 +00:00
hermes.ts feat(desktop): warn when main-model switch leaves auxiliary tasks pinned to another provider (#40286) 2026-06-05 23:35:36 -07:00
main.tsx feat(desktop): add i18n with Simplified Chinese (zh-Hans) support 2026-06-05 10:32:26 -07:00
styles.css Remove drop shadows from composer and user message bubbles 2026-06-06 09:18:54 -05:00
vite-env.d.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00