mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +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:
20
README.md
20
README.md
@@ -5,7 +5,7 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](https://www.npmjs.com/package/claude-code-workflow)
|
||||
[](LICENSE)
|
||||
[]()
|
||||
@@ -19,18 +19,16 @@
|
||||
|
||||
**Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system.
|
||||
|
||||
> **🎉 Version 6.3.18: Native CodexLens & Dashboard Revolution**
|
||||
> **🎉 Version 6.3.19: Search Enhancement & CLI Tools Upgrade**
|
||||
>
|
||||
> **Breaking Changes**:
|
||||
> - ⚠️ CLI command refactored: `ccw cli exec` → `ccw cli -p`
|
||||
> - ⚠️ Code Index MCP replaced with native CodexLens
|
||||
> - ⚠️ Knowledge Graph replaced with Session Clustering
|
||||
> **New Features**:
|
||||
> - 🔍 **Dense + Reranker Search**: Cross-Encoder reranking for improved result relevance
|
||||
> - 💻 **OpenCode AI Support**: New OpenCode CLI tool integration
|
||||
> - 🛠️ **Service Architecture**: Preload service, cache management, UV package manager support
|
||||
> - 📊 **Issue Multi-Queue Execution**: Supports Codex for long-running autonomous work
|
||||
>
|
||||
> **Core Features**:
|
||||
> - 🔍 **Native CodexLens**: Full-Text Search + Semantic Search + HNSW vector index
|
||||
> - 🖥️ **New Dashboard Views**: CLAUDE.md Manager, Skills Manager, Graph Explorer, Core Memory
|
||||
> - 📘 **TypeScript Migration**: Full backend modernization
|
||||
> - 🧠 **Session Clustering**: Intelligent memory management with cluster visualization
|
||||
> **Recommended Workflow**:
|
||||
> - 🚀 **Issue Workflow** (`/issue:plan` → `/issue:queue` → `/issue:execute`): Recommend **Codex** executor for long-running autonomous coding
|
||||
>
|
||||
> See [CHANGELOG.md](CHANGELOG.md) for complete details and migration guide.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user