Skip to content

Commit 2033e2f

Browse files
bump: version 0.2.33 → 0.2.34
1 parent 65ae902 commit 2033e2f

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
## 0.2.34 (2026-03-04)
2+
3+
### Feat
4+
5+
- **ui**: add share with everyone for conversations (#891)
6+
- **ui**: live status, input-required, and unviewed message indicators (#892)
7+
8+
## 0.2.33-rc.6 (2026-03-04)
9+
10+
### Fix
11+
12+
- **rag**: use dynamic RAG tool names instead of hardcoded list
13+
14+
## 0.2.33-rc.5 (2026-03-04)
15+
16+
### Feat
17+
18+
- **ui**: add preferences modal with categorized feature flags (#865)
19+
20+
### Fix
21+
22+
- **rag**: make MCP authentication optional
23+
- **ui**: use bulk API for initial datasource job fetching
24+
25+
## 0.2.33-rc.4 (2026-03-03)
26+
27+
### Feat
28+
29+
- add custom mention prompts (#888)
30+
31+
## 0.2.33-rc.3 (2026-03-03)
32+
33+
### Feat
34+
35+
- **rag**: add configurable MCP server for RAG (#875)
36+
- **ui**: add multiselect toggle and comma-separated values to metadata form (#880)
37+
38+
### Fix
39+
40+
- **chart**: use tags for caipe-ui and slack-bot instead of global conditions (#885)
41+
42+
## 0.2.33-rc.2 (2026-03-03)
43+
44+
### Feat
45+
46+
- **memory**: add cross-thread store and automatic fact extraction (#861)
47+
48+
### Fix
49+
50+
- sub-agent needs to handle gracefully when no secret is needed
51+
52+
## 0.2.33-rc.1 (2026-03-03)
53+
54+
### Fix
55+
56+
- **slack-bot**: disable retryable writes for DocumentDB compatibility (#886)
57+
- **slack-bot**: correct image repository to caipe-slack-bot (#884)
58+
159
## 0.2.33 (2026-03-03)
260

361
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ai-platform-engineering"
3-
version = "0.2.33"
3+
version = "0.2.34"
44
description = "Multi-Agent Collaboration & Workflow Automation - AI agents collaborating across tools and teams to deliver high quality results"
55
authors = [
66
{name = "CNOE Contributors"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)