v0.6.0
What's Changed
- [codex] remove macOS Intel prebuilt support by @jonathanong in #142
- [codex] use direct native npm binaries by @jonathanong in #143
- feat(tests): implement tests subcommand group (plan, why, comment, graph) by @jonathanong in #158
- 🧪 Test: Add test for is_fetch_shadowed by @jonathanong in #144
- 🧪 Add test for extract_fetch_cache_options error handling by @jonathanong in #152
- 🧹 Refactor codebase dependencies pipeline run function by @jonathanong in #147
- feat: add granular import traversal filters by @jonathanong in #159
- 🧹 Refactor process_import_declaration function in ts_symbols by @jonathanong in #161
- 🧪 Add unit tests for
extract_fetch_cache_optionserror handling coverage by @jonathanong in #151 - ⚡ Bolt: Eliminate String and Edge cloning in graph traversals by @jonathanong in #146
- CI: Split benchmarks into a separate Benchmarks job by @jonathanong in #162
- ⚡ [performance] optimize graph related traversal by avoiding redundant clones by @jonathanong in #150
- 🧪 [Testing] Add edge case coverage for cache_wrapper_name by @jonathanong in #145
- 🧪 [Testing Improvement] Add tests for extract_fetch_cache_options error handling by @jonathanong in #160
- 🧹 refactor: Extract duplicate test logic into testInstallerMainDownloads helper by @jonathanong in #153
- ⚡ perf(ast-coverage): optimize string allocations in seed_fetch_coverage by @jonathanong in #149
- [codex] avoid config loading for import graph builds by @jonathanong in #163
- 🔒 Fix uncontrolled PATH lookup vulnerability in external subcommands by @jonathanong in #148
- Add large graph benchmark fixture by @jonathanong in #165
- ⚡ Bolt: Optimize Edge string cloning by using Arc upstream by @jonathanong in #166
- 🧹 [code health improvement] Extract output logic from run function by @jonathanong in #167
- [codex] harden adversarial route parsing by @jonathanong in #164
- 🧪 Add missing tests for extract_fetch_cache_options error handling by @jonathanong in #168
- Add CI guard for committed binaries by @jonathanong in #169
Full Changelog: v0.5.0...v0.6.0