codesesh 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +16 -0
  2. package/dist/{chunk-L4G3LE7I.js → chunk-5YY675UR.js} +2 -2
  3. package/dist/{chunk-DHQPM5FF.js → chunk-CIMPLUT6.js} +5 -5
  4. package/dist/{chunk-YLXHGL4S.js → chunk-MOZLVHCC.js} +20 -2
  5. package/dist/{chunk-YLXHGL4S.js.map → chunk-MOZLVHCC.js.map} +1 -1
  6. package/dist/{chunk-V3HKVTIO.js → chunk-QFG33PKR.js} +2 -2
  7. package/dist/{chunk-KVTLNX7V.js → chunk-RDTQ2WPR.js} +2 -2
  8. package/dist/{chunk-RBCCNCDO.js → chunk-ZDH2BKQK.js} +696 -4
  9. package/dist/chunk-ZDH2BKQK.js.map +1 -0
  10. package/dist/{chunk-AGUAXTKC.js → chunk-ZLU7ODBV.js} +2 -2
  11. package/dist/{discovery-KEZQU6RL.js → discovery-MS2ZSMZ5.js} +5 -5
  12. package/dist/index.js +8 -8
  13. package/dist/project-identity-worker.js +4 -4
  14. package/dist/scan-refresh-worker.js +6 -6
  15. package/dist/search-index-worker.js +6 -6
  16. package/dist/session-detail-worker.js +6 -6
  17. package/dist/smart-tag-worker.js +3 -3
  18. package/dist/web/assets/CustomTimeWindowDialog-CGPvUFkc.js +1 -0
  19. package/dist/web/assets/DetailLanding-Dgb2Qg8H.js +1 -0
  20. package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-SckXLiPB.js} +1 -1
  21. package/dist/web/assets/OverviewScreen-D44AMeDu.js +1 -0
  22. package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-D7JLjKja.js} +1 -1
  23. package/dist/web/assets/Projects-DVHOqH2Z.js +1 -0
  24. package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-B1WEw9Q5.js} +1 -1
  25. package/dist/web/assets/SessionDetail-J00I4QfE.js +53 -0
  26. package/dist/web/assets/index-BIpTq_7T.js +1423 -0
  27. package/dist/web/assets/index-BXhaumu7.css +1 -0
  28. package/dist/web/assets/{panel-DcOuALYX.js → panel-B-5dVddJ.js} +1 -1
  29. package/dist/web/assets/session-indexes-3LjxBYNe.js +4 -0
  30. package/dist/web/assets/utils-BuYa9y6l.js +1 -0
  31. package/dist/web/icon/agent/cherrystudio.svg +7 -0
  32. package/dist/web/icon/agent/deepchat.LICENSE.txt +206 -0
  33. package/dist/web/icon/agent/deepchat.svg +6 -0
  34. package/dist/web/index.html +5 -192
  35. package/package.json +3 -3
  36. package/dist/chunk-RBCCNCDO.js.map +0 -1
  37. package/dist/web/assets/CustomTimeWindowDialog-z5xtqkBF.js +0 -1
  38. package/dist/web/assets/DetailLanding-CpV0jLmT.js +0 -1
  39. package/dist/web/assets/OverviewScreen-B9qZqEQA.js +0 -1
  40. package/dist/web/assets/Projects-oY3KCgS4.js +0 -1
  41. package/dist/web/assets/SessionDetail-KSgkmLV7.js +0 -53
  42. package/dist/web/assets/index-BSLHxV0w.css +0 -1
  43. package/dist/web/assets/index-DNw59Qsn.js +0 -1423
  44. package/dist/web/assets/session-indexes-DKukxoe1.js +0 -4
  45. package/dist/web/assets/utils-Dk_44zMo.js +0 -1
  46. /package/dist/{chunk-L4G3LE7I.js.map → chunk-5YY675UR.js.map} +0 -0
  47. /package/dist/{chunk-DHQPM5FF.js.map → chunk-CIMPLUT6.js.map} +0 -0
  48. /package/dist/{chunk-V3HKVTIO.js.map → chunk-QFG33PKR.js.map} +0 -0
  49. /package/dist/{chunk-KVTLNX7V.js.map → chunk-RDTQ2WPR.js.map} +0 -0
  50. /package/dist/{chunk-AGUAXTKC.js.map → chunk-ZLU7ODBV.js.map} +0 -0
  51. /package/dist/{discovery-KEZQU6RL.js.map → discovery-MS2ZSMZ5.js.map} +0 -0
package/README.md CHANGED
@@ -56,9 +56,25 @@ Your browser will open at `http://localhost:4521` with all your sessions ready t
56
56
  | OpenCode | ✅ Supported |
57
57
  | ZCode | ✅ Supported |
58
58
  | DSH | ✅ Supported |
59
+ | DeepChat | ✅ Supported |
60
+ | Cherry Studio | ✅ Supported |
59
61
 
60
62
  <!-- repo-fact:agents:end -->
61
63
 
