huangzhenpc123 huangzhenpc
  • Joined on 2025-02-10
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-14 18:48:40 +08:00
c6a02abcec feat(cache): simulate warm 5m prompt cache on cold start
4971ac4cbe Merge remote-tracking branch 'upstream/main'
fdb0251b86 feat: allow account overage with reduced frequency (#50)
876835dc8b feat: add cookie import method
ca413400b6 chore: bump version to 1.0.7
Compare 11 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:33:47 +08:00
225730387e fix(docker): pin pnpm to 9.15.4 to avoid ignored-builds error
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:18:07 +08:00
f136fe4f3c chore(deploy): switch sub2api to local build; add static gpt-products page
62ccd0ff39 chore: sync VERSION to 0.1.126 [skip ci]
3d7e7b78cf Merge pull request #2356 from jack-atlas/fix/openai-messages-multi-tool-continuation
ea751f6515 test: update admin settings contract for Antigravity UA
ca17c364e5 Merge pull request #2319 from wucm667/codex/fix-openai-unpriced-usage-log
Compare 511 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:17:44 +08:00
e180dd0710 fix(usage): remove label text from inline account cost, keep orange color
a7dd535d47 fix(usage): show account cost inline under cost column, remove separate column
db27e8f000 feat(usage): add account cost to breakdown sub-table and admin usage log
e0b12b7512 fix(usage): put cost label before value in usage stats card
22680dc602 test(usage): add unit tests for account_cost and fix gofmt
Compare 493 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:17:29 +08:00
ba7d2aecbb feat(admin): 用户管理新增分组列、分组筛选与专属分组一键替换
0236b97d49 Merge pull request #1134 from yasu-dev221/fix/openai-compat-prompt-cache-key
26f6b1eeff Merge pull request #1142 from StarryKira/fix/failover-exhausted-upstream-status-code
dc447ccebe Merge pull request #1153 from hging/main
7ec29638f4 Merge pull request #1147 from DaydreamCoding/feat/persisted-page-size
Compare 497 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:17:11 +08:00
b7df7ce5d5 Merge pull request #726 from DaydreamCoding/feat/dual-mode-umq
405829dc30 Merge pull request #727 from touwaeriol/pr/custom-menu-pages
451a851118 fix: remove unused sanitizeCustomMenuItemsJSON function
e97c376681 fix: security hardening and architectural improvements for custom menu
7541e243bc style: fix gofmt alignment in setting_service.go
Compare 528 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:16:57 +08:00
84d0433cc3 Merge pull request #493 from iBenzene/fix/json-extra-save-error
037a409919 fix: 修复了 codex 更新用量窗口异常的 bug
571d1479a4 Merge pull request #490 from IanShaw027/fix/gemini-oauth-registered-user
ae1934f7db fix: 修复管理页面活跃会话数始终显示为0的问题
39e05a2dad feat: 新增全局错误透传规则功能
Compare 488 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:16:45 +08:00
fe8198c8cd fix(frontend): 同步 OpenAI GPT-5 系列模型列表
3b71bc3df1 feat: OpenCode 配置提示添加配置文件路径说明
22ef9534e0 fix: 修复反向代理下客户端 IP 获取错误
c206d12d5c Merge pull request #254 from IanShaw027/feat/ops-count-tokens-filter-and-auto-refresh
6ad29a470c style(ops): 移除未使用的 isAutoRefreshActive 变量
Compare 483 commits »
huangzhenpc pushed to main at huangzhenpc/sub2api-ht 2026-05-12 15:16:16 +08:00
5cad90fb4d Merge branch 'Wei-Shaw:main' into main
8cb2d3b352 fix(仓储): 规范 rows.Close 错误回传
ec87f39da5 feat: 从 gorm 迁移到 ent (#92)
3d296d8898 style: 修复 gofmt 格式化问题
7e758b24c4 chore(依赖): 同步 Go 模块依赖
Compare 342 commits »
huangzhenpc created repository huangzhenpc/sub2api-ht 2026-05-12 14:58:53 +08:00
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 14:20:47 +08:00
6b73571f5b feat: expand identity interception to cover reverse-engineering probes
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 14:15:05 +08:00
1c2edd5f0d feat: intercept identity questions and return consistent Claude identity
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 11:41:51 +08:00
a6e11c6d22 fix: drop --- SYSTEM PROMPT --- wrapper in Claude path to avoid Kiro injection detection
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 11:33:36 +08:00
64df2d6083 feat: log non-200/non-429 kiro errors to rolling file for debugging
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 11:14:59 +08:00
e8ab5b11e7 fix: stop deducting simulated cache tokens from input_tokens
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 10:58:31 +08:00
c87517c0bf feat: sanitize injection blocks from conversation history before forwarding upstream
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 10:42:38 +08:00
2b29616723 refactor: compact kiro log format (status-first, per-request tracing)
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 09:04:46 +08:00
89f731cb19 feat: first-byte timeout with same-endpoint retry
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-12 00:10:08 +08:00
de4524ad19 Merge upstream Quorinex/Kiro-Go v1.0.6 with local features preserved
940dc782cb chore: bump version to 1.0.6
5cf2cce1d1 ci: use Go cross-compilation to eliminate slow arm64 runner
fdbf511b11 ci: fix image name must be lowercase for ghcr.io
0e03808b0d ci: parallel native arm64/amd64 builds, add Go BuildKit cache mounts
Compare 10 commits »
huangzhenpc pushed to main at huangzhenpc/kirogo 2026-05-11 21:39:44 +08:00
2ca248175f fix(kiro): AmazonQ endpoint origin CLI -> AI_EDITOR