Releases: yavydev/cli
Releases · yavydev/cli
v0.3.1
v0.3.0
What's Changed
- feat: add yavy project create command by @vildanbina in #3
- fix: remove broken npm self-upgrade from publish workflow by @vildanbina in #4
Full Changelog: v0.2.3...v0.3.0
v0.2.3
- add --scope flag for project vs user skill installation
- user scope writes to tool-specific global paths
- tools without global path support fall back to project scope
- switch to oidc trusted publishing, drop npm token
v0.2.2
- add --scope flag for project vs user skill installation
- add --projects flag for non-interactive project selection
- user scope writes to tool-specific global paths (~/.claude/skills/, ~/.copilot/instructions/, ~/.config/opencode/skills/)
- tools without global path support (cursor, windsurf) fall back to project scope with a warning
v0.2.1
- add
--projects <slugs>flag for non-interactive project selection - enables AI agents to pass pre-selected project slugs, bypassing interactive prompts
v0.2.0
what's new
- search command -
yavy search "query"lets you query indexed documentation directly from the terminal, with--project,--limit, and--jsonflags (#2) - init command - new
yavy initcommand for project setup with@path aliases
fixes & improvements
- harden input handling in api client, mcp config, and yaml escape
- harden cli - limit validation, error isolation, stale metadata
- streamline error handling in configure-tool and clean up test files
- slim down skill generation and clean up config
other
- drop node 18 from test matrix
v0.1.0
v0.1.0 - Initial Release
The Yavy CLI lets you generate AI skills from your indexed documentation on https://yavy.dev.
Features
yavy login- OAuth (PKCE) authentication via browseryavy logout- Clear stored credentialsyavy projects- List all projects across your organizationsyavy generate <org/project>- Download skills from indexed documentation
Highlights
- Zip-based skill downloads
- Global (
~/.claude/skills/) or local (.claude/skills/) skill installation - JSON output support (
--json) for scripting - Configurable via
YAVY_BASE_URLandYAVY_CLIENT_IDenvironment variables - Requires Node.js >= 18