Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: cased/kit

Tags

v3.1.0

Toggle v3.1.0's commit message
Fix go.mod retract directive parsing and add MultiRepo tests

- Add missing `retract` directive filter in go.mod parsing
- Add 13 new tests for MultiRepo audit_dependencies covering:
  - Go go.mod directive filtering (require, replace, exclude, retract)
  - Rust Cargo.toml parsing (deps, dev-deps, build-deps, complex specs)
  - JavaScript devDependencies
  - Python requirements.txt edge cases
  - Error handling for missing files/repos
- Bump TypeScript client to 3.1.0

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Go dependency analyzer and optimize performance (#157)

* Add Go dependency analyzer and optimize performance

Add full-featured Go dependency analyzer:
- Parse Go imports using TreeSitter
- Classify imports as internal, stdlib, or external
- Detect import cycles across packages
- Export to JSON and DOT formats
- Generate LLM context summaries

Performance optimizations (38x faster cold start):
- Add 1-second TTL cache for git SHA checks
- Fix double file tree iteration in Python analyzer
- Fix double HCL parsing in Terraform analyzer
- Replace pathlib.relative_to with string operations (5.7x faster)
- Integrate Rust-based file walker via ignore-python (47x faster)

Add comprehensive performance test harness:
- Benchmarks for Python, Go, Terraform dependency analyzers
- File tree benchmarks (Rust-accelerated)
- Symbol extraction benchmarks
- Repo map benchmarks
- CLI: python tests/perf/test_dependency_perf.py --benchmark all

* Add 3.0.0 changelog entry

Document Go dependency analyzer, 38x performance improvements,
and breaking changes (ignore-python, gitignore behavior, CLI errors).

v2.2.1

Toggle v2.2.1's commit message
Bump TypeScript client to 2.2.1

v2.2.0

Toggle v2.2.0's commit message
Bump version to 2.2.0

v2.1.3

Toggle v2.1.3's commit message
2.1.3

v2.1.2

Toggle v2.1.2's commit message
fmt and prep release

v2.1.1

Toggle v2.1.1's commit message
Default output for hybrid search

v2.1.0

Toggle v2.1.0's commit message
Prep release

v2.0.1

Toggle v2.0.1's commit message
2.0.1

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new kit-dev MCP (#131)

It's a whole new world