Commit Graph

28 Commits

Author SHA1 Message Date
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 355cefd171 bump web ui to 0.6.23 (#1875) 2026-07-01 10:34:34 +08:00
ekko 0c9d4e6046 bump web ui to 0.6.22 (#1830) 2026-06-29 13:19:11 +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 7996ed24d3 bump 0.6.19 changelog (#1742) 2026-06-23 09:58:28 +08:00
ekko 4c4625eafc Bump Web UI to 0.6.18 (#1696) 2026-06-20 20:23:56 +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 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 2d152dbb07 Add 0.6.15 frontend changelog (#1550) 2026-06-14 15:12:14 +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 cede4b983c chore: prepare 0.6.13 release notes (#1467) 2026-06-10 10:46:25 +08:00
ekko fcea2f6508 [codex] update website webui versions (#1433)
* update website webui versions

* bump webui version to 0.6.12
2026-06-09 13:19:29 +08:00
ekko 921567247a prepare 0.6.11 changelog (#1359) 2026-06-06 11:20:15 +08:00
ekko 1d19be2aea prepare 0.6.10 changelog (#1285) 2026-06-03 17:47:01 +08:00
ekko b7fdc9190c fix desktop runtime archive extraction (#1264) 2026-06-03 09:20:07 +08:00
ekko 6792a451e9 update Hermes Studio branding and speech pause (#1240) 2026-06-02 14:05:12 +08:00
ekko 59d7df1c52 [codex] fix desktop update check rate limit (#1239)
* fix desktop update check rate limit

* bump release version to 0.6.9
2026-06-02 13:45:16 +08:00
ekko 7aa483f003 Fix desktop runtime cold start handling (#1233)
* fix desktop runtime cold start handling

* fix windows desktop python startup env

* Revert "fix windows desktop python startup env"

This reverts commit 3718ba7586.

* bump desktop release version to 0.6.8
2026-06-02 10:58:15 +08:00
sir1st 00ea452310 Codex/pr 1217 (#1226)
* bundle node and windows git runtimes

* split desktop runtime into release package

* fix desktop runtime packaging ci

* embed desktop runtime release tag

* show desktop runtime download progress

* fix desktop runtime release handling

* refactor desktop runtime version config

* fix desktop package license

---------

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
Co-authored-by: ekko <fqsy1416@gmail.com>
2026-06-02 08:55:17 +08:00
ekko ed905e419d set package version to 0.6.7 (#1208) 2026-06-01 14:38:36 +08:00
ekko 4516502705 add desktop tray and updater support (#1193) 2026-06-01 11:03:18 +08:00
ekko a7be7c0175 bump package versions to 0.6.7 (#1175) 2026-05-31 10:32:53 +08:00
ekko 046c8d4f8f Fix desktop release artifact uploads (#1158)
* chore: bump version to 0.6.6

* fix desktop release artifact metadata globs
2026-05-30 17:35:41 +08:00
ekko f7991572af fix desktop preload build and rename app (#1150)
* fix desktop preload fetch typing

* rename desktop app to Hermes Studio

* rename desktop package to Hermes Studio

* update Hermes Studio desktop icons

* configure desktop signing and app id

* force desktop api calls to local server

* isolate desktop agent bridge ports

* bundle MCP support in desktop Python

* change desktop default port to 8748

* restore webui production port copy
2026-05-30 15:59:52 +08:00
sir1st cbae8e8c3f Add desktop (Electron) packaging and release distribution (#1147)
* Add desktop packaging workflow

* Add desktop package homepage

* Fix desktop default credential prompt

* Suppress default credential prompt on desktop

* Publish desktop artifacts on release; reduce CI to PR smoke test

Add desktop-release.yml triggered on release publish (mirroring
docker-publish.yml) to build all platforms and upload .dmg/.exe/
.AppImage/.deb to the GitHub Release.

Trim build.yml desktop job to a PR-only Linux x64 smoke test, since
release artifacts are now produced by desktop-release.yml. This drops
per-push and macOS/Windows packaging from regular CI.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Fix desktop Hermes data home on Windows

---------

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 14:20:04 +08:00