Commit Graph

91 Commits

Author SHA1 Message Date
ekko 54743d9d00 release 0.6.27 changelog (#1987) 2026-07-08 09:47:45 +08:00
ekko 8ec624327a fix windows desktop runtime trampolines (#1972) 2026-07-06 19:59:31 +08:00
ekko 79eab56a63 Add bundled Web UI startup fallback (#1968) 2026-07-06 19:43:55 +08:00
ekko a7ed55e150 [codex] release 0.6.26 changelog (#1959)
* release 0.6.26 changelog

* stabilize MCU audio enqueue test
2026-07-06 10:43:04 +08:00
Love-JourneY 785e7e6caf fix(desktop): handle EPIPE in webui-server stdout/stderr forwarding (#1949)
When the parent process closes its stdout/stderr pipe (e.g. terminal
exits, launch script terminates), process.stdout.write() throws
an unhandled write EPIPE error that crashes the main process.

Fixed by wrapping stdout/stderr writes in try/catch and adding
silent error handlers on both child streams.

Fixes #58757 (re-filed)

Co-authored-by: bbSoyArch <bbsoyarch@users.noreply.github.com>
2026-07-06 08:32:00 +08:00
ekko a414398b39 fix desktop login persistence (#1940) 2026-07-05 13:57:20 +08:00
ekko 3a03918a58 fix desktop login reset flow (#1920) 2026-07-03 19:09:20 +08:00
ekko 8620ba9449 fix execute_code guard bridge compatibility (#1910) 2026-07-03 10:35:06 +08:00
ekko 8ed123fd9f release 0.6.24 changelog (#1906) 2026-07-03 08:51:33 +08:00
ekko 6f6f0ad0bd bump Hermes Agent runtime to 0.18.0 (#1888) 2026-07-02 08:21:59 +08:00
ekko 355cefd171 bump web ui to 0.6.23 (#1875) 2026-07-01 10:34:34 +08:00
ekko 00df2dd7b1 add pet close control (#1874) 2026-07-01 10:20:29 +08:00
ekko eb4cff8e75 fix desktop petdex previews (#1856) 2026-06-30 16:32:22 +08:00
ekko 99d57631a0 add desktop pet window (#1850) 2026-06-30 16:17:55 +08:00
ekko b902d6e878 [codex] stop Windows desktop server before updater install (#1832)
* fix desktop windows updater shutdown

* set version to 0.6.21 for windows updater build

* restore version to 0.6.22

* allow updater install quit without shutdown intercept

* scope updater quit bypass to windows

* set version to 0.6.21 for windows updater retest

* harden windows installer app shutdown

* restore desktop runtime shutdown flow

* prompt before installing downloaded update

* restore version to 0.6.22
2026-06-29 16:34:10 +08:00
ekko aaef4d6fb3 set desktop runtime default to 0.17.0 (#1831) 2026-06-29 13:22:01 +08:00
ekko 0c9d4e6046 bump web ui to 0.6.22 (#1830) 2026-06-29 13:19:11 +08:00
ekko c15d9c1a41 fix windows electron builder wrapper (#1825) 2026-06-28 12:37:08 +08:00
ekko 2fbbad4139 fix desktop runtime download temp file (#1814) 2026-06-27 12:32:13 +08:00
ekko de2ee11169 fix linux deb install path (#1807) 2026-06-26 14:34:28 +08:00
ekko 2e6d0e8c1f bump version and changelog to 0.6.21 (#1786) 2026-06-25 11:47:55 +08:00
ekko 1f39c397e3 release 0.6.20 workflow launch (#1769) 2026-06-24 18:14:25 +08:00
ekko 54b885ba4d fix desktop browser runtime resolution (#1765) 2026-06-24 17:08:08 +08:00
ekko 49979e23e7 Pin Windows runtime Chrome version (#1764) 2026-06-24 16:35:37 +08:00
ekko 640e644942 guard desktop runtime patch integrity (#1761) 2026-06-24 15:03:50 +08:00
ekko ab575e7bc4 fix browser runtime output helper patch (#1760) 2026-06-24 14:33:30 +08:00
ekko 7996ed24d3 bump 0.6.19 changelog (#1742) 2026-06-23 09:58:28 +08:00
ekko 305ed60989 fix windows auto updater recovery (#1726) 2026-06-22 10:59:48 +08:00
ekko b23e980d52 fix windows shim arg forwarding (#1705) 2026-06-21 09:07:00 +08:00
ekko 51a997856c Fix Windows shim command forwarding (#1697) 2026-06-21 08:33:44 +08:00
ekko 4c4625eafc Bump Web UI to 0.6.18 (#1696) 2026-06-20 20:23:56 +08:00
ekko 3f861c15f0 Fix Windows PATH shim Unicode handling (#1695) 2026-06-20 19:59:15 +08:00
ekko 628232ab1f prefer studio mcp entry (#1688)
Co-authored-by: Codex <codex@openai.com>
2026-06-20 12:35:46 +08:00
ekko b2d8f1c12d split studio mcp toolsets (#1687) 2026-06-20 11:04:03 +08:00
ekko 6854af8cb9 docs: document desktop command shims (#1676) 2026-06-19 17:08:49 +08:00
ekko 7f456fa1b0 add hermes studio command namespaces (#1675) 2026-06-19 17:00:05 +08:00
ekko 8a9b7b6c5d [codex] fix mcu active device login (#1668)
* fix mcu active device login

* add mcu relay voice support
2026-06-19 12:42:25 +08:00
ekko deb9925c70 [codex] move coding agent prompts out of CLI args (#1631)
* Flatten Windows coding agent prompts

* Move coding agent prompts out of CLI args

* Bump version to 0.6.17
2026-06-17 18:37:43 +08:00
ekko db455f6f69 Revert "[codex] Fix Windows coding agent MCP launch (#1623)" (#1627)
This reverts commit 904a124a6b.
2026-06-17 17:02:08 +08:00
ekko 904a124a6b [codex] Fix Windows coding agent MCP launch (#1623)
* Fix Windows coding agent MCP launch

* Update website version list
2026-06-17 15:47:09 +08:00
ekko 185dac9726 [codex] bump Web UI to 0.6.16 (#1619)
* bump web ui to 0.6.16

* update web ui version manifest
2026-06-17 11:02:21 +08:00
ekko 1bbcccd5d7 rename repository to hermes-studio (#1552) 2026-06-14 16:56:52 +08:00
ekko 2d152dbb07 Add 0.6.15 frontend changelog (#1550) 2026-06-14 15:12:14 +08:00
ekko 69c7e291d7 Gracefully stop desktop server on quit (#1548) 2026-06-14 14:22:45 +08:00
ekko 9882804ecd [codex] Keep runtime check visible before source selection (#1543)
* Keep runtime check visible before source selection

* Wait for local runtime check before source selection

* Remove desktop runtime migration flow

* Use existing desktop runtime when available
2026-06-14 13:50:05 +08:00
ekko e28288d0c6 Fix Windows gateway shutdown cleanup (#1542) 2026-06-14 13:49:53 +08:00
ekko d1c53b75a9 Show runtime check before download source (#1541) 2026-06-14 11:37:55 +08:00
ekko 841d8e3d47 [codex] redesign chat sidebars (#1518)
* feat: redesign chat sidebars

* feat: embed chat tool panel

* fix: make chat tool panel split layout

* fix: keep chat tool splitter line visible

* fix: restore chat tool panel divider

* fix: show full chat tool resize handle

* fix: align embedded terminal headers

* fix: give chat tool resize handle solid background

* fix: simplify chat tool resize handle grip

* fix: default tool panel to workspace

* revert: keep tool panel resize behavior simple

* fix: keep chat input in resizable pane

* fix: leave gap in chat tool resize divider

* fix: disable model picker for coding agents

* fix: update chat layout CI coverage

* fix: tighten mobile context usage spacing

* fix: adjust context usage mobile spacing

* fix: refine mobile sidebar and skills search

* feat: stabilize chat sidebar layout

* fix: polish desktop startup and session sidebar
2026-06-12 21:58:23 +08:00
ekko 36d6f78e84 [codex] update runtime version management (#1499)
* Update runtime version management

* Avoid blocking desktop startup on bridge readiness

* Remove incompatible cached Web UI versions on desktop startup

* Remove incompatible Web UI downgrade targets
2026-06-11 21:38:26 +08:00
ekko 3ab875998b [codex] Improve write gate and desktop startup UX (#1496)
* Split Hermes bridge Python modules

* Add Hermes write gate controls

* Adjust approval prompt width

* Improve write gate and desktop startup UX

* Fix bridge runtime patch sync

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-11 20:21:13 +08:00