Fix AI features#40
Open
baxyz wants to merge 5 commits into
Open
Conversation
- include mistral-dev in PR validation jobs - create mount sources for ~/.vibe - update devcontainer-feature version to 1.0.1
- bump version to 1.0.3 - add command to create ~/.claude directory
❌ PR Validation Failed
📋 Pipeline Status
🤖 Generated by @helpers4 CI • 2026-06-25 |
Add test/mistral-dev/test.sh to verify that the mistral-dev feature's setup-credentials.sh script is properly installed, executable, and contains the expected TARGET_HOME, STAGED, and symlink creation logic. This fixes the test-features job failure that occurred after commit 215b03c added mistral-dev to the CI test matrix without the corresponding test. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
- Add fallback to version 0.9.0 when GitHub API is unavailable - Add --max-time 10 to API curl call and use `|| true` to prevent pipeline failure - Improve download with -sSL --max-time 30 and retry with different flags - Verify curl is available before use with explicit install fallback - Add git to h4_ensure_packages call for consistency This fixes CI failures when GitHub API is rate-limited or network is restricted. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Change test command path from '.' to 'src' so devcontainer CLI can find feature.json files in src/<feature>/ directories. This fixes the 'Id: Unknown' error that occurred when CLI couldn't locate feature manifests, causing git-absorb and other features to fail. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
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.
Description
Please include a summary of what this PR does and why it's needed.
Type of Change
Related Issues
Closes #(issue number)
How Has This Been Tested?
Describe the tests you ran and how to reproduce them:
Checklist
Screenshots (if applicable)
Add screenshots for UI changes.
Additional Context
Add any other context about the PR here.