chore(deps-dev): bump globals from 16.5.0 to 17.6.0 - #41
Closed
dependabot[bot] wants to merge 53 commits into
Closed
chore(deps-dev): bump globals from 16.5.0 to 17.6.0#41dependabot[bot] wants to merge 53 commits into
dependabot[bot] wants to merge 53 commits into
Conversation
refactor(app): unify RAG app into single Nuxt project and rood Docker…
refactor(sdk): add ai sdk and workflows sdk with deep changes
Added a banner image and various badges to README.
Updated the banner image syntax in the README.
Co-authored-by: Cursor <cursoragent@cursor.com>
- nuxt.config.ts: add 17 runtimeConfig entries for steps 3-6 (EMBEDDING_*, CHUNK_*, SEARCH_*, RAG_*) - embedding.ts: per-entry TTL cache, configurable retry/batch size from settings service - chunking.ts: wire CHUNK_STRATEGY (sentence-aware/fixed/with-overlap), export getChunkConfig() - search.service.ts: read SEARCH_TOP_K, SEARCH_THRESHOLD, SEARCH_HYBRID, SEARCH_RERANK at runtime - agent.service.ts: wire RAG_TEMPERATURE, RAG_CITATIONS, RAG_MAX_CONTEXT, RAG_RESPONSE_LANG, RAG_SYSTEM_PROMPT - upload.post.ts: read MAX_DOC_SIZE_MB and ALLOWED_FORMATS from settings service - prisma: add Setting model + migration for DB-backed runtime overrides - settings.service.ts: in-memory 60s TTL cache, priority DB > .env > default - api/admin/settings: GET + POST endpoints protected by ADMIN_API_KEY - pages/settings.vue: runtime settings UI with auth gate and tabs per category - BottomNav: add settings link, reduce px-5->px-3 for 5-item layout - i18n: add settings.* keys to en/es locales - wizard step5: fix SEARCH_THRESHOLD defaultValue 0.7->0.2 to match runtime default Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat(runtime): DB-backed RAG settings and admin UI
Docs/landing and roadmap
fix(docs): hero canvas and ScrollTrigger on mobile
chore(workflows): remove and fix workflows
Styles/micrographics
styles(hero): fix breakpoints
feat(login): add login
…AX_STEPS - RAG_SYSTEM_PROMPT now appends to the per-mode base prompt instead of replacing it, so tool-call instructions are never lost when a user sets a custom prompt (issue: custom prompt silently disabled tool calling). - Expose AGENT_MAX_STEPS (default 5, clamp 1..20) as a runtime setting surfaced in the 'rag' tab of the admin settings wizard.
Trace labelled 'top-${topK * 3}' but the retriever uses
max(topK * overFetch, topK + 5). Expose overFetch in the config endpoint
and compute the real fetchLimit in the component.
Single kbHit pill conflated two distinct facts: 'tool was invoked' vs 'answer actually used retrieved context'. Now show 'searched' / 'no search' when the agent decides to call the tool, and a separate 'cited' pill only when the response contains [n] references.
Previously the user message was persisted before agentStreamText ran. If the LLM setup failed (bad key, Ollama unreachable, etc.) the request threw 502 but the user turn was already in the DB with no assistant reply, leaving an orphaned message. Now we only persist after stream setup succeeds. Memory commands keep the old fast path since they don't make remote calls.
The LRU embedding cache has a 1h TTL and was never invalidated. A re-ingest within that window could reuse a stale vector for a chunk whose content matched a previous version (or that hashed the same after a chunking-strategy tweak). Drop matching keys at the start of each ingest run and from the pnpm reingest script.
Header now shows 'chat --mode=auto|search|direct --stream' so learners can see at a glance which agent behaviour is active. Together with the existing per-message 'searched' / 'cited' pills, this closes the gap between selected mode and observed behaviour.
- Add intro 'What is RAG?' section with the 3 stages and a glossary - Drop sections about deleted features: learning quest, eval harness, Monaco editor, /api/admin/queries - Document the auth + admin + setup wizard surfaces that replaced them - Fix project-structure tree to match current repo - Replace broken 'Further reading' links to deleted docs/ files
- agents-plans/hypar-auth-and-multiuser-phases.md -> docs/rfcs/2026-auth-phases.md - agents-plans/i-want-to-plan-virtual-blum.md -> docs/decisions/monorepo-unification.md - delete the 3 remaining placeholder/session-artifact files
- pages/admin/users.vue: accept banned: boolean | null in toggleBan - pages/index.vue: widen rawParts to allow text payload on text parts - server/api/admin/settings.get.ts: guard step.configFields with ??[]
Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.5.0...v17.6.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/globals-17.6.0
branch
from
May 18, 2026 13:48
890d7fc to
da3556f
Compare
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 globals from 16.5.0 to 17.6.0.
Release notes
Sourced from globals's releases.
... (truncated)
Commits
6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)b8170c817.5.05d84602Update globals (2026-04-12) (#342)1b727e5Fix build script for ES globals (#341)a9cfd7417.4.0d43a051Update globals (2026-03-01) (#338)5edc60217.3.0295fba9Update globals (2026-02-01) (#336)8176ac717.2.0