Skip to content

Releases: xingkaixin/codesesh

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:06
v0.13.0
b085a74

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:55
v0.12.0
080e63f

What's Changed

  • refactor(web): table-dispatch tool strategy by @xingkaixin in #74
  • refactor(web): extract useScanStatus hook by @xingkaixin in #75
  • refactor(web): extract useSessionDetail hook by @xingkaixin in #76
  • refactor(web): extract useSessionSearch hook by @xingkaixin in #77
  • refactor(web): extract useBookmarks hook by @xingkaixin in #78
  • refactor(web): extract dashboard hooks by @xingkaixin in #79
  • refactor(web): extract base data-layer hooks by @xingkaixin in #80
  • refactor(web): extract useInitialLoad and useLiveSync by @xingkaixin in #81
  • refactor(core): collapse dead exports in cache/search.ts by @xingkaixin in #82
  • refactor(web): extract file-change-tracker from SessionDetail by @xingkaixin in #83
  • refactor(web): extract session-toc from SessionDetail by @xingkaixin in #84
  • refactor(web): extract message-rendering from SessionDetail by @xingkaixin in #85
  • refactor(web): extract message-list virtualization by @xingkaixin in #86
  • refactor(web): extract session-detail-aux from SessionDetail by @xingkaixin in #87
  • test(core): complete dashboard SessionStats fixtures by @xingkaixin in #88
  • fix: bound incremental scans to the display window by @xingkaixin in #89
  • fix(cli): bind HTTP server to loopback by default by @xingkaixin in #90
  • refactor(web): consolidate format helpers into lib/format by @xingkaixin in #91
  • refactor(web): extract fetchJson helper in api.ts by @xingkaixin in #92
  • fix(web): reconnect SSE stream after it fully closes by @xingkaixin in #93
  • refactor(web): extract AppSidebar, useKeyboardShortcuts, ShortcutHelpDialog from App.tsx by @xingkaixin in #94
  • refactor(web): split tool-strategy.ts into per-agent files by @xingkaixin in #95
  • refactor(cli): consolidate LiveScanStore refresh state into one map by @xingkaixin in #96
  • chore(web): polish shortcut help dialog with Radix and motion by @xingkaixin in #97
  • fix: eliminate scan stalls, redundant rescans, and stale scanning status by @xingkaixin in #98
  • chore(release): prepare v0.12.0 by @xingkaixin in #99

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:43
v0.11.0
6352ad6

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 07:39
v0.10.0
2dbcf7f

What's Changed

  • fix(claude): dedupe request usage costs by @xingkaixin in #54
  • feat(resume): add Pi session command by @xingkaixin in #55
  • chore(release): prepare v0.9.1 by @xingkaixin in #56
  • fix(www): correct landing page SEO/AEO inconsistencies by @xingkaixin in #57
  • refactor(agent): reshape adapter seam for change detection by @xingkaixin in #58
  • refactor(cache): split god module by concern by @xingkaixin in #59
  • refactor(scan): converge shared orchestration helpers by @xingkaixin in #60
  • refactor(cli): extract SessionWatcher deep module from LiveScanStore by @xingkaixin in #61
  • refactor(analytics): sink dashboard aggregation to core by @xingkaixin in #62
  • refactor(web): extract tool-normalize module from SessionDetail (CS-6 PR1) by @xingkaixin in #63
  • refactor(web): extract path-extract, diff, file-change modules (CS-6 PR2) by @xingkaixin in #64
  • refactor(web): extract tool-strategy module from SessionDetail (CS-6 PR3) by @xingkaixin in #65
  • refactor(web): extract App pure logic into lib modules (CS-6 PR4) by @xingkaixin in #66
  • refactor(web): extract App subcomponents (CS-6 PR5, final) by @xingkaixin in #67
  • fix(www): sync llms-full.txt build requirements to Node 24 / pnpm 11.5.1 by @xingkaixin in #68
  • test: isolate project identity from host /tmp manifests (CS-8) by @xingkaixin in #69
  • fix(watcher): restore ibmi recursive watch support (CS-9) by @xingkaixin in #70
  • chore(release): prepare v0.10.0 by @xingkaixin in #71

Full Changelog: v0.9.0...v0.10.0

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:11
4eb8a33

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:00
e7e4f98

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:17
51ede2f

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 30 May 07:33
548be36

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 22 May 12:33

Bug Fixes

  • Avoid reading writable files when deriving file activity, preventing write-only operations from being treated as read activity. (#40)

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 22 May 12:00

Features

  • Added resume command copying across supported agents, extending the session detail recovery workflow beyond Claude Code. (#19)
  • Grouped Codex scratch chats under a stable project identity so temporary Codex sessions stay organized. (#32)
  • Improved session cache initialization so the Web UI can start from a coherent cache state more reliably. (#38)

Bug Fixes

  • Fixed cache, live refresh, and cold-start edge cases around project identity, incremental persistence, serving order, and session details. (#20, #22, #31, #34, #37)
  • Fixed search and file activity hot paths by removing message-match N+1 work and optimizing file activity lookup. (#23, #24)
  • Added dynamic port fallback when the requested HTTP port is unavailable. (#28)
  • Improved Codex tool display and normalized namespaced Codex tool labels. (#35, #36)

Performance

  • Optimized dashboard aggregation, session detail rendering, app session derivations, startup scans, follow-up hot paths, and startup refresh scheduling. (#21, #25, #26, #27, #29, #33)
  • Added session cache fingerprints to avoid unnecessary cache refresh work. (#30)

What's Changed

Full Changelog: v0.6.1...v0.7.0