mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
chore(release): v6.3.19 - Dense Reranker, CLI Tools & Issue Workflow
## Documentation Updates - Update all version references to v6.3.19 - Add Dense + Reranker search documentation - Add OpenCode AI CLI tool integration docs - Add Issue workflow (plan → queue → execute) with Codex recommendation - Update CHANGELOG with complete v6.3.19 release notes ## Features - Cross-Encoder reranking for improved search relevance - OpenCode CLI tool support - Issue multi-queue parallel execution - Service architecture improvements (cache-manager, preload-service) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# CCW - Claude Code Workflow CLI
|
||||
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
|
||||
A powerful command-line tool for managing Claude Code Workflow with native CodexLens code intelligence, multi-model CLI orchestration, and interactive dashboard.
|
||||
|
||||
@@ -36,17 +36,23 @@ ccw view -o report.html
|
||||
|
||||
## Features
|
||||
|
||||
### 🔍 Native CodexLens (v6.2)
|
||||
### 🔍 Native CodexLens (v6.3)
|
||||
- **Full-Text Search (FTS)**: SQLite-based fast keyword search with symbol extraction
|
||||
- **Semantic Search**: Embedding-based similarity search with vector store
|
||||
- **Semantic Search**: Dense embedding-based similarity search with vector store
|
||||
- **Hybrid Search**: RRF (Reciprocal Rank Fusion) combining FTS and semantic results
|
||||
- **Cross-Encoder Reranking**: Second-stage reranker for improved result relevance
|
||||
- **HNSW Index**: Approximate Nearest Neighbor index for significantly faster vector search
|
||||
- **Dynamic Batch Processing**: Intelligent batch size calculation for embedding generation
|
||||
- **Workspace Index Status**: Real-time index status monitoring and management
|
||||
|
||||
### 💻 CLI Tools Integration
|
||||
- **Multi-Model Support**: Execute prompts with Gemini, Qwen, or Codex
|
||||
- **Multi-Model Support**: Execute prompts with Gemini, Qwen, Codex, Claude, or OpenCode
|
||||
- **CLI Wrapper Endpoints**: Custom API endpoints with tool calling support
|
||||
- **Smart Content Formatter**: Intelligent output formatting with structured IR
|
||||
- **Session Resume**: Resume from last session or merge multiple sessions
|
||||
- **SQLite History**: Persistent execution history with conversation tracking
|
||||
- **Custom IDs**: Support for custom execution IDs and multi-turn conversations
|
||||
- **Preload Service**: Optimized data fetching with caching for faster responses
|
||||
|
||||
### 🧠 Core Memory & Clustering
|
||||
- **Session Clustering**: Intelligent grouping of related sessions
|
||||
|
||||
Reference in New Issue
Block a user