Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller-cli"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
authors = ["Cartridge <engineering@cartridge.gg>"]
description = "CLI for Cartridge Controller session management"
Expand Down
8 changes: 1 addition & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## Changes

- feat: verify account via lookup API during session authorization (#49)
- docs: add starterpack command documentation (#48)
- feat: add marketplace commands (buy, info) (#46)
- feat: add bytearray: calldata prefix (#47)
- feat: support multiple concurrent sessions via --account flag (#44) (#45)
- feat: implement starterpack quote, info, and purchase commands (#43)
- docs: add background execution guidance for session auth in LLM_USAGE (#42)
- feat: add --expires flag for session auth expiration (#51)