docs: roll out v0.0.48 release notes#255
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Docs-only rollout for v0.0.48, aligning public-facing docs with newly shipped coven run reasoning controls, the resilient FTS backfill work, and Windows package availability; also extends the release runbook with GitHub Release asset guidance.
Changes:
- Update README platform/package status and Windows support guidance.
- Add v0.0.48-focused weekly entries to release notes (EN/RU/ES).
- Add GitHub Release asset naming guidance to the release runbook postflight.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates platform requirements, npm package table, and Windows FAQ guidance. |
| docs/reference/release-notes.md | Adds “Week of June 18, 2026” notes covering v0.0.48 changes and Windows package status. |
| docs/ru/reference/release-notes.md | Adds RU localized “Week of June 18, 2026” notes for v0.0.48. |
| docs/es/reference/release-notes.md | Adds ES localized “Week of June 18, 2026” notes for v0.0.48. |
| docs/reference/releasing.md | Extends postflight steps with GitHub Release asset/checksum naming guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **Rust stable toolchain** | Required only when building from source | | ||
| | **Git** | Required | | ||
| | **macOS or Linux** | Daemon socket and PTY behavior; Windows x64 support staged for next release | | ||
| | **macOS, Linux, or Windows x64** | Native npm packages are published for all three platforms | |
Comment on lines
152
to
+154
| | `@opencoven/cli-macos` | macOS (arm64 + x64) | | ||
| | `@opencoven/cli-linux-x64` | Linux x64 | | ||
| | `@opencoven/cli-windows` | Windows x64 (staging for next release) | | ||
| | `@opencoven/cli-windows` | Windows x64 | |
| **Q: Is Windows supported?** | ||
|
|
||
| The `@opencoven/cli-windows` package is staged for the next release. The daemon socket and PTY behavior currently target macOS and Linux. Adventurous Windows users may build from source. | ||
| Yes. `@opencoven/cli-windows` ships a native Windows x64 binary, and the universal `@opencoven/cli` wrapper selects it automatically. Run `coven doctor` from the same PowerShell, Windows Terminal, or WSL2 environment where your harness CLI is installed. |
|
|
||
| ### Updates | ||
|
|
||
| - **Windows x64 package status.** The public README now reflects that `@opencoven/cli-windows` is published, not staged. Windows users can install through the universal `@opencoven/cli` wrapper and verify local harness availability with `coven doctor`. |
Comment on lines
+22
to
+25
| - **Устойчивый backfill FTS-индекса событий (v0.0.48).** Backfill существующих событий в `events_fts` теперь выполняется ограниченными batch-ами, записывает завершение в `store_meta`, применяет `busy_timeout` к read-only соединениям и считает `SQLITE_BUSY` нефатальным, чтобы поисковая индексация не блокировала все запуски агентов на больших историях. См. [issue #249](https://github.com/OpenCoven/coven/issues/249) и [PR #254](https://github.com/OpenCoven/coven/pull/254). | ||
| - **Более понятная подсказка для неподдерживаемых harnesses.** Ошибки неизвестного harness теперь показывают настроенные IDs и направляют пользователей Hermes к `coven adapter install hermes`, затем к `coven adapter doctor hermes`. | ||
| - **Fallback домашнего каталога на Windows.** `coven doctor` и выбор store path работают в PowerShell без `HOME`, последовательно проверяя `USERPROFILE`, `HOMEDRIVE` + `HOMEPATH` и системный home перед тем, как попросить задать `COVEN_HOME`. | ||
|
|
Comment on lines
+22
to
+25
| - **Backfill resiliente del índice FTS de eventos (v0.0.48).** El backfill de eventos existentes hacia `events_fts` ahora corre en lotes acotados, registra su finalización en `store_meta`, aplica `busy_timeout` a conexiones de lectura y trata `SQLITE_BUSY` como no fatal, de modo que la indexación de búsqueda no bloquea todos los lanzamientos de agentes en historiales grandes. Consulta [issue #249](https://github.com/OpenCoven/coven/issues/249) y [PR #254](https://github.com/OpenCoven/coven/pull/254). | ||
| - **Guía más clara para harnesses no soportados.** Los errores de harness desconocido ahora muestran los IDs configurados y orientan a usuarios de Hermes hacia `coven adapter install hermes` seguido de `coven adapter doctor hermes`. | ||
| - **Fallback de directorio home en Windows.** `coven doctor` y la resolución del store funcionan en PowerShell cuando `HOME` no existe, probando `USERPROFILE`, `HOMEDRIVE` + `HOMEPATH` y el home de la plataforma antes de pedir `COVEN_HOME`. | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification