Skip to content

Commit 7afe3dc

Browse files
committed
chore: prepare v2.8.0
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
1 parent 6239a03 commit 7afe3dc

3 files changed

Lines changed: 37 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ 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.8.0] - 2026-05-08
12+
13+
### Added
14+
- support for NC35
15+
- Assignment tools
16+
- web_fetch tool
17+
- Talk: reactions, replies, polls, and file sharing tools
18+
- Stream output text and tool calls
19+
- Extend context chat tool
20+
- on-demand memory storage and recall tools
21+
- support for multimodal chat inputs and outputs
22+
- Tables app support
23+
- tools for agent skills
24+
- more files tools
25+
26+
### Changed
27+
- Validate more inputs
28+
29+
### Fixed
30+
- Reduce token usage by truncating old tool results
31+
- don't lose message history due to history cut off
32+
33+
## [2.7.0] - 2026-07-15
34+
35+
### Added
36+
- Deck: Add card discovery (list_board_cards) and card comment tools
37+
- mail inbox tools
38+
39+
### Changed
40+
- optimize tool call denied instruction
41+
42+
### Fixed
43+
- MCP streamable-http transport for initializing
44+
1145
## [2.6.0] - 2026-04-16
1246

1347
### 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.6.0
7+
APP_VERSION := 2.8.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.6.0</version>
31+
<version>2.8.0</version>
3232
<licence>MIT</licence>
3333
<author mail="mklehr@gmx.net" 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.6.0</image-tag>
48+
<image-tag>2.8.0</image-tag>
4949
</docker-install>
5050
<routes>
5151
<route>

0 commit comments

Comments
 (0)