Releases: OnoSendae/vibe-devtools
Releases · OnoSendae/vibe-devtools
[email protected]
Minor Changes
- 7c755ca: Release updates with new features and improvements
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
- Update research.validate command
- Introduce stash system for conflict management and backups in CLI
- Add git synchronization scripts
- Update contributing documentation
[email protected]
Patch Changes
- 9ad1803: Change GitHub Copilot adapter from instructions to prompts structure
- Change from
.github/instructions/*.instructions.mdto.github/prompts/*.prompt.md - Update path in getTargetPaths() from 'instructions' to 'prompts'
- Rename files:
project.instructions.md→project.prompt.md - Rename files:
command-*.instructions.md→*.prompt.md(without command- prefix) - Rename files:
rules.instructions.md→rules.prompt.md - Update command references from @ to / (e.g., "@research.deep" → "/research.deep")
- Maintain frontmatter with applyTo directives
- Keep modular structure with separate files for project, commands, and rules
- Change from
[email protected]
Patch Changes
- 91aa1ce: Fix GitHub Copilot adapter to use correct instructions structure
- Change from
.github/copilot-instructions.mdto.github/instructions/*.instructions.md - Generate multiple instruction files (project, commands, rules) for better organization
- Add frontmatter with
applyTodirectives for path-specific instructions - Support GitHub Copilot's official custom instructions format
- Each command now gets its own
.instructions.mdfile - Rules are consolidated into
rules.instructions.mdwith global scope
- Change from
@vibe-devtools/[email protected]
Release 1.0.2 of @vibe-devtools/research
@vibe-devtools/[email protected]
Release 1.1.0 of @vibe-devtools/basic
@vibe-devtools/[email protected]
Patch Changes
- 7c755ca: Release updates with new features and improvements
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
- Update research.validate command
- Introduce stash system for conflict management and backups in CLI
- Add git synchronization scripts
- Update contributing documentation
@vibe-devtools/[email protected]
Minor Changes
- 7c755ca: Release updates with new features and improvements
- Add new templates for assistant architecture, conversation, metadata, synthesis, character evolution, and memory
- Update research.validate command
- Introduce stash system for conflict management and backups in CLI
- Add git synchronization scripts
- Update contributing documentation
[email protected]
Minor Changes
- dc5f6e5: Add GitHub Copilot adapter support
- Implement CopilotAdapter for GitHub Copilot integration
- Auto-detect GitHub Copilot installation via VSCode extensions
- Generate
.github/copilot-instructions.mdwith vibe commands and rules - Enable Copilot to understand and use vibe commands in projects
- Full compatibility with existing Cursor, Gemini, and Claude adapters
[email protected]
Minor Changes
-
4eefef7: Add support for installing vibes directly from npm registry
- Implement npm-installer.ts for downloading and extracting npm packages
- Support installation via package names: @vibe-devtools/basic
- Support version pinning: @vibe-devtools/[email protected]
- Automatic extraction and validation of vibe.json
- Update documentation with npx usage examples
- Enable zero-installation workflow via npx vibe-devtools
This is a major usability improvement - users can now install official vibes directly from npm without needing GitHub URLs.
[email protected]
Minor Changes
- 0b7b6e8: Reescrever README completo da CLI em português brasileiro com narrativa inspiradora sobre IA agêntica, vibe coding e ferramentas inteligentes