Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
efe6389
feat: add StreamLake channel type support
zhaolion Jan 4, 2026
28d5ed0
feat: add Docker image build to GHCR in release workflow
zhaolion Jan 4, 2026
f61c1c8
chore: remove unused GitHub workflow files
zhaolion Jan 4, 2026
1257443
fix: use dynamic repository name for GHCR Docker image
zhaolion Jan 4, 2026
2555640
chore: remove macOS and Windows release jobs from workflow
zhaolion Jan 4, 2026
d9d4404
feat: enhance image processing for Qwen and Wan models in adaptor and…
zhaolion Jan 9, 2026
07458b3
fix: simplify image generation logic for Qwen model and enable manage…
zhaolion Jan 9, 2026
baa20d2
feat: add logging for image generation requests in Wan model
zhaolion Jan 9, 2026
f43decb
feat: add preview feature metadata for managed payments in Stripe
zhaolion Jan 9, 2026
0d02c42
feat: add Stripe version header for managed payments preview in check…
zhaolion Jan 9, 2026
6f686c5
fix: enhance logging for image generation in Wan model to include req…
zhaolion Jan 9, 2026
06857cc
fix: update Stripe version header handling for managed payments
zhaolion Jan 9, 2026
8ecdbe2
fix: update Stripe version header handling for managed payments
zhaolion Jan 9, 2026
6796649
fix: specify main branch for release workflow in YAML configuration
zhaolion Jan 9, 2026
ce2f5cb
fix: remove unnecessary error handling for image request unmarshalling
zhaolion Jan 9, 2026
f1cbd21
fix: refine QWEN image model detection logic to exclude Wan models
zhaolion Jan 9, 2026
0e79577
fix: update Stripe managed payments configuration and disable auto-tax
zhaolion Jan 13, 2026
dae0c82
Merge pull request #1 from zhaolion/fix/stripe-managed-payments-config
zhaolion Jan 13, 2026
7496788
fix: enable Stripe managed payments by default in initialization
zhaolion Jan 13, 2026
41d2eff
feat: add debug log
zhaolion Jan 16, 2026
7852f22
feat: add separate test endpoint defaults for channel testing
zhaolion Jan 21, 2026
6b98b6e
Merge pull request #1 from CherryInternal/fix/test-rerank
zhaolion Jan 21, 2026
62ca8ea
feat: add rerank model endpoint detection and disable Stripe managed …
zhaolion Jan 21, 2026
47b429a
Merge pull request #2 from CherryInternal/fix/channel-test
zhaolion Jan 21, 2026
5af801f
Merge pull request #3 from CherryInternal/fix/channel-test-response
zhaolion Jan 21, 2026
f4471c8
fix: exclude rerank models from embedding detection in channel test (#4)
zhaolion Jan 21, 2026
756ec87
feat: implement OAuth (#5)
DeJeune Jan 27, 2026
88afdb6
refactor: migrate to Dockerfile (#7)
DeJeune Jan 28, 2026
963bb50
feat(hydra): add new-api-reverse-proxy (#8)
DeJeune Jan 28, 2026
d7f75fc
feat: integrate Pyroscope for performance monitoring (#9)
zhaolion Jan 29, 2026
982382d
feat: implement proxy modification add fix some bug (#10)
DeJeune Jan 29, 2026
fce4d56
Merge pull request #11 from CherryInternal/stable
zhaolion Jan 29, 2026
7abac37
feat(oauth): optimize registration flow for OAuth users
DeJeune Jan 29, 2026
9602ad9
fix(oauth): validate tokens:write scope against requested scope
DeJeune Jan 29, 2026
d77c07b
Merge pull request #13 from CherryInternal/feature/oauth-registration…
DeJeune Jan 29, 2026
aa7f558
feat(oauth): redirect to register page first in OAuth flow
DeJeune Jan 30, 2026
ff0657d
Merge pull request #15 from CherryInternal/fix/improve-oauth-flow
zhaolion Jan 30, 2026
7b87223
refactor(panic): enhance panic recovery with detailed logging
zhaolion Feb 2, 2026
9bfadf4
fix(usage): handle nil usage in Claude response to prevent errors
zhaolion Feb 2, 2026
2fad3eb
feat(pricing): add price field to pricing API response
zhaolion Feb 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
# 会话密钥
# SESSION_SECRET=random_string

# Hydra OAuth Provider
# HYDRA_ENABLED=true
# Hydra admin (internal) URL
# HYDRA_ADMIN_URL=http://127.0.0.1:4445
# Hydra public URL (proxied by new-api)
# HYDRA_PUBLIC_URL=http://127.0.0.1:4444

# 其他配置
# 生成默认token
# GENERATE_DEFAULT_TOKEN=false
Expand Down
151 changes: 0 additions & 151 deletions .github/workflows/docker-image-alpha.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .github/workflows/docker-image-arm64.yml

This file was deleted.

Loading
Loading