64
+ DeepChat supports the current unencrypted `app_db/agent.db`, including native and ACP sessions.
65
+ Set `DEEPCHAT_USER_DATA_DIR` to override its user data directory. Legacy `chat.db`,
66
+ SQLCipher-encrypted databases, and resume commands are not supported. ACP sessions are counted
67
+ under DeepChat; records also discovered from an external agent are not deduplicated.
68
+
69
+ Cherry Studio supports 2.x `Data/cherrystudio.sqlite`: Agent sessions (Claude Code, Pi, DSH)
70
+ and the selected branch of assistant chats. Chat messages and usage follow that branch;
71
+ alternative replies are excluded. Chats are grouped under the user data directory, while Agent
72
+ sessions retain their workspace. Set `CHERRYSTUDIO_USER_DATA_DIR` for custom or portable data
73
+ directories. Message usage is counted once from Cherry's stored statistics. USD costs are
74
+ preserved; other currencies use USD model estimates when pricing is available. Legacy 1.x
75
+ `agents.db`, independent subagent session trees, and resume commands are not supported.
76
+ Sessions are attributed to Cherry Studio without cross-agent deduplication.
77
+
62
78
  ## Usage
63
79
 
64
80
  ```bash
@@ -8,7 +8,7 @@ import {
8
8
  getSessionAgentKey,
9
9
  getSessionReferenceKey,
10
10
  toCalendarDayKey
11
- } from "./chunk-YLXHGL4S.js";
11
+ } from "./chunk-MOZLVHCC.js";
12
12
 
13
13
  // ../core/dist/chunk-XNDXGBK6.mjs
14
14
  var COST_ABSOLUTE_TOLERANCE = 1e-8;
@@ -666,4 +666,4 @@ export {
666
666
  summarizeProjects,
667
667
  attachProjectMetricsFromTree
668
668
  };
669
- //# sourceMappingURL=chunk-L4G3LE7I.js.map
669
+ //# sourceMappingURL=chunk-5YY675UR.js.map
@@ -8,13 +8,13 @@ import {
8
8
  normalizeProjectDirectory,
9
9
  normalizeProjectScopePath,
10
10
  realFs
11
- } from "./chunk-KVTLNX7V.js";
11
+ } from "./chunk-RDTQ2WPR.js";
12
12
  import {
13
13
  SessionScanError,
14
14
  createAgentScanFailure,
15
15
  createRegisteredAgents,
16
16
  reportAgentScanFailure
17
- } from "./chunk-RBCCNCDO.js";
17
+ } from "./chunk-ZDH2BKQK.js";
18
18
  import {
19
19
  SMART_TAG_CLASSIFIER_REVISION,
20
20
  assertIdentifiedSessionHead,
@@ -41,7 +41,7 @@ import {
41
41
  setUserVersion,
42
42
  sortSessionsByActivity,
43
43
  tableExists
44
- } from "./chunk-YLXHGL4S.js";
44
+ } from "./chunk-MOZLVHCC.js";
45
45
 
46
46
  // ../core/dist/chunk-SU7BSXP6.mjs
47
47
  var CACHE_SCHEMA_VERSION = 34;
@@ -4097,7 +4097,7 @@ function matchesSessionQueryScope(session, scope) {
4097
4097
  return !scope?.projectScope || matchesProjectScope(session, scope.projectScope);
4098
4098
  }
4099
4099
 
4100
- // ../core/dist/chunk-CXKZFUE7.mjs
4100
+ // ../core/dist/chunk-BBJYONEU.mjs
4101
4101
  import { existsSync as existsSync2, rmSync, unlinkSync } from "fs";
4102
4102
  import { availableParallelism } from "os";
4103
4103
  import { Worker } from "worker_threads";
@@ -6194,4 +6194,4 @@ export {
6194
6194
  commitDurableSessionPublication,
6195
6195
  listDashboardActiveHours
6196
6196
  };
6197
- //# sourceMappingURL=chunk-DHQPM5FF.js.map
6197
+ //# sourceMappingURL=chunk-CIMPLUT6.js.map
@@ -1921,7 +1921,7 @@ function normalizeMessageParts(value) {
1921
1921
  });
1922
1922
  }
1923
1923
 
1924
- // ../core/dist/chunk-IKDMAP3N.mjs
1924
+ // ../core/dist/chunk-UEAC7FPA.mjs
1925
1925
  var AGENT_CATALOG = [
1926
1926
  {
1927
1927
  name: "claudecode",
@@ -2005,6 +2005,24 @@ var AGENT_CATALOG = [
2005
2005
  // DSH delegates launch arguments to installation-specific profiles.
2006
2006
  resumeCommandPrefix: null,
2007
2007
  toolStrategy: "custom"
2008
+ },
2009
+ {
2010
+ name: "deepchat",
2011
+ displayName: "DeepChat",
2012
+ icon: "/icon/agent/deepchat.svg",
2013
+ iconColored: true,
2014
+ sourceKind: "sqlite",
2015
+ resumeCommandPrefix: null,
2016
+ toolStrategy: "default"
2017
+ },
2018
+ {
2019
+ name: "cherrystudio",
2020
+ displayName: "Cherry Studio",
2021
+ icon: "/icon/agent/cherrystudio.svg",
2022
+ iconColored: true,
2023
+ sourceKind: "sqlite",
2024
+ resumeCommandPrefix: null,
2025
+ toolStrategy: "default"
2008
2026
  }
2009
2027
  ];
2010
2028
  function getAgentCatalogEntry(name) {
@@ -2094,4 +2112,4 @@ export {
2094
2112
  AGENT_CATALOG,
2095
2113
  getAgentCatalogEntry
2096
2114
  };
2097
- //# sourceMappingURL=chunk-YLXHGL4S.js.map
2115
+ //# sourceMappingURL=chunk-MOZLVHCC.js.map