Skip to content

Commit e634386

Browse files
authored
feat(chat): /logdump cmd (#2539)
* feat(chat): /logdump cmd * chore: fix format * refactor(logdump): improve timestamp handling and directory management * fix(logdump): only keep necessary tests
1 parent d62cf68 commit e634386

File tree

5 files changed

+376
-0
lines changed

5 files changed

+376
-0
lines changed

Cargo.lock

Lines changed: 189 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ winnow = "=0.6.2"
129129
winreg = "0.55.0"
130130
schemars = "1.0.4"
131131
jsonschema = "0.30.0"
132+
zip = "2.2.0"
132133
rmcp = { version = "0.7.0", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] }
133134

134135
[workspace.lints.rust]

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ whoami.workspace = true
117117
winnow.workspace = true
118118
schemars.workspace = true
119119
jsonschema.workspace = true
120+
zip.workspace = true
120121
rmcp.workspace = true
121122

122123
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)