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.
- package/README.md +16 -0
- package/dist/{chunk-L4G3LE7I.js → chunk-5YY675UR.js} +2 -2
- package/dist/{chunk-DHQPM5FF.js → chunk-CIMPLUT6.js} +5 -5
- package/dist/{chunk-YLXHGL4S.js → chunk-MOZLVHCC.js} +20 -2
- package/dist/{chunk-YLXHGL4S.js.map → chunk-MOZLVHCC.js.map} +1 -1
- package/dist/{chunk-V3HKVTIO.js → chunk-QFG33PKR.js} +2 -2
- package/dist/{chunk-KVTLNX7V.js → chunk-RDTQ2WPR.js} +2 -2
- package/dist/{chunk-RBCCNCDO.js → chunk-ZDH2BKQK.js} +696 -4
- package/dist/chunk-ZDH2BKQK.js.map +1 -0
- package/dist/{chunk-AGUAXTKC.js → chunk-ZLU7ODBV.js} +2 -2
- package/dist/{discovery-KEZQU6RL.js → discovery-MS2ZSMZ5.js} +5 -5
- package/dist/index.js +8 -8
- package/dist/project-identity-worker.js +4 -4
- package/dist/scan-refresh-worker.js +6 -6
- package/dist/search-index-worker.js +6 -6
- package/dist/session-detail-worker.js +6 -6
- package/dist/smart-tag-worker.js +3 -3
- package/dist/web/assets/CustomTimeWindowDialog-CGPvUFkc.js +1 -0
- package/dist/web/assets/DetailLanding-Dgb2Qg8H.js +1 -0
- package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-SckXLiPB.js} +1 -1
- package/dist/web/assets/OverviewScreen-D44AMeDu.js +1 -0
- package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-D7JLjKja.js} +1 -1
- package/dist/web/assets/Projects-DVHOqH2Z.js +1 -0
- package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-B1WEw9Q5.js} +1 -1
- package/dist/web/assets/SessionDetail-J00I4QfE.js +53 -0
- package/dist/web/assets/index-BIpTq_7T.js +1423 -0
- package/dist/web/assets/index-BXhaumu7.css +1 -0
- package/dist/web/assets/{panel-DcOuALYX.js → panel-B-5dVddJ.js} +1 -1
- package/dist/web/assets/session-indexes-3LjxBYNe.js +4 -0
- package/dist/web/assets/utils-BuYa9y6l.js +1 -0
- package/dist/web/icon/agent/cherrystudio.svg +7 -0
- package/dist/web/icon/agent/deepchat.LICENSE.txt +206 -0
- package/dist/web/icon/agent/deepchat.svg +6 -0
- package/dist/web/index.html +5 -192
- package/package.json +3 -3
- package/dist/chunk-RBCCNCDO.js.map +0 -1
- package/dist/web/assets/CustomTimeWindowDialog-z5xtqkBF.js +0 -1
- package/dist/web/assets/DetailLanding-CpV0jLmT.js +0 -1
- package/dist/web/assets/OverviewScreen-B9qZqEQA.js +0 -1
- package/dist/web/assets/Projects-oY3KCgS4.js +0 -1
- package/dist/web/assets/SessionDetail-KSgkmLV7.js +0 -53
- package/dist/web/assets/index-BSLHxV0w.css +0 -1
- package/dist/web/assets/index-DNw59Qsn.js +0 -1423
- package/dist/web/assets/session-indexes-DKukxoe1.js +0 -4
- package/dist/web/assets/utils-Dk_44zMo.js +0 -1
- /package/dist/{chunk-L4G3LE7I.js.map → chunk-5YY675UR.js.map} +0 -0
- /package/dist/{chunk-DHQPM5FF.js.map → chunk-CIMPLUT6.js.map} +0 -0
- /package/dist/{chunk-V3HKVTIO.js.map → chunk-QFG33PKR.js.map} +0 -0
- /package/dist/{chunk-KVTLNX7V.js.map → chunk-RDTQ2WPR.js.map} +0 -0
- /package/dist/{chunk-AGUAXTKC.js.map → chunk-ZLU7ODBV.js.map} +0 -0
- /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-
|
|
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-
|
|
669
|
+
//# sourceMappingURL=chunk-5YY675UR.js.map
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
normalizeProjectDirectory,
|
|
9
9
|
normalizeProjectScopePath,
|
|
10
10
|
realFs
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-RDTQ2WPR.js";
|
|
12
12
|
import {
|
|
13
13
|
SessionScanError,
|
|
14
14
|
createAgentScanFailure,
|
|
15
15
|
createRegisteredAgents,
|
|
16
16
|
reportAgentScanFailure
|
|
17
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
6197
|
+
//# sourceMappingURL=chunk-CIMPLUT6.js.map
|
|
@@ -1921,7 +1921,7 @@ function normalizeMessageParts(value) {
|
|
|
1921
1921
|
});
|
|
1922
1922
|
}
|
|
1923
1923
|
|
|
1924
|
-
// ../core/dist/chunk-
|
|
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-
|
|
2115
|
+
//# sourceMappingURL=chunk-MOZLVHCC.js.map
|