feat(install): enable Parzival when NON_INTERACTIVE via INSTALL_PARZIVAL=true#124
Merged
Hidden-History merged 1 commit intoHidden-History:mainfrom Apr 18, 2026
Conversation
…ZIVAL=true CI and default NON_INTERACTIVE runs still skip Parzival; add-project automation can opt in without prompts. Made-with: Cursor
Hidden-History
pushed a commit
that referenced
this pull request
Apr 18, 2026
…-up) Adds INSTALL.md section under "Non-Interactive Mode (CI/Automation)" explaining the new INSTALL_PARZIVAL=true opt-in introduced by PR #124, including the literal-"true" matching rule and interactive-mode behavior. CHANGELOG entry under [Unreleased] credits Phil's contribution and notes default non-interactive behavior is unchanged. No functional changes — docs-only follow-up to merge commit 9aad27b.
Hidden-History
pushed a commit
that referenced
this pull request
Apr 18, 2026
Documents the user-facing upgrade path for the Unreleased state on main: - Pull + installer Option 1 + Python container rebuild for langfuse>=4.0.6 - Verification steps (langfuse Version check, 17/17 healthy) - Optional INSTALL_PARZIVAL=true non-interactive flag usage CHANGELOG entries added for PR #120 (langfuse floor bump) and PR #113 (GH Actions group bump) under Changed section. PR #124 entry already present from earlier this session. No functional changes — docs-only follow-up to merge commits 769379b, 238cd3a, and the live-test verification pass run this session.
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
Non-interactive installs (e.g.
NON_INTERACTIVE=trueadd-project/CI) previously always skipped Parzival and forcedPARZIVAL_ENABLED=false.Change
INSTALL_PARZIVAL=trueis set, run the full Parzival V2 setup path even whenNON_INTERACTIVE=true.Usage
configure_parzival_envalready skips the greeting name prompt when non-interactive;setup_model_dispatchremains skipped in non-interactive mode.