Skip to content

Releases: yavydev/cli

v0.3.1

09 Apr 18:31

Choose a tag to compare

Fixes CI publishing (Node 24 for npm trusted publishing)

v0.3.0

09 Apr 18:30

Choose a tag to compare

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

22 Mar 13:15

Choose a tag to compare

  • 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

22 Mar 12:41

Choose a tag to compare

  • 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

22 Mar 10:06

Choose a tag to compare

  • add --projects <slugs> flag for non-interactive project selection
  • enables AI agents to pass pre-selected project slugs, bypassing interactive prompts

v0.2.0

22 Mar 09:37
7538d5f

Choose a tag to compare

what's new

  • search command - yavy search "query" lets you query indexed documentation directly from the terminal, with --project, --limit, and --json flags (#2)
  • init command - new yavy init command 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

08 Feb 21:52
62850c8

Choose a tag to compare

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 browser
  • yavy logout - Clear stored credentials
  • yavy projects - List all projects across your organizations
  • yavy 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_URL and YAVY_CLIENT_ID environment variables
  • Requires Node.js >= 18