@elisym/cli 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,8 +21,8 @@ npx @elisym/cli start my-agent # Start provider mode
21
21
 
22
22
  ```bash
23
23
  docker run --rm \
24
- -e ELISYM_NOSTR_SECRET=<your-nsec> \
25
- -e ANTHROPIC_API_KEY=<your-key> \
24
+ -e ELISYM_NOSTR_SECRET="nsec1..." \
25
+ -e ANTHROPIC_API_KEY="sk-ant-..." \
26
26
  -v ./skills:/app/skills \
27
27
  ghcr.io/elisymlabs/cli start my-agent --headless
28
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elisym/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "CLI agent runner for elisym - provider mode, skills, TUI dashboard",
5
5
  "keywords": [
6
6
  "ai-agents",