You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## [0.5.0] - 2026-03-20
4
+
5
+
### Added
6
+
-**Universal Search**: Global search across tasks, ideas, proposals, documents, projects, and project groups with unified MCP tool and UI. (#50)
7
+
-**Rich Claim/Assign Response**: `chorus_claim_task` and `chorus_pm_assign_task` now return full task details and dependency hints, eliminating extra round-trips for agents. (#52)
8
+
9
+
### Changed
10
+
-**DEFAULT_USER Session Extended to 365 Days**: Default user sessions no longer expire frequently, reducing unnecessary logouts. (#53)
11
+
12
+
### Fixed
13
+
-**Settings Page Role Badges**: Replaced checkbox role display with Badge components on the settings page. (#54)
14
+
15
+
### Docs
16
+
- Added search technical design document and architecture reference. (#51)
A Cmd+K command palette for searching across all 6 entity types (Tasks, Ideas, Proposals, Documents, Projects, Project Groups). Supports scope filtering (Global / Group / Project), filter tabs per entity type, and keyboard navigation. Both the Web UI and AI agents (via `chorus_search` MCP tool) share the same search backend.
123
+
118
124
---
119
125
120
126
## Features
@@ -173,6 +179,17 @@ In-app notifications with real-time SSE delivery and Redis Pub/Sub for cross-ins
173
179
174
180
Records all participant actions with Session attribution (AgentName / SessionName format), providing complete work audit trails.
175
181
182
+
### Universal Search
183
+
184
+
Global search across Tasks, Ideas, Proposals, Documents, Projects, and Project Groups via a Cmd+K command palette. Features include:
185
+
-**3 scope levels** — Global (company-wide), Group (project group), Project (single project), with smart default based on current page
186
+
-**6 entity types** — filter by type via tabs, each showing Top 20 results
187
+
-**Snippet generation** — matched context extracted around the keyword hit
188
+
-**MCP tool** — `chorus_search` available to all agent roles
189
+
-**Keyboard navigation** — `Cmd+K` to open, `↑↓` to navigate, `Enter` to open
190
+
191
+
> **[Search Technical Design →](docs/SEARCH.md)**
192
+
176
193
---
177
194
178
195
## Architecture
@@ -414,6 +431,7 @@ Based on the [AI-DLC methodology](https://aws.amazon.com/blogs/devops/ai-driven-
0 commit comments