@n1creator/openacp-cli 2026.712.9 → 2026.712.10

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
@@ -299,11 +299,29 @@ openacp tunnel list
299
299
  # Scoped proxy routing (requires running daemon)
300
300
  openacp proxy status
301
301
  openacp proxy import usa --env-file ~/.openacp/secrets/proxy.env
302
+ openacp proxy create backup --from-json ~/.openacp/secrets/backup-proxy.json
303
+ openacp proxy update backup --from-json ~/.openacp/secrets/backup-proxy.json
302
304
  openacp proxy set channels.telegram profile:usa
303
305
  openacp proxy set agents.codex profile:usa
304
306
  openacp proxy test --scope channels.telegram
305
307
  ```
306
308
 
309
+ The protected JSON file supports a Quick URL mode: use either separate
310
+ `protocol`, `host`, and `port` fields or one write-only `proxyUrl` such as
311
+ `{"proxyUrl":"socks5h://user:password@proxy.example:1080"}`. The two forms are
312
+ mutually exclusive. A URL must include an explicit port; credentials are parsed
313
+ and stored separately, and the original URL is never persisted or returned.
314
+
315
+ The connector-neutral `/proxy` interface now provides admin-only add/edit,
316
+ candidate test-before-save, credential clearing, paginated route controls, and
317
+ atomic delete-with-reassignment. Telegram deletes credential replies before use;
318
+ if that guarantee is unavailable, OpenACP refuses the value and directs the
319
+ operator to a mode-0600 CLI/API input file.
320
+
321
+ Use a unique Telegram bot for each OpenACP instance. Command synchronization has
322
+ one heartbeat-backed owner per public bot ID and a second instance will not
323
+ modify the first instance's command menus.
324
+
307
325
  > **Full CLI reference** — [CLI Commands](https://openacp.gitbook.io/docs/api-reference/cli-commands)
308
326
 
309
327
  ## Documentation