Skip to content

docs: roll out v0.0.48 release notes#255

Merged
BunsDev merged 1 commit into
mainfrom
docs/rollout-v0.0.48
Jun 24, 2026
Merged

docs: roll out v0.0.48 release notes#255
BunsDev merged 1 commit into
mainfrom
docs/rollout-v0.0.48

Conversation

@BunsDev

@BunsDev BunsDev commented Jun 24, 2026

Copy link
Copy Markdown
Member

Summary

  • document v0.0.48 run reasoning flags and resilient FTS backfill in release notes
  • update README Windows package status now that @opencoven/cli-windows is published
  • add GitHub Release asset/checksum postflight to the release runbook

Verification

  • cargo test -p coven-cli
  • python3 scripts/check-secrets.py
  • git diff --check
  • GitHub Release v0.0.48 verified with macOS, Linux, Windows assets and SHA256SUMS

Copilot AI review requested due to automatic review settings June 24, 2026 20:46
@mintlify

mintlify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
OpenCoven 🔴 Failed Jun 24, 2026, 8:51 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
| **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 thread README.md
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 |
Comment thread README.md
**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`.

@BunsDev BunsDev merged commit 09af828 into main Jun 24, 2026
13 of 14 checks passed
@BunsDev BunsDev deleted the docs/rollout-v0.0.48 branch June 24, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants