@aident-ai/cli 0.2.1 → 0.2.2-rc.ci.32837080953.1
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 +5 -0
- package/dist/cli.mjs +826 -297
- package/dist/dsh.mjs +69 -25
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -128,6 +128,11 @@ uncharged and historical rows return `null`. Team owners can pass `--scope team`
|
|
|
128
128
|
active members instead of just their own: each entry adds `actingUserId`/`actingUserEmail`/`actingUserName`, and the
|
|
129
129
|
summary adds a `byActingUser` breakdown. `--scope team` is rejected for anyone who isn't the owner of a team with
|
|
130
130
|
credit sharing enabled; the default `--scope mine` behavior is unchanged.
|
|
131
|
+
|
|
132
|
+
When `aident setup --client-name <name>` has registered the current agent installation, audit rows use that verified
|
|
133
|
+
agent name as `agentName`. `audit summary` groups those names under `bySource` and reports CLI/MCP separately under
|
|
134
|
+
`byTransport`; recent rows retain `requestSource`, `mcpClientId`, and `mcpClientName` for transport-level diagnosis.
|
|
135
|
+
|
|
131
136
|
Successful self-owned rows can include `resultFiles` with a direct `downloadUrl` and nullable `expiresAt`, allowing a
|
|
132
137
|
caller to recover persisted output after an interrupted response. Audit output does not expose internal asset IDs, and
|
|
133
138
|
team scope does not expose another member's result files.
|