Skip to content

Commit 5a7057c

Browse files
authored
Merge pull request #98 from nextcloud/prepare-v2.2.0
Prepare v2.2.0
2 parents a781de5 + 109f8c7 commit 5a7057c

File tree

5 files changed

+604
-331
lines changed

5 files changed

+604
-331
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## [2.2.0] - 2025-12-19
12+
13+
### Added
14+
- Implement taskprocessing trigger event
15+
- Add "AI-generated" notes where appropriate
16+
- Add optional memories input slot
17+
- add AI app category for appstore
18+
19+
20+
### Changed
21+
- updated python dependencies
22+
- Reduce size of conversation_token
23+
- Impose a history limit to avoid the token intake exploding
24+
25+
1126
## [2.1.0] - 2025-08-27
1227

1328
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APP_ID := context_agent
66
APP_NAME := Nextcloud Context Agent
7-
APP_VERSION := 2.1.0
7+
APP_VERSION := 2.2.0
88
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
99

1010

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Positive:
2828
* The software for this app is open source, no trained AI model is used
2929
]]>
3030
</description>
31-
<version>2.1.0</version>
31+
<version>2.2.0</version>
3232
<licence>MIT</licence>
3333
<author mail="[email protected]" homepage="https://marcelklehr.de">Marcel Klehr</author>
3434
<namespace>ContextAgent</namespace>
@@ -45,7 +45,7 @@ Positive:
4545
<docker-install>
4646
<registry>ghcr.io</registry>
4747
<image>nextcloud/context_agent</image>
48-
<image-tag>2.1.0</image-tag>
48+
<image-tag>2.2.0</image-tag>
4949
</docker-install>
5050
<routes>
5151
<route>

0 commit comments

Comments
 (0)