Conversation
Add ja, th, and zh to the supported TTS languages with native Edge neural voices. Offline Transformers.js models stay limited to en, es, and fr; the new languages require an explicit --model for offline rendering. Split OFFLINE_TTS_LANGUAGES from TTS_LANGUAGES and report both in doctor output.
Return a copy-paste English prompt from setupProject and print it at the end of `rgr setup` so an AI assistant or local chat can tune repository-specific `sources` entries while excluding secrets, generated files, and locale noise.
Add "Modern army" and "Confidential dev" scenarios to the hero demo, with their scenario icons and English/French copy, showing cited-only briefs generated locally without an external cloud RAG.
Cover ja/th/zh Edge voices and the offline-model caveat across the READMEs, CLI reference, offline TTS guide, and audio-summary skill, and document the new setup configuration prompt and its API field.
feat: commercial desktop app, multilingual TTS, and setup AI prompt
|
🎉 This PR is included in version 2.6.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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
Promote the current
developintegration state to production. Bundles the commercial desktop app workflow, expanded TTS language support, the setup AI configuration prompt, safer Office archive parsing, new landing demo scenarios, and CI workflow hardening.Merging this PR triggers the protected npm release workflow, which publishes
@jcode.labs/ragmir-ttsand@jcode.labs/ragmir-chatfirst, then@jcode.labs/ragmir.Changes
Added
en/es/fr).rgr setupprints a copy-paste AI prompt to tune repository-specificsourcessafely.Changed
Fixed
Removed
How to Test
pnpm validate) and on CI (Quality gate, Commitlint, Analyze TypeScript).