@hydra-acp/cli 0.1.2 → 0.1.3

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
@@ -209,7 +209,8 @@ hydra-acp daemon stop
209
209
  hydra-acp daemon status
210
210
 
211
211
  hydra-acp sessions # list sessions
212
- hydra-acp sessions kill <id> # terminate a session
212
+ hydra-acp sessions kill <id> # close a live session (keeps the on-disk record so it can be resurrected)
213
+ hydra-acp sessions rm <id> # remove a session entirely (live or cold)
213
214
 
214
215
  hydra-acp extensions # list configured extensions and live state
215
216
  hydra-acp extensions add <name> # add to config (--command, --args, --env, --disabled)
@@ -511,7 +512,8 @@ All REST endpoints require `Authorization: Bearer <token>`.
511
512
  GET /v1/health # liveness
512
513
  GET /v1/sessions # list sessions
513
514
  POST /v1/sessions # create session (alternative to ACP session/new)
514
- DELETE /v1/sessions/:id # terminate
515
+ POST /v1/sessions/:id/kill # demote a live session to cold (keeps the on-disk record); idempotent
516
+ DELETE /v1/sessions/:id # remove a session entirely (live or cold)
515
517
  GET /v1/agents # list known agents (registry + installed)
516
518
  POST /v1/agents/:id/install # pre-install an agent
517
519
  GET /v1/registry # current cached registry contents