@sahyll/ai 0.4.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@sahyll/ai",
4
- "version": "0.4.1",
4
+ "version": "0.5.0",
5
5
  "description": "Juspay skills + MCP servers for AI coding agents (Claude Code, Codex, Gemini, OpenCode, Cursor, Windsurf, Copilot). One command, any agent.",
6
6
  "type": "module",
7
7
  "bin": {
@@ -21,8 +21,7 @@ const DIM = "\x1B[2m"
21
21
  process.stdout.write(`
22
22
  ${BOLD}${CYAN}Juspay for AI agents${RESET} installed.
23
23
 
24
- Next: run ${BOLD}npx @sahyll/ai${RESET} in your project to set up.
25
- ${DIM}Signs you in, configures MCP servers + skills, installs the ${RESET}${BOLD}juspay${RESET}${DIM} command.
26
- Then launch an agent: ${RESET}${BOLD}juspay claude${RESET}${DIM} (or codex, gemini, opencode, copilot).${RESET}
24
+ Next: run ${BOLD}npx @sahyll/ai${RESET} to add the Juspay MCP + skills to your agents.
25
+ ${DIM}Each agent signs in to the MCP itself the first time you use it (one-time).${RESET}
27
26
 
28
27
  `)