Commit 0793b08
authored
chore(awn-cli): release v1.7.0 (#173)
## Summary
Bump AWN CLI version to 1.7.0 for release.
## Changes in v1.7.0
- **New feature**: `awn action` command for calling world actions
```bash
awn action <world_id> <action_name> [params_json]
awn action pixel-city set_state '{"state":"idle","detail":"Hello"}'
awn action pixel-city heartbeat
awn action pixel-city post_memo '{"content":"My memo"}'
```
## Test plan
- [x] Code compiles
- [x] Tested against live world server
- [x] Actions work correctly (set_state, heartbeat, post_memo)
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent c2d1dda commit 0793b08
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments