Conversation
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.
This release bumps the Nynaeve theme to v2.15.2, primarily addressing a portability bug in the Vibe AI agent configuration alongside routine PHP and npm dependency maintenance. The
.vibe/config.tomlfile had a hardcoded, user-specific absolute path in its[session_logging]block that caused Vibe to crash on launch for any developer other than the original author; removing the block entirely lets Vibe fall back to its own per-user default log location at runtime. Separately,composer.lockandpackage-lock.jsonwere updated to pull in the latest patch and minor releases of the Laravel/Acorn framework stack and its transitive dependencies. The theme version was bumped consistently acrossstyle.cssandreadme.txt, with the changelog updated to document all changes for this release.Vibe Configuration Fix:
[session_logging]block from.vibe/config.toml, eliminating a hardcoded absolutesave_dirpath (/Users/jasperfrumau/.vibe/logs/session) that crashed Vibe on any machine other than the original developer's.session_prefix,enabled) were already framework defaults, so removal has no functional impact beyond fixing the crash.PHP Dependency Updates:
illuminate/*(Laravel/Acorn core) from v13.15.0 to v13.17.0, along withguzzlehttp/guzzle,guzzlehttp/promises, andguzzlehttp/psr7to their latest compatible versions.brick/math(0.14.8 → 0.18.0),nesbot/carbon(v3.2.2 → v3.3.0),league/flysystem(3.11.4 → 3.13.0),laravel/prompts,laravel/serializable-closure,nunomaduro/termwind,owenvoke/blade-fontawesome,phpoption/phpoption, andvlucas/phpdotenv.JavaScript Dependency Updates:
package-lock.jsonwith the latest compatible npm package versions to keep the front-end build toolchain current.Release Metadata:
style.cssandreadme.txt, and documented the session logging fix and dependency bumps in bothCHANGELOG.mdandreadme.txt.Files Changed:
.vibe/config.toml(Modified)CHANGELOG.md(Modified)readme.txt(Modified)style.css(Modified)Dependency lock files updated: composer.lock,package-lock.json,