Commit graph

  • 8dc4d82c26 chore(release): 5.2.1 main 5.2.1 murashit 2026-07-22 13:58:13 +0900
  • 811a4b7158 fix(threads): publish fork activity with list replacement murashit 2026-07-22 12:53:04 +0900
  • 05ea87643a refactor(threads): coordinate fork publication atomically murashit 2026-07-22 11:19:13 +0900
  • bb673b2a75 refactor(chat): replace rollback RPC with marker fork murashit 2026-07-22 10:45:20 +0900
  • 01a20dcf70 feat(chat): honor app-server direct input capability murashit 2026-07-22 09:15:45 +0900
  • 73be2beea7 chore(app-server): update bindings for Codex CLI 0.145.0 murashit 2026-07-22 09:06:59 +0900
  • 14adac592d chore(deps): apply npm audit dependency updates murashit 2026-07-21 21:04:01 +0900
  • f4616cf945 refactor: consolidate thin module ownership murashit 2026-07-21 20:51:06 +0900
  • 67289765c6 refactor(selection-rewrite): consolidate transport output murashit 2026-07-21 20:49:50 +0900
  • ab0a9047f4 refactor(diff): replace custom LCS with jsdiff murashit 2026-07-21 19:48:42 +0900
  • 488344a74d refactor(markdown): derive code ranges from mdast murashit 2026-07-21 20:20:13 +0900
  • 6bdd9e5972 refactor(archive): consolidate export ownership murashit 2026-07-21 20:47:56 +0900
  • 5b6fce1a4d fix(archive): normalize markdown links with mdast murashit 2026-07-21 18:55:14 +0900
  • 05f9740e8e chore(release): 5.2.0 5.2.0 murashit 2026-07-21 17:03:37 +0900
  • 6b2a20cf0d perf(chat): resume before shared resource hydration murashit 2026-07-21 16:48:52 +0900
  • d0965d19b1 feat(context): replace metadata envelopes with thread links murashit 2026-07-21 15:37:26 +0900
  • 381e2a5467 chore(release): 5.1.2 5.1.2 murashit 2026-07-21 14:38:58 +0900
  • 03305a47ef fix(context): hide normalized resume manifests murashit 2026-07-21 14:04:14 +0900
  • d74747fbf0 fix(threads): serialize rename saves murashit 2026-07-21 14:12:26 +0900
  • f707da0274 fix(threads): keep errors out of navigation rows murashit 2026-07-21 13:16:50 +0900
  • 2fb7d29841 fix(threads): disable unavailable auto-name actions murashit 2026-07-21 13:16:49 +0900
  • 8a798a5bca fix(ui): disable operations with unmet preconditions murashit 2026-07-21 13:16:50 +0900
  • 689368fe8d docs(design): prefer coherent UI over explanatory copy murashit 2026-07-21 13:18:40 +0900
  • 5cd106973c refactor(threads): make auto-name exclusive and cancellable murashit 2026-07-21 10:26:57 +0900
  • f3d987ee03 refactor(settings): serialize dynamic refreshes murashit 2026-07-21 10:12:12 +0900
  • bbe311c4de refactor(chat): flatten session runtime indirection murashit 2026-07-21 08:29:11 +0900
  • 4f3ebcaa31 docs: remove defensive reference caveats murashit 2026-07-21 08:28:28 +0900
  • 96b88c1715 test: remove obsolete specification guards murashit 2026-07-21 06:46:39 +0900
  • 193b680f06 refactor(runtime): remove obsolete lifetime and query abstractions murashit 2026-07-20 23:36:23 +0900
  • 2d9f98f434 refactor(query): consolidate runtime-owned resources murashit 2026-07-20 23:26:14 +0900
  • ffcc814ba5 refactor(runtime): simplify disposable runtime boundaries murashit 2026-07-20 23:26:14 +0900
  • 1f5aa50862 chore(release): 5.1.1 5.1.1 murashit 2026-07-20 21:17:14 +0900
  • a2c896d0ae docs(review): require proportional evidence for findings murashit 2026-07-20 19:08:58 +0900
  • 205893cc1f fix(thread-picker): keep one active picker per runtime murashit 2026-07-20 19:03:05 +0900
  • b00f6292c4 refactor: remove test-only source exports murashit 2026-07-20 18:09:42 +0900
  • 8d952fcfbf chore: ignore local pnpm store murashit 2026-07-20 17:58:08 +0900
  • 54dcbd8759 refactor(query): require complete runtime-owned context murashit 2026-07-20 17:45:06 +0900
  • 381646ebfb refactor(settings): bind dynamic data to one runtime lease murashit 2026-07-20 17:42:15 +0900
  • aaa04507e0 refactor(chat): make reconnect reset one scoped transition murashit 2026-07-20 17:41:03 +0900
  • a92f3b031d refactor(chat): construct thread lifecycle without late binding murashit 2026-07-20 17:40:04 +0900
  • 567c744624 refactor(protocol): isolate released legacy reference decoding murashit 2026-07-20 14:17:00 +0900
  • 11c233b8fe refactor(runtime): replace executable-bound runtime atomically murashit 2026-07-20 16:42:56 +0900
  • aadcf179bc refactor(runtime): make vault the fixed workspace root murashit 2026-07-20 13:28:00 +0900
  • 52c350093a fix(query): align resource refresh semantics murashit 2026-07-20 09:47:15 +0900
  • a35c9f4263 feat(threads): share paginated thread history and search murashit 2026-07-20 08:36:11 +0900
  • dc467695f4 refactor(chat): replace thread stream presenter facade murashit 2026-07-18 22:11:39 +0900
  • 1ef344b02a test(chat): split view lifecycle coverage for parallel execution murashit 2026-07-19 06:19:38 +0900
  • f93570848f refactor(chat): derive Threads activity from panel state murashit 2026-07-18 22:54:46 +0900
  • cf0548a0d0 refactor(app-server): make TanStack Query authoritative murashit 2026-07-18 22:11:38 +0900
  • ea665af455 chore(lint): re-enable Obsidian setting definition rule murashit 2026-07-18 20:13:50 +0900
  • 7ec4acf2b1 test(chat): cover auto-review audit history murashit 2026-07-18 19:21:29 +0900
  • 44128caf2c test(chat): protect stale reducer transitions murashit 2026-07-18 19:21:26 +0900
  • e7efd773b3 test(protocol): protect app-server boundary contracts murashit 2026-07-18 19:21:13 +0900
  • 9c71b0eb88 test: expand mutation coverage at protocol boundaries murashit 2026-07-18 19:10:57 +0900
  • d3b426d500 test(runtime): cover approval policy commit state murashit 2026-07-18 18:52:56 +0900
  • d114c3e473 test(chat): protect context manifest placement murashit 2026-07-18 18:52:51 +0900
  • eecf73dc77 fix(chat): preserve accepted MCP elicitation URLs murashit 2026-07-18 18:52:44 +0900
  • 358cdd7b7c test(chat): harden context serialization boundaries murashit 2026-07-18 18:02:24 +0900
  • 5cd898fabe test(chat): harden stream behavior contracts murashit 2026-07-18 18:02:21 +0900
  • 8351156589 test: harden vault and runtime boundaries murashit 2026-07-18 18:02:16 +0900
  • ef5d1d803d feat(chat): show live subagent activity summaries murashit 2026-07-18 17:45:01 +0900
  • 760421613d test: add exploratory domain mutation testing murashit 2026-07-18 17:12:21 +0900
  • 46ecf3addd test(chat): cover pending request UI boundaries murashit 2026-07-18 14:44:42 +0900
  • 93c4ba50a1 test(settings): cover declarative API parity murashit 2026-07-18 14:44:31 +0900
  • d568f9abb1 test(app-server): cover RPC boundary failures murashit 2026-07-18 14:44:23 +0900
  • d1337a6c85 test(ui): cover turn diff and toolbar boundaries murashit 2026-07-18 14:27:06 +0900
  • eb6d4a3c2d test(app-server): cover client and transport lifecycles murashit 2026-07-18 14:26:58 +0900
  • 4820fd5821 test(chat): cover pending requests and agent states murashit 2026-07-18 14:26:50 +0900
  • f588719440 test: add source coverage reporting murashit 2026-07-18 14:13:56 +0900
  • 6524409313 chore(release): 5.1.0 5.1.0 murashit 2026-07-18 11:56:40 +0900
  • d8f4f8a899 refactor(input): distinguish Vault file references from mentions murashit 2026-07-18 11:10:07 +0900
  • 9b2585b2bd refactor(context): model Obsidian excerpts as references murashit 2026-07-18 10:52:25 +0900
  • 4581ee4c5f feat(context): bound and persist explicit turn context murashit 2026-07-18 10:20:46 +0900
  • 56a7662b2e docs: recast README around user workflow murashit 2026-07-18 09:03:13 +0900
  • 93d0021391 docs: correct app-server compatibility key murashit 2026-07-18 08:59:33 +0900
  • dfeeb0e4b2 refactor(threads): bound lifecycle event arbitration murashit 2026-07-18 07:59:56 +0900
  • ffb11490ce fix(composer): make attachment saves explicit editing state murashit 2026-07-18 07:49:48 +0900
  • 51994c6777 refactor(metadata): publish app-server resources independently murashit 2026-07-18 07:49:52 +0900
  • 5e2007c899 refactor(chat): remove redundant auto-title tracking murashit 2026-07-18 07:49:24 +0900
  • 4ddb17a27b refactor(chat): narrow lifecycle coordination guarantees murashit 2026-07-18 06:58:40 +0900
  • 48bd261f64 refactor(settings): centralize dynamic data ownership murashit 2026-07-18 06:58:10 +0900
  • 58f8805328 docs(design): keep architectural guidance conceptual murashit 2026-07-18 06:15:45 +0900
  • 6800bcc339 refactor(runtime): simplify thread settings serialization murashit 2026-07-18 06:04:06 +0900
  • 562513099f refactor(async): unify scoped operation coordination murashit 2026-07-17 21:18:05 +0900
  • e056fee378 fix(settings): preserve ordered mutation facts murashit 2026-07-17 20:57:28 +0900
  • 2de242819e fix(composer): preserve attachment insertion targets murashit 2026-07-17 20:57:34 +0900
  • 9ad8ade044 fix(chat): serialize runtime settings commits murashit 2026-07-17 20:57:22 +0900
  • 1eb074b361 refactor(chat): model scoped async operations murashit 2026-07-17 20:57:19 +0900
  • 716d6a2db5 fix(chat): unsubscribe when leaving running subagents murashit 2026-07-17 19:46:27 +0900
  • 4b0218169c fix(chat): centralize active panel operation policy murashit 2026-07-17 19:46:27 +0900
  • ec3bcd0312 feat(settings): support declarative settings search murashit 2026-07-17 11:06:00 +0900
  • 7dfc023360 chore(release): 5.0.4 5.0.4 murashit 2026-07-17 10:42:52 +0900
  • 900d5cd53c chore(release): 5.0.3 5.0.3 murashit 2026-07-17 10:24:53 +0900
  • 01f5de79b7 chore(release): 5.0.2 5.0.2 murashit 2026-07-17 10:06:37 +0900
  • a7fbb2bddc ci: scope compatibility checks to relevant changes murashit 2026-07-17 09:18:04 +0900
  • eff82d1166 chore(deps): update development dependencies murashit 2026-07-17 08:56:35 +0900
  • 3dd4c8b9a3 ci(deps): keep TypeScript updates on version 6 murashit 2026-07-17 08:55:42 +0900
  • 03b12ab9a7
    chore(deps): bump the dev-dependencies group across 1 directory with 5 updates dependabot[bot] 2026-07-16 23:41:42 +0000
  • 60882f68ea
    Merge pull request #29 from murashit/dependabot/npm_and_yarn/preact-10.29.7 murashit 2026-07-17 08:39:09 +0900
  • dfff322541 refactor(test): trim development script coverage murashit 2026-07-17 08:26:37 +0900