You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
+
## 2.2.0 – 2025-01-07
10
+
11
+
### Added
12
+
13
+
- Agency support @julien-nc[#169](https://github.com/nextcloud/assistant/pull/169)
14
+
15
+
### Changed
16
+
17
+
- Use Text2TextChat in the chatty UI when the Agency task type is not available @julien-nc[#169](https://github.com/nextcloud/assistant/pull/169)
18
+
- Switch to IAppConfig @julien-nc[#147](https://github.com/nextcloud/assistant/pull/147)
- Add confirmation dialog before deleting a conversation @julien-nc[#160](https://github.com/nextcloud/assistant/pull/160)
21
+
- Allow to pass file ID or path as initial input text field value @julien-nc[#161](https://github.com/nextcloud/assistant/pull/161)
22
+
23
+
### Fixed
24
+
25
+
- Fix polling when switching sessions in the frontend, prevent scheduling multiple llm tasks for one session @julien-nc[#156](https://github.com/nextcloud/assistant/pull/156)
26
+
- Fix(notifier): check if task type is there before getting its name @julien-nc[#166](https://github.com/nextcloud/assistant/pull/166)
0 commit comments