Commit graph

458 commits

Author SHA1 Message Date
musi
44e4ff6cd2 Merge branch 'dev/3.1'
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
2026-07-01 22:30:37 +08:00
musi
1faa217a40 Bump version to 3.0.5 2026-07-01 22:29:33 +08:00
musi
513fa11ead Remove default routing fallback from config and docs 2026-07-01 22:27:16 +08:00
musi
22dad1afb5 Streamline README and sponsor tables 2026-07-01 22:12:22 +08:00
musi
cbf1a72507 Enhance provider links with icons in README 2026-07-01 21:52:13 +08:00
musi
9f99eb2d84 Merge remote-tracking branch 'origin/dev/3.1' into dev/3.1
# Conflicts:
#	src/main/profile-service.ts
2026-07-01 21:45:48 +08:00
musi
371520bb4c Revise configuration docs for agent and provider setup 2026-07-01 21:44:37 +08:00
musi
5ad41aba2b
Merge pull request #1471 from 810senpai114514/feat/no-proxy
feat: 支持 NO_PROXY 环境变量与 Linux 环境变量代理回退
2026-07-01 19:52:31 +08:00
musistudio
2cbaaded8f Refresh README for new gateway and provider docs 2026-07-01 19:51:59 +08:00
musistudio
054c4fcd94 Expand routing docs and TOC headings 2026-07-01 19:16:21 +08:00
musistudio
f6c112148d Add Claude Code routing docs and app model catalog support 2026-07-01 18:48:28 +08:00
musistudio
56c1b666c6 Refactor router config and provider handling 2026-07-01 17:55:48 +08:00
810senpai114514
11392a5b09 feat: support NO_PROXY and env proxy fallback for Linux
- Extend shouldBypassProxy to read NO_PROXY/no_proxy env vars,
  supporting exact hostname, .suffix wildcard, * wildcard, and
  IPv4 CIDR matching (built-in localhost bypass unchanged)
- Fall back to HTTPS_PROXY/HTTP_PROXY env vars when OS-level
  system proxy is unavailable (Linux), fixing timeout on systems
  without macOS/Windows system-proxy APIs

Co-Authored-By: 810senpai114514 <810senpai114514@users.noreply.github.com>
2026-07-01 11:58:31 +08:00
musi
73bcf2e6e6 fix: publish release assets to existing releases
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
2026-06-30 23:04:51 +08:00
musi
c5f7a3a392 chore: release 3.0.4 2026-06-30 22:32:37 +08:00
musi
451bdb572c Expand configuration docs for dashboard, keys, and providers 2026-06-30 22:27:16 +08:00
musistudio
98cd66f261 Simplify routing config and improve network logs 2026-06-30 20:02:35 +08:00
musistudio
98375b7f4e Add Claude App profile opening and HTML PNG export 2026-06-30 17:45:19 +08:00
musistudio
83ea5d8b5b Add share widget defaults and PNG export support 2026-06-30 17:07:28 +08:00
musistudio
437cf29d3e Add Windows storage migration and client disconnect aborts 2026-06-30 15:35:34 +08:00
musi
f6174752b7 Improve app packaging diagnostics and usage formatting 2026-06-30 13:57:06 +08:00
musistudio
13517cc2a0 Make model catalog capability-aware 2026-06-30 12:04:26 +08:00
musistudio
1a8d7cb610 Refactor router config handling 2026-06-30 10:38:33 +08:00
musi
20691a8215 fix tray radial metric arc alignment 2026-06-30 09:55:07 +08:00
musi
a784eba837 Document SQLite config migration and add test script 2026-06-30 09:19:53 +08:00
musi
608915c037 chore: release 3.0.3
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
2026-06-29 22:53:27 +08:00
musi
589f299319 Refine provider docs and gateway API key handling 2026-06-29 22:49:39 +08:00
musistudio
7cfe854336 Persist provider model display names 2026-06-29 20:45:08 +08:00
musistudio
c583f69666 Refactor router configuration and provider handling 2026-06-29 20:24:27 +08:00
musistudio
1534059fd6 Refactor router config and provider handling 2026-06-29 16:45:47 +08:00
musistudio
81882616b9 Merge remote-tracking branch 'origin/dev/3.1' into dev/3.1 2026-06-29 10:29:18 +08:00
musistudio
8d306c562f Add CLI web service support and install docs 2026-06-29 10:28:58 +08:00
musi
c899b51b04 Add remote sync to Claude wrapper and provider IDs 2026-06-29 08:44:27 +08:00
musistudio
1b0c481376 Remove CDN workflow and add MIT license info
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
2026-06-28 21:45:45 +08:00
musistudio
ac39e702b3 chore: release 3.0.2 2026-06-28 21:23:02 +08:00
musistudio
673373d958 Merge branch 'dev/3.1' 2026-06-28 21:21:22 +08:00
musistudio
0549e3d7eb Update docs deployment and provider import copy 2026-06-28 21:19:01 +08:00
musistudio
4a5b2cda44 chore: release 3.0.1
Some checks failed
Docs / Build (push) Has been cancelled
Docs / Deploy (push) Has been cancelled
2026-06-27 16:42:36 +08:00
musistudio
31e0756ae4 Decouple Claude Design proxy from browser app 2026-06-26 22:48:53 +08:00
musistudio
27ffe73c6d Merge branch 'main' into dev/3.1 2026-06-26 21:29:57 +08:00
musistudio
bf282079a5 Normalize endpoint base URLs in title bar 2026-06-26 21:28:26 +08:00
musistudio
415cf24a98 Defer onboarding profile apply until confirmed 2026-06-26 21:25:18 +08:00
musi
c1361581b9
Merge pull request #1460 from TeslA1402/patch-3.0.1
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
bugfix: Handle spaces in Windows paths for cmd.exe spawn and apiKeyHelper
2026-06-26 21:09:59 +08:00
musistudio
cb1882a838 Migrate config to SQLite and improve Windows command handling 2026-06-26 18:11:47 +08:00
Ivan Timeev
34638d481b
bugfix: Handle spaces in Windows paths for cmd.exe spawn and apiKeyHelper 2026-06-26 13:52:33 +05:00
musi
98f7d097cd Refactor router config handling and request flow 2026-06-26 09:29:47 +08:00
musistudio
7fd04555fa Update README acknowledgements and screenshots 2026-06-25 19:58:57 +08:00
musistudio
e7daa50692 Add GitHub Pages docs deployment 2026-06-25 19:53:49 +08:00
musistudio
02319a257f Merge dev/3.0 into main for v3.0.0 2026-06-25 19:30:45 +08:00
musistudio
b4cf856caf Remove obsolete router code 2026-06-25 19:26:30 +08:00