@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amxv/agentbox",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Install the Agentbox Go CLI from npm.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@amxv/agentbox",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "targets": [
5
5
  {
6
6
  "dir": "darwin-arm64",
Binary file