fawney19
|
63149fe281
|
Add tunnel overload protection
|
2026-05-12 18:36:41 +08:00 |
|
fawney19
|
5509f70ad4
|
Bump proxy version to 0.3.9
|
2026-05-12 18:36:41 +08:00 |
|
github-actions[bot]
|
110cb147d1
|
chore(proxy): update download links for proxy-v0.3.9
|
2026-05-12 09:04:17 +00:00 |
|
fawney19
|
92e4066977
|
Merge pull request #432 from RWDai/fix/cli-install-copy
Add admin API key CLI install sessions
|
2026-05-12 16:50:24 +08:00 |
|
fawney19
|
ba5e802174
|
Merge pull request #433 from Kayphoon/feat/macos-one-click-install
feat(install): add macOS native one-click install with launchd
|
2026-05-12 16:49:50 +08:00 |
|
fawney19
|
4b2507b155
|
Fix score popover duplication
|
2026-05-12 16:04:00 +08:00 |
|
Kayphoon
|
6d2fcf12cd
|
feat(install): add macOS native one-click install with launchd
- Release workflow builds macos-amd64/macos-arm64 tarballs on native runners
- install.sh detects Darwin, downloads macos-* assets, installs LaunchDaemon
- Dedicated _aether service account (dscl), env root:_aether 0640
- Launchd stdout/stderr in /var/log/aether (root-owned dir, service-writable files)
- Wrapper script parses env literally without shell expansion
- Auto-prune old releases (default keep 3)
- README documents macOS launchd commands
|
2026-05-12 15:36:29 +08:00 |
|
RWDai
|
f60fc1cd7a
|
fix: improve api key install copy flow
|
2026-05-12 15:34:16 +08:00 |
|
RWDai
|
9fc270fe69
|
feat: add admin api key install dialog
|
2026-05-12 15:34:08 +08:00 |
|
RWDai
|
a8ff050518
|
fix: narrow api key install session types
|
2026-05-12 15:33:53 +08:00 |
|
RWDai
|
a7bab0ebd2
|
feat: add admin api key install sessions
|
2026-05-12 15:33:45 +08:00 |
|
RWDai
|
8eda0932b0
|
fix: preserve install base URLs
|
2026-05-12 15:33:30 +08:00 |
|
fawney19
|
4e563e3385
|
Adjust proxy tunnel sizing defaults
|
2026-05-12 15:30:55 +08:00 |
|
fawney19
|
9c05b5f4e0
|
Unify pool score display as account health
|
2026-05-12 15:27:21 +08:00 |
|
fawney19
|
fa73655134
|
refactor: isolate dispatch scheduling core
|
2026-05-12 13:15:41 +08:00 |
|
fawney19
|
81ee27cdea
|
Merge remote-tracking branch 'origin/codex/pool-member-scores' into aether-rust-pioneer
|
2026-05-12 09:17:25 +08:00 |
|
fawney19
|
fad28eee2c
|
Improve pool score probing rules
|
2026-05-12 09:08:10 +08:00 |
|
fawney19
|
c578689356
|
Fix pool score CI regressions
|
2026-05-12 02:17:19 +08:00 |
|
fawney19
|
b9e62d1667
|
Implement generic pool member scoring and probing
|
2026-05-12 01:46:22 +08:00 |
|
fawney19
|
09146f8cdd
|
fix: tighten model candidate matching scopes
v0.7.0-rc27
|
2026-05-12 00:52:19 +08:00 |
|
fawney19
|
0fa97595bf
|
Fix reasoning model directive response identity
|
2026-05-11 23:03:11 +08:00 |
|
fawney19
|
7ae38b6c43
|
Merge pull request #429 from AAEE86/rust
fix(usage): 统一用户排行榜 Token 统计口径
|
2026-05-11 22:46:56 +08:00 |
|
AAEE86
|
bfbf7a4663
|
fix(usage): 统一用户排行榜 Token 统计口径
- 将用户排行榜 Tokens 调整为与仪表盘今日 Token 一致
- 统一 effective input、cache creation fallback、cache read 计算规则
- 补齐 Postgres 聚合、admin 内存构建和内存仓库回退路径
- 增加缓存命中场景的统计口径测试
|
2026-05-11 22:34:37 +08:00 |
|
fawney19
|
cb0ccb9cdb
|
fix postgres user role enum casts in migrations
|
2026-05-11 20:31:47 +08:00 |
|
fawney19
|
ce70780851
|
Fix proxy node uptime bucket rendering
|
2026-05-11 20:22:40 +08:00 |
|
fawney19
|
30b18d3310
|
fix: use gateway healthcheck flag in compose
|
2026-05-11 19:21:46 +08:00 |
|
fawney19
|
1d33e2c51b
|
Fix Gemini model denial test fixture
|
2026-05-11 18:40:28 +08:00 |
|
fawney19
|
fed676f54f
|
fix: exempt admins from default user group limits
|
2026-05-11 18:20:01 +08:00 |
|
fawney19
|
9bed5e9f83
|
fix: use intersection for user group policies
|
2026-05-11 17:00:07 +08:00 |
|
fawney19
|
e16a225eb3
|
Merge pull request #428 from AAEE86/rust
fix(gateway): 修复正则模型映射未生效到出站请求
|
2026-05-11 16:04:56 +08:00 |
|
AAEE86
|
67ca47afd4
|
fix(gateway): 修复正则模型映射未生效到出站请求
修复 key allowed_models 通过 global_model_mappings 正则命中时,
候选选择仍使用 provider model mapping 作为出站模型的问题。
正则命中后将 allowed model 写入 selected_provider_model_name,
确保最终 execution runtime 请求体中的 model 使用映射后的模型。
补充三层回归测试:
- scheduler-core 正则映射解析
- gateway candidate/data 候选选择输出
- gateway ai_execute 出站请求 model 捕获
|
2026-05-11 15:58:13 +08:00 |
|
fawney19
|
9057537ab8
|
fix: preserve model associations on refresh
|
2026-05-11 14:52:50 +08:00 |
|
fawney19
|
247ea9d1bd
|
Restrict scheduler affinity to cache affinity mode
|
2026-05-11 14:06:49 +08:00 |
|
fawney19
|
e91c874863
|
fix(migrations): explicitly set timestamps in system_configs insert
老库的 created_at/updated_at 没有 DEFAULT now(),依赖默认值会写入 NULL
触发 NOT NULL 约束失败,改为显式传入 now() 与 sqlite/mysql 版本保持一致
v0.7.0-rc26
|
2026-05-11 03:22:46 +08:00 |
|
github-actions[bot]
|
40470d8ca5
|
chore(proxy): update download links for proxy-v0.3.8
|
2026-05-10 19:10:49 +00:00 |
|
fawney19
|
94c0076778
|
chore(proxy): bump version to 0.3.8
proxy-v0.3.8
|
2026-05-11 03:03:04 +08:00 |
|
fawney19
|
b813498e40
|
feat(proxy): surface node resource diagnostics
|
2026-05-11 02:59:18 +08:00 |
|
fawney19
|
cc4512fbbb
|
Refine load balance candidate ranking
|
2026-05-11 02:32:11 +08:00 |
|
fawney19
|
ef4cc55c9a
|
Record per-candidate upstream error bodies
|
2026-05-11 02:30:45 +08:00 |
|
fawney19
|
e3574e1918
|
Track scheduler affinity epochs and key sorting
|
2026-05-11 01:45:49 +08:00 |
|
fawney19
|
7b81c77424
|
Fix regex model mapping direction
|
2026-05-11 01:43:14 +08:00 |
|
fawney19
|
c9c968c2e9
|
fix: avoid duplicate user policy migration version
|
2026-05-11 00:39:34 +08:00 |
|
fawney19
|
e3f8fef30c
|
Merge remote-tracking branch 'origin/pr/425' into aether-rust-pioneer
|
2026-05-11 00:19:50 +08:00 |
|
fawney19
|
ceda0635e4
|
Merge remote-tracking branch 'origin/pr/424' into aether-rust-pioneer
# Conflicts:
# crates/aether-provider-transport/src/vertex/auth.rs
# crates/aether-provider-transport/src/vertex/mod.rs
# crates/aether-provider-transport/src/vertex/policy.rs
|
2026-05-11 00:19:04 +08:00 |
|
fawney19
|
bacb14e5f0
|
refactor: lazy pool key scheduling
|
2026-05-11 00:12:05 +08:00 |
|
Entropy.Xu
|
9e705ff603
|
Fix legacy user policy modes for empty lists
|
2026-05-10 19:35:09 +08:00 |
|
fawney19
|
1a0f1a7b72
|
Merge branch 'codex/pr-416-420-integration' into aether-rust-pioneer
|
2026-05-10 19:22:28 +08:00 |
|
fawney19
|
3201851667
|
Merge remote-tracking branch 'origin/pr/416' into codex/pr-416-420-integration
|
2026-05-10 19:13:42 +08:00 |
|
Codex
|
75df21932a
|
修复 Gemini 工具结果透传 Vertex 格式
|
2026-05-10 19:08:35 +08:00 |
|
Codex
|
fb96771b56
|
修复 Vertex AI 服务账号访问
|
2026-05-10 19:08:27 +08:00 |
|