feat(Assistant): implement full Assistant features also on client - #10345
feat(Assistant): implement full Assistant features also on client#10345Rello wants to merge 4 commits into
Conversation
Rello
commented
Jul 10, 2026
- cover all server Assistant feature
- continue conversations on server/client
- isolated assistant dialog for better modularisation of the client
|
The Assistant on the web will likely be redesigned next cycle, so I'd maybe hold off on iterating on the UI for now. |
Hello, |
|
@copilot resolve the merge conflicts in this pull request |
|
Merge conflicts with |
Yes.
That's fine by me. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 97e91ad54d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Move Assistant operations into a dedicated controller and expose task and chat workflows in a separate window. Signed-off-by: Rello <Rello@users.noreply.github.com> Signed-off-by: Rello <github@scherello.de> Assisted-by: Codex:GPT-5
97e91ad to
26cdfe0
Compare
Remove the legacy tray implementation, encapsulate Assistant resources and networking, reject stale asynchronous replies, and bound chat polling. Signed-off-by: Rello <github@scherello.de> Assisted-by: Codex:GPT-5
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c66f53a706
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Signed-off-by: Rello <github@scherello.de> Assisted-by: Codex:GPT-5
|
Artifact containing the AppImage: nextcloud-appimage-pr-10345.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
|
@copilot resolve the merge conflicts in this pull request |
Keep assistant module in src/gui/assistant/ with requestGeneration API. Remove assistant methods from usermodel.cpp (moved to assistant module). Remove src/libsync/ocsassistantconnector.cpp (moved to src/gui/assistant/). Assisted-by: ClaudeCode:claude-sonnet-4-5 Co-authored-by: Rello <13385119+Rello@users.noreply.github.com>
Merge conflicts with
|




