Skip to content

Commit 40f7703

Browse files
committed
Refactor and enhance codebase with various improvements
- Updated `CompactCacheKey` to use `CacheType` for better type safety. - Added `last_value` method to `MovingAverage` for improved performance monitoring. - Enhanced `ChangePropagationManager` to escalate priority for user-visible changes. - Improved `IntelligentFileWatcher` with initial state bootstrap and better event handling. - Added `generate_text_embedding` method to `EmbeddingGenerator` for direct text embeddings. - Updated API documentation to reflect upcoming SDK availability and command-line usage. - Enhanced symbol extraction and import resolution in various languages. - Improved error handling and performance in file watching and change detection.
1 parent 526e3b2 commit 40f7703

36 files changed

+1062
-570
lines changed

Cargo.lock

Lines changed: 10 additions & 43 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async-graphql = "7.0"
119119
async-graphql-axum = "7.0"
120120

121121
# Web framework
122-
axum = "0.7"
122+
axum = "0.8"
123123
tower = "0.4"
124124
tower-http = "0.5"
125125
hyper = "1.0"

0 commit comments

Comments
 (0)