Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge bug fixes from 0.5.12 into dev #4338

Merged
merged 19 commits into from
Dec 26, 2024
Merged

Merge bug fixes from 0.5.12 into dev #4338

merged 19 commits into from
Dec 26, 2024

Conversation

louis-menlo
Copy link
Contributor

Describe Your Changes

  • This PR is to merge all latest bug fixes from 0.5.12 main branch into dev branch.

Changes made

This pull request includes several changes to improve the functionality and performance of the conversational extension, update model handling, and enhance the user interface. The most important changes include modifications to API calls, the addition of new models, and updates to state management.

API Call Improvements:

Model Handling Enhancements:

State Management Updates:

UI and UX Improvements:

Test Adjustments:

louis-menlo and others added 19 commits December 19, 2024 23:30
* fix: threads and messages are cutoff

* fix: threads sorting

* chore: bump cortex latest release and app version
* fix: cleaning a thread should just clear out messages

* chore: clean up
* fix: scroll bottom when generation text

* chore: update logic when prepare generate

* chore: fix case no switch thread

* chore: remore dep thread id

* chore: handle fix generation without have dep thread id
* fix: disabled native resize textarea when textarea autogrowing

* fix: disabled auto resize on instruction field
Copy link
Contributor

Barecheck - Code coverage report

Total: 68.6%

Your code coverage diff: -0.10% ▾

Uncovered files and lines
FileLines
web/containers/ModelDropdown/index.tsx119-120, 126, 137, 147-148, 151, 153-154, 156-157, 159-162, 164, 198-201, 203, 205, 224, 228, 237, 244, 247-248, 284-286, 290, 314-316, 318, 322, 325-330, 337-338, 349, 371, 394, 415, 424, 430, 438-439, 442-447, 450, 453, 505-506, 508, 534, 542, 544, 569, 574-575, 577, 581-583, 585-586, 588, 598-601, 629, 637, 639
web/helpers/atoms/ChatMessage.atom.ts31, 33-34, 64, 88-89, 91-92, 94, 97-98, 105-106, 108, 111-112, 115-116, 127, 130-131, 136, 139-140, 144, 147-148, 150-151, 154, 170-175, 177, 180-181, 183-184, 186
web/helpers/atoms/Thread.atom.ts90-93, 96, 110, 133, 135, 140-141, 144-145, 166-167, 172, 182-184, 188
web/hooks/useCreateNewThread.ts147-148, 150-151, 158-159, 170, 179, 216, 220, 222
web/hooks/useDeleteThread.ts71-72
web/hooks/useLoadTheme.ts30-32, 91
web/hooks/useSetActiveThread.ts35, 37-38, 42-44, 54
web/screens/Thread/ThreadCenterPanel/index.tsx42, 44, 47, 50, 53, 83-84, 89-90, 94, 96, 99, 102-103, 111-114, 116-118, 126, 129-130, 132, 134, 140, 146-147, 167, 169
web/screens/Thread/ThreadCenterPanel/ChatBody/index.tsx24-25, 27-28, 30, 34-35, 38-39, 41, 43, 47, 64-69, 71-72, 75-76, 81, 83-84, 88-91, 95-98, 102-105, 109-113, 117, 119, 124-126, 132, 134, 136-137, 139-141, 143-144, 148-150, 152, 189
web/screens/Thread/ThreadCenterPanel/ChatBody/EmptyThread/index.tsx16-17, 19, 28
web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx81, 89, 95, 100, 113-117, 127-129, 134, 137, 163, 172, 178, 180, 243-245, 263-265, 294, 318, 370-372, 374-376, 378-380, 382-384, 397
web/screens/Thread/ThreadCenterPanel/ChatItem/index.tsx27-29, 32, 35, 38-42, 45, 48, 54-55, 58-59, 62-66
web/screens/Thread/ThreadRightPanel/index.tsx86, 99, 103, 106, 111-115, 119-120, 126, 130, 133, 159-160, 174, 179, 181-182, 184, 188, 192, 196, 202, 206, 245
web/screens/Thread/ThreadRightPanel/Tools/index.tsx22-27, 29, 33-36, 38, 47, 49-50, 72, 74-75, 98, 128, 219

@louis-menlo louis-menlo merged commit da4336c into dev Dec 26, 2024
23 checks passed
@github-actions github-actions bot added this to the v0.5.12 milestone Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants