-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Integration of Mistral vibe support into speckit #1725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
viking76
wants to merge
37
commits into
github:main
Choose a base branch
from
viking76:pr-vers-base
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+46
−13
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
658a8c9
Add Mistral Vibe support to Spec Kit
L3n41c 98adbd3
Add Mistral Vibe support to Spec Kit
L3n41c c5255a6
Add Vibe templates to GitHub release script
viking76 8c4c2a5
Add 'vibe' agent to release package script
viking76 687152d
Add 'vibe' to the list of agents in create-release-packages.sh
viking76 c33b1d9
Merge branch 'main' into main
viking76 5759bc9
chore: bump version to v1.0.1 [skip ci]
github-actions[bot] 4fb061c
Add generic spec kit templates to release script
viking76 1f7a8ae
chore: bump version to v1.0.2 [skip ci]
github-actions[bot] c5ca3c8
Update project version to 0.1.5
viking76 37886d4
Merge branch 'vibe' into pr-vers-base
viking76 568f4f5
Merge remote-tracking branch 'upstream/main' into pr-vers-base
viking76 328ab66
Add generic spec kit templates to release script
viking76 187c7bc
Add 'generic' and 'qodercli' to agent list to be aligned
viking76 5ffcdf0
Update supported agents in update-agent-context.sh to be aligned
viking76 187b06d
Update README with new AI assistant options to be aligned
viking76 6b3ce74
Document --ai-commands-dir option in README to be aligned
viking76 f4384bd
Fix formatting in README.md for init arguments to be aligned
viking76 c7eb4b1
Update README with AI assistant options to be aligned
viking76 09cf3f7
Fix formatting in README.md for project-name argument
viking76 623a2ee
Update expected agent types in update-agent-context.sh to be aligned
viking76 0e1515e
Update agent types and usage in update-agent-context.ps1 to be aligned
viking76 f874702
Add support for generic AI assistant configuration to be aligned
viking76 9d71188
Fix formatting in __init__.py clean space
viking76 d4e3d7e
Update AI assistant options in init command to be aligned
viking76 21c5538
Add 'qodercli' to expected agent types to be aligned
viking76 423dfd8
Remove 'vibe' case from release package script
viking76 c226e45
Update README.md
viking76 c3125e1
Update .github/workflows/scripts/create-release-packages.ps1
viking76 8168655
Add commands_subdir key to Mistral Vibe configuration
viking76 b0aea18
Rename specify-agents.toml to specify-agents.md
viking76 5214aa6
Update scripts/bash/update-agent-context.sh
viking76 9dc59be
Update .github/workflows/scripts/create-release-packages.sh
viking76 9eefc5e
Update src/specify_cli/__init__.py
viking76 98c0d38
Update src/specify_cli/__init__.py
viking76 b6db5ea
Fix duplicate 'commands_subdir' in vibe configuration
viking76 e139f24
Add support for 'vibe' command in release script
viking76 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vibewas added toALL_AGENTS, butbuild_variant()'scase $agent inblock above has novibe)branch. As a result the script will producespec-kit-template-vibe-*.ziparchives without any.vibe/<commands_subdir>command files, and the downstreamcreate-github-release.shstep that uploads vibe zips will publish broken templates. Add avibe)branch to generate commands into the correct.vibe/...directory (consistent withAGENT_CONFIGinsrc/specify_cli/__init__.py).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@viking76 Can you have a look?