Skip to content

Commit 0793b08

Browse files
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

File tree

packages/awn-cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/awn-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awn"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
edition = "2021"
55
description = "Agent World Network CLI — standalone agent-native interface for world-scoped P2P messaging"
66
license = "MIT"

0 commit comments

Comments
 (0)