lokuma-cli 1.3.7 → 1.3.9

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/assets/design.py CHANGED
@@ -19,7 +19,7 @@ Examples:
19
19
 
20
20
  Setup:
21
21
  export LOKUMA_API_KEY=lokuma_your_key_here
22
- Get your key at https://lokuma.ai
22
+ Get your key at https://agent.lokuma.ai
23
23
  """
24
24
 
25
25
  import argparse
@@ -53,7 +53,7 @@ def _get_api_key() -> str:
53
53
  print(
54
54
  "Error: LOKUMA_API_KEY is not set.\n"
55
55
  "Set it with: export LOKUMA_API_KEY=lokuma_your_key_here\n"
56
- "Get your key at https://lokuma.ai",
56
+ "Get your key at https://agent.lokuma.ai",
57
57
  file=sys.stderr,
58
58
  )
59
59
  sys.exit(1)
package/dist/index.js CHANGED
@@ -119,7 +119,7 @@ Use Lokuma whenever the task affects how something **looks, feels, moves, or is
119
119
  export LOKUMA_API_KEY=lokuma_your_key_here
120
120
  \`\`\`
121
121
 
122
- Get your key at **https://lokuma.ai**
122
+ Get your key at **https://agent.lokuma.ai**
123
123
 
124
124
  ---
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lokuma-cli",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "CLI to install Lokuma design intelligence skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {