Releases: domuk-k/dwkim
Releases · domuk-k/dwkim
dwkim-v3.3.0
3.3.0 (2026-01-28)
Features
- dwkim: add --version flag with build-time injection (46f58a4)
- dwkim: add cold-start retry for 502/503 errors (a9a00f1)
- persona-api: add AI SDK v6 dependencies (9c2f412)
- persona-api: enable contextual retrieval chunking (2fb1259)
Bug Fixes
- blog: skip sync-cogni on Vercel when ~/.cogni missing (1cfd11d)
Refactoring
- persona-api: improve disambiguation prompt (2c724cc)
dwkim-v3.2.0
dwkim-v3.1.5
dwkim-v3.1.4
dwkim-v3.1.3
dwkim-v3.1.2
dwkim-v3.1.1
dwkim-v3.1.0
3.1.0 (2026-01-26)
Features
- dwkim: add interactive onboarding with welcome screen and capability disclosure (5f33b83)
- dwkim: add source detail expansion toggle with s key (d9aca09)
- persona-api,dwkim: add confidence score with CLI visualization (ad68578)
- persona-api,dwkim: add inline source citations in responses (4782d73)
- persona-api: add cross-session memory via DeviceService personalization (a37749c)
- persona-api: add query complexity router for fast-path responses (f6b861e)
- persona-api: reactivate follow-up question generation after responses (643a3dc)
Bug Fixes
- persona-api,dwkim: address verification issues across S3-S5 (047a098)
Refactoring
- dwkim: decompose ChatView into focused sub-components (303d8b9)
dwkim-v3.0.0
3.0.0 (2026-01-21)
⚠ BREAKING CHANGES
- persona-api: Complete framework migration
- Replace Fastify with Elysia (Bun-native)
- Remove custom middleware (abuseDetection, rateLimit)
- Add inline rate limiting with in-memory store
- Convert all routes to Elysia style with TypeBox schemas
Features:
- Add UX log service with Redis circular buffer
- Add /api/v1/logs endpoints with ADMIN_API_KEY auth
- Add embedding cache (LRU) for TTFT optimization
- Improve query rewriter with expanded keywords
- Simplify system prompt (50% token reduction)
- Replace dynamic imports with static imports
Code reduction: -1,273 lines (38% smaller)
Features
- persona-api,dwkim: improve SEU threshold and feedback UX (4b10354)
- persona-api: restore A2UI clarification and improve suggestions (a1e6109)
Refactoring
- persona-api: migrate from Fastify to Elysia (c653338)