diff --git a/.gitignore b/.gitignore index 41822d8f9ac769fc1d3b42e585a5d3182a823d51..15b2176519149b011a15a4a876288c7772cd17b1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ node_modules/ packages/ dist/ .codex -VersperClaw +codev # Prebuilt native binaries (tracked in claude-code/ reference) vendor/ diff --git a/Codev b/Codev new file mode 120000 index 0000000000000000000000000000000000000000..ecac7176c0bbb56184439e0cfc2fed7b260e9d84 --- /dev/null +++ b/Codev @@ -0,0 +1 @@ +dist/Codev \ No newline at end of file diff --git a/README.md b/README.md index 880e9f69dd7c250282c3832ccfb76a1a31978d48..400df44101878f4f9c2ab9a7d74391887d5ad2de 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ - **2026-05-06** 🚀 Added OpenCode as a free provider — includes GPT-5 Nano and Big Pickle 🥒 models, `/model` list with life-free model display, and auto-refresh. Introduced ctx_line context tracking with online persistence. Better collapsing fetch results and auto-compact documentation polish. Merged PR #6 for Tavily search backend migration. - **2026-04-30** 🔍 Added Tavily as optional search backend in WebSearchTool via PR #6. - **2026-04-24** 🧹 Cleaned up empty contributor docs. -- **2026-04-21** 🛡️ Fixed auto-compact env in settings.json; VersperClaw now handles Ctrl+C resume gracefully. +- **2026-04-21** 🛡️ Fixed auto-compact env in settings.json; Codev now handles Ctrl+C resume gracefully. - **2026-04-20** 📝 Documented ToolSearch behavior and
Just copy this into VersperClaw to add it to your CLAUDE.md.
+Just copy this into Codev to add it to your CLAUDE.md.
Just copy this into VersperClaw and it'll set it up for you.
+Just copy this into Codev and it'll set it up for you.
Just copy this into VersperClaw and it'll walk you through it.
+Just copy this into Codev and it'll walk you through it.
${escapeHtml(pat.copyable_prompt)}
@@ -2178,7 +2178,7 @@ function generateHtmlReport(
${escapeHtml(opp.copyable_prompt)}${escapeHtml(opp.copyable_prompt)}${data.total_messages.toLocaleString()} messages across ${data.total_sessions} sessions${data.total_sessions_scanned && data.total_sessions_scanned > data.total_sessions ? ` (${data.total_sessions_scanned.toLocaleString()} total)` : ''} | ${data.date_range.start} to ${data.date_range.end}
${atAGlanceHtml} @@ -2557,7 +2557,7 @@ function generateHtmlReport( data.multi_clauding.overlap_events === 0 ? `- No parallel session usage detected. You typically work with one VersperClaw session at a time. + No parallel session usage detected. You typically work with one Codev session at a time.
` : ` @@ -2576,7 +2576,7 @@ function generateHtmlReport(- You run multiple VersperClaw sessions simultaneously. Multi-clauding is detected when sessions + You run multiple Codev sessions simultaneously. Multi-clauding is detected when sessions overlap in time, suggesting parallel workflows.
` @@ -3039,7 +3039,7 @@ function safeKeys(obj: Record