⬆️(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /apps/mewbo_console#166
Open
dependabot[bot] wants to merge 2 commits into
Open
⬆️(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /apps/mewbo_console#166dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
mewbo-docs-discovery | 8cb2114 | Jun 02 2026, 02:33 AM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage 85.00% 85.00%
=======================================
Files 74 74
Lines 12789 12789
=======================================
Hits 10871 10871
Misses 1918 1918
🚀 New features to boost your workflow:
|
Squashes `cozy-acorn-grove` into `main`. Three independent bodies of work plus supporting infra. ### Agentic Wiki (DeepWiki-style auto-generated wikis) - New `/v1/wiki/*` API namespace: Pydantic wire types, `JsonWikiStore`/`MongoWikiStore` behind a shared factory, indexing-job lifecycle, and poll-based SSE streaming. - Six-phase indexing pipeline (`clone → scan → graph → plan → pages → finalize`) driven by deterministic state-machine tools and an LLM root agent that spawns per-page sub-agents in parallel. - Knowledge graph + hybrid retrieval: tree-sitter for Python/JS/TS/Go/Rust, BM25 + cosine + 1-hop graph fused via RRF; embeddings through `litellm.embedding` with graceful BM25-only fallback when no embedding model is exposed. - Console `/wiki/*` UI: configure wizard, indexing screen, page viewer, knowledge-graph renderer, mermaid/markdown blocks, and Q&A dock, all driven by a shared atomic progress class. - Capability-gated AgentDefs (`wiki-indexer`/`wiki-page-writer`/`wiki-qa`) and built-in wiki tools; the whole namespace is gated behind the `mewbo-api[wiki]` extras. - Orchestration fix: `Orchestrator` now forwards `allowed_tools` to the root `ToolUseLoop`, so plugin-contributed session tools bind to root agents. ### Worktree create-from-base - Two-mode worktree creation: new `mewbo/<slug>-<id>` branch from a base, or reuse of an existing free branch. - `branches_in_use` exposed by the branches API; `WorktreeBranchInUseError` maps to HTTP 409. - mewbo-owned branches are auto-deleted when their backing worktree is removed; user-owned branches are left alone. Console forms added to `ConfigMenu` and the worktrees panel. ### Docs & site - README and landing page restructured around the three-product stack, with a responsive hero carousel and Wiki/Search surfaced in the nav. - New Agentic Wiki and Search product pages plus refreshed screenshots. ### Infra & config - Base image installs the Playwright CLI and full Chromium for browser automation. - `configs/app.schema.json` and the auto-generated `docs/configuration.md` regenerated to include `WikiConfig`/`WikiEmbeddingConfig` and the `tool_search` (`ToolSearchConfig`) entry. --------- Co-authored-by: mewbo-ai[bot] <268600793+mewbo-ai[bot]@users.noreply.github.com> Reviewed-on: https://git.hurricane.home/bearlike/Assistant/pulls/8
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.1 to 4.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
a6c8650 to
8cb2114
Compare
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.
Bumps vitest from 1.6.1 to 4.1.0.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.