Skip to content

Commit 5bdd498

Browse files
authored
Merge pull request #117 from nextcloud/prepare-v2.4.0
Prepare v2.4.0
2 parents 39df9a3 + 5c134e3 commit 5bdd498

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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.4.0] - 2026-02-26
12+
13+
### Added
14+
- Make the app fully non-blocking
15+
16+
### Changed
17+
- some prompt engineering to improve tool use
18+
19+
1120
## [2.3.0] - 2025-12-29
1221

1322
### 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.3.0
7+
APP_VERSION := 2.4.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: 1 addition & 1 deletion
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.3.0</version>
31+
<version>2.4.0</version>
3232
<licence>MIT</licence>
3333
<author mail="mklehr@gmx.net" homepage="https://marcelklehr.de">Marcel Klehr</author>
3434
<namespace>ContextAgent</namespace>

0 commit comments

Comments
 (0)