Skip to content

Commit 8d8bdb6

Browse files
committed
2 parents 54c31e4 + de46972 commit 8d8bdb6

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.1.0](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/compare/v1.0.0...v1.1.0) (2025-11-30)
2+
3+
### Features
4+
5+
* **policy:** add response policy to decide thread/reply/mention and persist memory in thread; document env settings ([7ceec6e](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/commit/7ceec6e2dfdf0db47725e444f22f0bb87b543938))
6+
* **tools:** add LLM auto-planner to detect and trigger tools from natural language (admin-only, no JSON required from user) ([9c3a61e](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/commit/9c3a61ea8283a871f5dfed49c54f4c841f6f2bc3))
7+
* **tools:** add LLM-triggerable queue tools (web/github/local) with fenced JSON tool-calls and admin-only enforcement ([2d7580c](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/commit/2d7580c437160bb6b2d49d1d443fe9f5a6d82a19))
8+
* **version:** expose build version via /version slash command and /version HTTP endpoint; pass build args in Docker builds ([64b6169](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/commit/64b6169a3501d4a81d26634a019c4385d546d54b))
9+
10+
### Bug Fixes
11+
12+
* **tools:** import QueueGithubOrgTool in startup to register tool ([5cd785b](https://github.com/OneLiteFeatherNET/OneLiteFeatherRAGBot/commit/5cd785bd7f887e94ee64416b741c684cd2862677))
13+
114
## 1.0.0 (2025-11-30)
215

316
### Features

charts/discord-rag-bot/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: discord-rag-bot
33
description: Discord RAG bot and queue workers (per-queue deployments)
44
type: application
5-
version: 1.0.0
6-
appVersion: 1.0.0
5+
version: 1.1.0
6+
appVersion: 1.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "discord-rag-bot"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)