Skip to content

v1.6.0 - Multi-Agent Instruction Files Support

Choose a tag to compare

@vyotiq-ai vyotiq-ai released this 02 Feb 17:11
· 17 commits to main since this release

Vyotiq AI v1.6.0

Release Date: 2026-02-02

Highlights

  • AGENTS.md Support: Full implementation of the agents.md specification
  • Multi-Format Instructions: Support for CLAUDE.md, copilot-instructions.md, GEMINI.md, .cursor/rules
  • TodoProgressInline: Compact task progress display with expandable panel
  • LSP Enhancements: Extended language server configurations
  • Performance: Improved chat virtualization and scroll handling

New Features

Instruction Files System

  • AgentsMdReader service for parsing AGENTS.md files following the agents.md specification
  • InstructionFilesReader for multi-type instruction file support
  • YAML frontmatter parsing with metadata extraction
  • File-level enable/disable configuration
  • Priority ordering from config and frontmatter
  • Hierarchical content resolution (closest to current file wins)

UI Components

  • TodoProgressInline component for compact task progress in ChatInput header
  • Expandable task progress panel in InputHeader
  • Minimal progress bar with status icons and responsive design

LSP Enhancements

  • Extended language server configurations for additional languages
  • Improved bundled server path resolution for development and production

Bug Fixes

  • Improved virtualized list performance in chat
  • Better handling of large instruction files (1MB limit)
  • Cache invalidation for modified instruction files
  • LSP server path resolution in packaged builds

Improvements

  • Enhanced system prompt builder with instruction files integration
  • Improved ChatArea scroll handling
  • InputHeader with context-aware status messages
  • Extended SettingsPrompts with instruction files configuration panel
  • Updated forge.config.ts packaging settings

Breaking Changes

None


Full Changelog: v1.5.0...v1.6.0

Installation

From Source

\\�ash
git clone https://github.com/vyotiq-ai/Vyotiq-AI.git
cd Vyotiq-AI
npm install
npm start
\\

System Requirements

  • Node.js 20.x or higher
  • Windows 10/11, macOS 12+, or Linux (Ubuntu 20.04+)
  • 8GB RAM recommended
  • 500MB disk space