v1.0.1
Release v1.0.1
Release type: stable
Release line: 1.0.x
Branch: release/1.0.x
Installation
npm install @frontmcp/sdk@1.0.1Features
- Greeting Helper Skill: Introduced a new
greeting-helperskill for greeting users, enhancing the interactive capabilities of the CLI applications. - Verbose Logging Option: Added
--verboseflag to enable detailed console logging, providing better insights during CLI operations. - Log Directory Configuration: Introduced
--log-diroption to specify a custom directory for storing log files, offering more flexibility in log management.
Improvements
- Build Output Structure: Enhanced build process to output files into
dist/{target}/subdirectories, ensuring a cleaner and more organized build output. - Skill Asset Collection: Implemented a mechanism to collect and manage skill assets during the build process, improving the handling of skill-related files.
- File Logging: Integrated a file-based logging system for CLI mode, capturing full verbosity logs for diagnostics without cluttering the console.
Bug Fixes
- CLI Execution Output: Fixed an issue where the CLI execution output was incorrectly handled, ensuring accurate and reliable command execution results.
Breaking Changes
- Build Directory Structure: The build output directory structure has changed. All build targets now output to
dist/{target}/subdirectories. This change may require updates to deployment scripts and configurations.
What's Changed
- feat: enhance CLI logging with file transport and verbosity options by @frontegg-david in #335
Full Changelog: v1.0.0...v1.0.1