story-kit: merge 183_story_refactor_matrix_bot_to_use_claude_code_provider_instead_of_direct_anthropic_api

This commit is contained in:
Dave
2026-02-25 12:42:11 +00:00
parent 7c48022230
commit a1d25d756b
7 changed files with 1823 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "sync"] }
toml = { workspace = true }
uuid = { workspace = true, features = ["v4", "serde"] }
walkdir = { workspace = true }
matrix-sdk = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }