Skip to content

Conversation

@vinhnx
Copy link
Owner

@vinhnx vinhnx commented Oct 7, 2025

Summary

  • remove unused direct dependencies from the CLI crate and move test-only crates into dev-dependencies
  • drop unused crates from the vtcode-core library manifest and consolidate on once_cell for lazy initialization
  • simplify the performance monitor report generation and replace lazy_static with once_cell::Lazy
  • refresh Cargo.lock to reflect the trimmed dependency graph

Testing

  • cargo fmt
  • cargo check
  • cargo test

https://chatgpt.com/codex/tasks/task_e_68e480569e4083238eda255ae8aad55c

@vinhnx vinhnx merged commit 799d035 into main Oct 7, 2025
8 of 11 checks passed
@vinhnx vinhnx deleted the codex/analyze-and-clean-up-unused-dependencies-and-code branch October 7, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant