codesesh 1.0.8 → 1.0.10
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 +19 -0
- package/dist/{chunk-YLXHGL4S.js → chunk-2LXZFMSH.js} +28 -2
- package/dist/{chunk-YLXHGL4S.js.map → chunk-2LXZFMSH.js.map} +1 -1
- package/dist/{chunk-L4G3LE7I.js → chunk-543OWZIC.js} +2 -2
- package/dist/{chunk-DHQPM5FF.js → chunk-56FKVL5K.js} +5 -5
- package/dist/{chunk-V3HKVTIO.js → chunk-CYZ6OC6J.js} +2 -2
- package/dist/{chunk-KVTLNX7V.js → chunk-DWY4HWVI.js} +2 -2
- package/dist/{chunk-AGUAXTKC.js → chunk-R6QKSHPH.js} +2 -2
- package/dist/{chunk-RBCCNCDO.js → chunk-WRVILHZR.js} +1059 -26
- package/dist/chunk-WRVILHZR.js.map +1 -0
- package/dist/{discovery-KEZQU6RL.js → discovery-NTMSA6UE.js} +5 -5
- package/dist/index.js +36 -9
- package/dist/index.js.map +1 -1
- 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-D1FLK4EW.js +1 -0
- package/dist/web/assets/{InteractiveReceipt-Bsj37HtN.js → InteractiveReceipt-C7FJhzdv.js} +1 -1
- package/dist/web/assets/OverviewScreen-DX7F_6dH.js +1 -0
- package/dist/web/assets/{PrismHighlighter-DWS6Nx_X.js → PrismHighlighter-DZ2CWVc0.js} +1 -1
- package/dist/web/assets/Projects-B_7w5TDw.js +1 -0
- package/dist/web/assets/{SearchResultsPanel-BAManMmt.js → SearchResultsPanel-BMBhKuPS.js} +1 -1
- package/dist/web/assets/SessionDetail-wJYzzF0i.js +53 -0
- package/dist/web/assets/index-BXhaumu7.css +1 -0
- package/dist/web/assets/index-DUcpWdzX.js +1423 -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/icon/agent/minimax-code.svg +1 -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-543OWZIC.js.map} +0 -0
- /package/dist/{chunk-DHQPM5FF.js.map → chunk-56FKVL5K.js.map} +0 -0
- /package/dist/{chunk-V3HKVTIO.js.map → chunk-CYZ6OC6J.js.map} +0 -0
- /package/dist/{chunk-KVTLNX7V.js.map → chunk-DWY4HWVI.js.map} +0 -0
- /package/dist/{chunk-AGUAXTKC.js.map → chunk-R6QKSHPH.js.map} +0 -0
- /package/dist/{discovery-KEZQU6RL.js.map → discovery-NTMSA6UE.js.map} +0 -0
package/README.md
CHANGED
|
@@ -56,9 +56,28 @@ 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 |
|
|
61
|
+
| MiniMax Code | ✅ Supported |
|
|
59
62
|
|
|
60
63
|
<!-- repo-fact:agents:end -->
|
|
61
64
|
|
|
65
|
+
MiniMax Code supports CLI 0.4.12 `v2/sqlite/runtime-state.sqlite`, including session trees, reasoning, tools, and usage. Discovery selects the first database under `~/.minimax` or `~/.minimax-code`; `MINIMAX_DATA_DIR` takes precedence over `MAVIS_DATA_DIR`. Refresh detects updates and removals as well as new messages. Media retains available references; legacy ledger layouts and Desktop compatibility are unverified. See the [integration design](../../docs/minimax-code-integration.md).
|
|
66
|
+
|
|
67
|
+
DeepChat supports the current unencrypted `app_db/agent.db`, including native and ACP sessions.
|
|
68
|
+
Set `DEEPCHAT_USER_DATA_DIR` to override its user data directory. Legacy `chat.db`,
|
|
69
|
+
SQLCipher-encrypted databases, and resume commands are not supported. ACP sessions are counted
|
|
70
|
+
under DeepChat; records also discovered from an external agent are not deduplicated.
|
|
71
|
+
|
|
72
|
+
Cherry Studio supports 2.x `Data/cherrystudio.sqlite`: Agent sessions (Claude Code, Pi, DSH)
|
|
73
|
+
and the selected branch of assistant chats. Chat messages and usage follow that branch;
|
|
74
|
+
alternative replies are excluded. Chats are grouped under the user data directory, while Agent
|
|
75
|
+
sessions retain their workspace. Set `CHERRYSTUDIO_USER_DATA_DIR` for custom or portable data
|
|
76
|
+
directories. Message usage is counted once from Cherry's stored statistics. USD costs are
|
|
77
|
+
preserved; other currencies use USD model estimates when pricing is available. Legacy 1.x
|
|
78
|
+
`agents.db`, independent subagent session trees, and resume commands are not supported.
|
|
79
|
+
Sessions are attributed to Cherry Studio without cross-agent deduplication.
|
|
80
|
+
|
|
62
81
|
## Usage
|
|
63
82
|
|
|
64
83
|
```bash
|
|
@@ -1921,7 +1921,7 @@ function normalizeMessageParts(value) {
|
|
|
1921
1921
|
});
|
|
1922
1922
|
}
|
|
1923
1923
|
|
|
1924
|
-
// ../core/dist/chunk-
|
|
1924
|
+
// ../core/dist/chunk-VOIZHT6Z.mjs
|
|
1925
1925
|
var AGENT_CATALOG = [
|
|
1926
1926
|
{
|
|
1927
1927
|
name: "claudecode",
|
|
@@ -1996,6 +1996,14 @@ var AGENT_CATALOG = [
|
|
|
1996
1996
|
resumeCommandPrefix: null,
|
|
1997
1997
|
toolStrategy: "custom"
|
|
1998
1998
|
},
|
|
1999
|
+
{
|
|
2000
|
+
name: "minimax-code",
|
|
2001
|
+
displayName: "MiniMax Code",
|
|
2002
|
+
icon: "/icon/agent/minimax-code.svg",
|
|
2003
|
+
sourceKind: "sqlite",
|
|
2004
|
+
resumeCommandPrefix: "mcode --session",
|
|
2005
|
+
toolStrategy: "custom"
|
|
2006
|
+
},
|
|
1999
2007
|
{
|
|
2000
2008
|
name: "dsh",
|
|
2001
2009
|
displayName: "DSH",
|
|
@@ -2005,6 +2013,24 @@ var AGENT_CATALOG = [
|
|
|
2005
2013
|
// DSH delegates launch arguments to installation-specific profiles.
|
|
2006
2014
|
resumeCommandPrefix: null,
|
|
2007
2015
|
toolStrategy: "custom"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
name: "deepchat",
|
|
2019
|
+
displayName: "DeepChat",
|
|
2020
|
+
icon: "/icon/agent/deepchat.svg",
|
|
2021
|
+
iconColored: true,
|
|
2022
|
+
sourceKind: "sqlite",
|
|
2023
|
+
resumeCommandPrefix: null,
|
|
2024
|
+
toolStrategy: "default"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
name: "cherrystudio",
|
|
2028
|
+
displayName: "Cherry Studio",
|
|
2029
|
+
icon: "/icon/agent/cherrystudio.svg",
|
|
2030
|
+
iconColored: true,
|
|
2031
|
+
sourceKind: "sqlite",
|
|
2032
|
+
resumeCommandPrefix: null,
|
|
2033
|
+
toolStrategy: "default"
|
|
2008
2034
|
}
|
|
2009
2035
|
];
|
|
2010
2036
|
function getAgentCatalogEntry(name) {
|
|
@@ -2094,4 +2120,4 @@ export {
|
|
|
2094
2120
|
AGENT_CATALOG,
|
|
2095
2121
|
getAgentCatalogEntry
|
|
2096
2122
|
};
|
|
2097
|
-
//# sourceMappingURL=chunk-
|
|
2123
|
+
//# sourceMappingURL=chunk-2LXZFMSH.js.map
|