GUI Created, Dark Mode Created, npm script added, styling changed, Decoupled from Claude made more open source.

This commit is contained in:
Anish
2026-04-12 12:16:49 +05:30
parent 626c18f4c7
commit f53a89ff88
29 changed files with 1425 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ tokio = { version = "1", features = ["full"] }
# State store
rusqlite = { version = "0.32", features = ["bundled"] }
# Git integration
git2 = "0.20"
# Git integration - use vendored openssl to avoid system dependency
git2 = { version = "0.20", features = ["ssh", "vendored-openssl"] }
# Serialization
serde = { version = "1", features = ["derive"] }