mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-19 18:58:47 +08:00
feat: enhance search, ranking, reranker and CLI tooling across ccw and codex-lens
Major improvements to smart-search, chain-search cascade, ranking pipeline, reranker factory, CLI history store, codex-lens integration, and uv-manager. Simplify command-generator skill by inlining phases. Add comprehensive tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
13
codex-lens/scripts/requirements-reranker-local.txt
Normal file
13
codex-lens/scripts/requirements-reranker-local.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ordered local ONNX reranker pins for CodexLens.
|
||||
# Validated against the repo-local Python 3.13 virtualenv on Windows.
|
||||
# bootstrap_reranker_local.py installs each section in file order to keep
|
||||
# pip resolver work bounded and repeatable.
|
||||
|
||||
# [runtime]
|
||||
numpy==2.4.0
|
||||
onnxruntime==1.23.2
|
||||
|
||||
# [hf-stack]
|
||||
huggingface-hub==0.36.2
|
||||
transformers==4.53.3
|
||||
optimum[onnxruntime]==2.1.0
|
||||
Reference in New Issue
Block a user