-
Notifications
You must be signed in to change notification settings - Fork 916
feat: Nextcloud Assistant integration #9431
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
Merged
+1,028
−30
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
45f12b7
feat: add assistant tray prompt
Rello e03c542
fix: align connection settings background
Rello c496970
chore: fix compilation for missing string literals
mgallien 1ccc7c8
fix: use taskprocessing OCS API to submit prompt to AI
mgallien ad9f196
fix: send assistant chat history
Rello d2ed549
fix: avoid overriding assistant loader implicit height
Rello cbb91d6
fix: include assistant system prompt
Rello ad78fbe
fix: always send assistant history
Rello eb2036b
fix: send assistant history as json list
Rello 7d72efb
chore: properly handle completed tasks (success or error)
mgallien 3fad9d1
make the role in normal coloring
Rello 397debb
Assistant conversation bubble
Rello c453bd7
Assistant UI to icon
Rello 01e0995
Add signal for featured app button click
Rello b72941e
Remove NcAssistant feature check from user model
Rello f6b4be1
Refactor history handling in ocsassistantconnector
Rello 923c582
Re-add AI input field
Rello c29eaa1
Refactor clearAssistantResponse for better clarity
Rello ea8b295
Restore MainWindow.qml file with original content
Rello 7a70e2d
Restore original MainWindow.qml content
Rello e2ef411
Featured icon will become AI-only icon
Rello 6475c51
featured icon will become AI only icon
Rello 96c3623
scrollbar adjustment
Rello b05545d
no auto scrolling required
Rello 25183af
hide other warnings when AI is active
Rello 6d603a7
Refactor MainWindow.qml for improved structure
Rello eb547ad
make AI Text select-able by mouse
Rello baf8573
align scrollbar
Rello 541aff4
Layout fix
Rello ed6995c
fix: Fixing selectable message bubbles.
Aiiaiiio 1ae041d
feature: more conventional chat window
Aiiaiiio 3d8cd6e
Add files via upload
Rello cbd4ac8
add send button
Rello 50aafe8
better reset dialog
Rello 1ac46fc
fix: Fixing the new conversation confirmation dialog geometry and style
Aiiaiiio 71d3268
fix: Removing dim effect from modal Dialog
Aiiaiiio ff015bd
fix: fixing dialog background color + re-add dimming
Aiiaiiio 1652335
fix: Removing header background color from dialog
Aiiaiiio 3079311
fix: Fixing reset dialog aligment issues
Aiiaiiio d82ebe2
Update MainWindow.qml
Rello a7268b8
Update usermodel.cpp
Rello 2b1793b
fix(tray): do not show sync error button when assistant is active
nilsding 39ebd52
fix(tray): display assistant chat even if unified search is in progress
nilsding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change seems unrelated to this PR