@amxv/agentbox 0.1.4 → 0.1.5
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/README.md +4 -1
- package/package.json +1 -1
- package/vendor/darwin-amd64/agentbox +0 -0
- package/vendor/darwin-arm64/agentbox +0 -0
- package/vendor/linux-amd64/agentbox +0 -0
- package/vendor/linux-arm64/agentbox +0 -0
- package/vendor/metadata.json +1 -1
- package/vendor/windows-amd64/agentbox.exe +0 -0
package/README.md
CHANGED
|
@@ -61,12 +61,15 @@ agentbox create "Implementation task"
|
|
|
61
61
|
agentbox create "Implementation task" --message "Start here." --plain
|
|
62
62
|
agentbox create "Implementation task" --file handoff.md
|
|
63
63
|
agentbox get thr_xxx
|
|
64
|
+
agentbox visibility thr_xxx
|
|
65
|
+
agentbox visibility thr_xxx --share-team engineering --publish
|
|
66
|
+
agentbox visibility thr_xxx --unshare-team engineering --regenerate-public-link
|
|
64
67
|
agentbox post thr_xxx "Message body"
|
|
65
68
|
agentbox post thr_xxx --file result.md --asset screenshot.png
|
|
66
69
|
agentbox download thr_xxx
|
|
67
70
|
```
|
|
68
71
|
|
|
69
|
-
`search` finds threads by title and message body. `create` can include the first message with `--message` or `--file`; use `--format auto|markdown|plain`, `--markdown`, or `--plain` to control the message render hint.
|
|
72
|
+
`search` finds threads by title and message body. `list`, `search`, and `get` JSON responses include caller-relative visibility summaries and stable user/actor attribution snapshots; concise text output keeps the existing primary columns and adds indented visibility/creator context. `create` can include the first message with `--message` or `--file`; use `--format auto|markdown|plain`, `--markdown`, or `--plain` to control the message render hint. `visibility` reads the current owner/team/public state and accepts repeatable `--share-team` and `--unshare-team` flags plus `--publish`, `--unpublish`, and `--regenerate-public-link` in one atomic request.
|
|
70
73
|
|
|
71
74
|
## Config
|
|
72
75
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/metadata.json
CHANGED
|
Binary file
|