Skip to content

Commit e1c72cb

Browse files
authored
Merge pull request #149 from codeflash-ai/feature/slack-incremental-checkpoint-v1
Resume Slack polling with bounded late-reply reconciliation
2 parents 1cc222b + 80bcabf commit e1c72cb

6 files changed

Lines changed: 1465 additions & 141 deletions

File tree

Cargo.lock

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

crates/locality-slack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ reqwest = { version = "0.13", default-features = false, features = ["blocking",
1919
rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
22+
sha2 = "0.10"
2223
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }
2324

2425
[dev-dependencies]

0 commit comments

Comments
 (0)