Skip to content

Tags: james-code-hash/new-api

Tags

Verified

This tag was signed with the committer’s verified signature.

Verified

This tag was signed with the committer’s verified signature.

nightly-20260409

Toggle nightly-20260409's commit message

Verified

This commit was signed with the committer’s verified signature.
Merge remote-tracking branch 'origin/main' into nightly

# Conflicts:
#	web/src/helpers/render.jsx
#	web/src/hooks/usage-logs/useUsageLogsData.jsx
#	web/src/i18n/locales/en.json

Verified

This tag was signed with the committer’s verified signature.

Verified

This tag was signed with the committer’s verified signature.

Verified

This tag was signed with the committer’s verified signature.

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request QuantumNous#4106 from HynoR/feat/fix

feat(playground): enhance max_tokens handling and input sanitization

v0.12.1

Toggle v0.12.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(i18n): update localization files with new currency display optio…

…ns and descriptions

Added translations for custom currency display settings across multiple languages, including descriptions for quota display types and exchange rates. This enhances user experience by providing clear information on how quotas are displayed and calculated in different currencies.

v0.12.0

Toggle v0.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(EditChannelModal): persist advanced settings state in local storage

Added functionality to save and restore the state of advanced settings in the EditChannelModal using local storage. This enhancement allows users to maintain their preferences when editing channels, improving the overall user experience.

v0.12.0-alpha.2

Toggle v0.12.0-alpha.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(EditChannelModal): enhance clipboard handling with error checks

Added checks to ensure clipboard functionality is available before attempting to read from it. Improved error handling during clipboard read operations to prevent unhandled exceptions.