Skip to content

Releases: domuk-k/dwkim

dwkim-v3.3.0

28 Jan 09:37

Choose a tag to compare

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

28 Jan 09:01

Choose a tag to compare

3.2.0 (2026-01-28)

Features

  • blog: add chat page with AI SDK v6 integration (25ba5ba)

Bug Fixes

  • dwkim: migrate stream parser to UI Message Stream format (6126553)

Refactoring

  • persona-api: migrate to AI SDK v6 UI Message Stream (82cf4c2)
  • unify chat API to AI SDK v6 Data Stream Protocol (07fde38)

dwkim-v3.1.5

26 Jan 14:21

Choose a tag to compare

3.1.5 (2026-01-26)

Bug Fixes

  • dwkim: expand citation pattern to cover English source keys (d07d899)

Refactoring

  • remove inline citation in favor of SourcesPanel (70c8e0a)

dwkim-v3.1.4

26 Jan 07:21

Choose a tag to compare

3.1.4 (2026-01-26)

Bug Fixes

  • dwkim: clean up TUI markdown rendering for citations and links (17f8f7c)

dwkim-v3.1.3

26 Jan 07:13

Choose a tag to compare

3.1.3 (2026-01-26)

Bug Fixes

  • dwkim: strip hyperlink URLs from markdown in TUI (9072e10)

dwkim-v3.1.2

26 Jan 07:07

Choose a tag to compare

3.1.2 (2026-01-26)

Bug Fixes

  • dwkim: stabilize nextId with useCallback to prevent useEffect re-runs (9219972)

dwkim-v3.1.1

26 Jan 03:24

Choose a tag to compare

3.1.1 (2026-01-26)

Bug Fixes

  • dwkim: auto-submit starter questions on WelcomeView selection (9b53c1c)

dwkim-v3.1.0

26 Jan 03:06

Choose a tag to compare

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

21 Jan 01:43

Choose a tag to compare

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)

dwkim-v2.2.4

16 Jan 02:34

Choose a tag to compare

2.2.4 (2026-01-16)

Bug Fixes

  • dwkim: fix markdown rendering with correct marked-terminal config (98bd620)