Skip to content

Commit d9a4526

Browse files
committed
docs: tick v1.6 Context search checkbox
1 parent 3a8092a commit d9a4526

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ the model persistent context without requiring full RAG.
712712
the message thread
713713
- [x] **Quick context** — One-click context templates (e.g. "Project README",
714714
"API Reference", "Coding Standards") loaded from a built-in catalog ✅
715-
- [ ] **Context search** — Search the snippet library by title and content;
716-
filter by category
715+
- [x] **Context search** — Search the snippet library by title and content;
716+
filter by category
717717

718718
**Release gate**: a user creates a snippet, attaches it to a session, and the
719719
model's response reflects knowledge of the snippet content.

src/lib/changelog.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ export const CHANGELOG: ChangelogEntry[] = [
6868
{ type: 'added', text: 'en/zh translations for quick context strings' },
6969
],
7070
},
71+
{
72+
version: '1.6.4',
73+
date: '2026-05-30',
74+
title: 'Context Search — Title & Content Search with Category Filter',
75+
description:
76+
'Users can now search the snippet library by title and content, with real-time filtering by category. The search is integrated directly into the SnippetLibrary component with a search input field and category filter pills that work together.',
77+
changes: [
78+
{ type: 'added', text: 'Real-time search by title and content in SnippetLibrary — filters snippets as you type' },
79+
{ type: 'added', text: 'Category filter pills — filter snippets by code, text, template, reference, or custom' },
80+
{ type: 'added', text: 'Combined search + filter — search results can be further filtered by category' },
81+
{ type: 'added', text: 'en/zh translations for search placeholder' },
82+
],
83+
},
7184
{
7285
version: '1.4.0',
7386
date: '2026-05-13',

0 commit comments

Comments
 (0)