Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Cherry Picking #76

Merged
merged 21 commits into from
Nov 10, 2023
Merged

Cherry Picking #76

merged 21 commits into from
Nov 10, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

No description provided.

[+] fix(privacy.tsx): fix handleAgree function to use privacyTerms state instead of fetching data again
[+] feat(privacy.tsx): add privacyTerms state to store privacy.json data and use it to set mdText, pageTitle, and scrollTitle
[+] chore(icons): update eye-off.svg and eye.svg icons to have a smaller width and height of 16px
[+] feat(compose-dev.yaml): add compose-dev.yaml file with configuration for the app service
[+] feat(settings.tsx): add support for GoSync provider in SyncConfigModal component
[+] feat(locales): add localization support for GoSync provider in cn.ts, en.ts, and id.ts
[+] feat(sync.ts): add gosync property to sync store and update version to 1.2
[+] feat(cloud): add GoSync client implementation in gosync.ts
[+] feat(cloud): add GoSync provider to SyncClients in index.ts
[+] chore(changelog.tsx): refactor table generation logic
[+] feat(changelog.tsx): add PR links to commit message summary and description
- [ChangeLog Page]
[+] fix(changelog.module.scss): adjust padding values for button container
- [PrivacyPage]
[+] fix(privacy.module.scss): adjust padding values for button container
- [Build Setup]
[+] fix(build.ts): filter out duplicate authors in Signed-off-by and Co-Authored-By lines
[+] fix(id.ts): fix localization key for updating masks session memory prompt
[+] fix(id.ts): fix localization keys for success and failure messages when updating masks session memory prompt
[+] fix(chat.ts): fix known issue where summarize is not using the current model selected
[+] refactor(chat.ts): extract sessionModelConfig from currentSession().mask.modelConfig
[+] refactor(chat.ts): pass sessionModelConfig to getSummarizeModel function
[+] feat(chat.ts): add showToast for successful and failed summarization in useChatStore
[+] fix(chat.ts): add showToast for successful summarization in onFinish callback
[+] feat(chat.tsx): add support for exporting session data as a JSON file with a timestamped filename
[+] feat(chat.tsx): add support for formatting message count in exported file name
[+] fix(chat.tsx): fix context generation logic to include system message when context is empty and first message is not a system message
[+] feat(chat.tsx): add check for authorization status to include unauthorized system message in context
[+] chore(locales): update language translations for hiding and unhiding context prompts in chat
[+] feat(chat.tsx): add support for showing and hiding context prompts
[+] feat(command.ts): add support for summarize command in ChatCommands interface
[+] feat(cn.ts): add translations for summarize command in cn locale
[+] feat(en.ts): add translations for summarize command in en locale
[+] feat(id.ts): add translations for summarize command in id locale
[+] fix(home.tsx): add DEFAULT_CORS_HOST constant to import statement for proxying Google Fonts
[+] fix(home.tsx): update remoteFontUrl to use DEFAULT_CORS_HOST for proxying Google Fonts
[+] fix(constant.ts): add trailing slash to DEFAULT_API_HOST constant
- Edge runtime
[+] fix(upstash.ts): add 'mode: "cors"' to fetch requests in createUpstashClient function
[+] fix(webdav.ts): add 'mode: "cors"' to fetch requests in createWebDavClient function
[+] chore(en.ts): update model version to gpt-3.5-turbo-0613
[+] chore(id.ts): update model version to gpt-3.5-turbo-16k-0613
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant