hermes-agent/apps/bootstrap-installer/src-tauri/src
Brooklyn Nicholson 1971b10526 fix(installer): pass LogStream to emit_log calls from #38296
PR #38296 added four emit_log() calls using the old 3-arg signature, but
main had already changed emit_log to take a `stream: LogStream` argument
(#38312, "stop mislabeling stdout-style progress as stderr"). The two PRs
touched different lines, so the merge auto-resolved with no conflict and
left main unable to compile the bootstrap installer (E0061: 4 args expected,
3 supplied).

Supply the missing stream: Stdout for the update/install progress lines and
Stderr for the "could not auto-launch desktop" failure, matching the
convention from #38312. cargo check passes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 12:28:28 -05:00
..
bootstrap.rs Merge pull request #38312 from NousResearch/bb/installer-stderr-log-label 2026-06-03 12:17:35 -05:00
events.rs fix(installer): stop mislabeling stdout-style progress as stderr 2026-06-03 10:38:34 -05:00
install_script.rs Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
lib.rs feat(installer): rename macOS installer to "Hermes" and make it a launcher (#37516) 2026-06-02 17:47:34 +00:00
main.rs Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
paths.rs Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
powershell.rs fix(desktop): self-update rebuilds and relaunches cleanly on macOS 2026-06-03 10:19:44 -05:00
update.rs fix(installer): pass LogStream to emit_log calls from #38296 2026-06-03 12:28:28 -05:00