stagehand-python@4.2.0a0.dev1533: feat(cli): add project and function secrets commands ( 3021)
Stagehand Python release 4.2.0a0.dev1533 adds CLI commands for managing project secrets and associating secrets with functions, featuring client-side encryption support.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Browserbase Stagehand released stagehand-python@4.2.0a0.dev1533, cherry-picking seven PRs onto main to introduce CLI management for secrets. Changes include adding browse cloud secrets commands to list, get, create, update, and delete secrets (incorporating client-side encryption and password input) and browse functions secrets commands to attach, detach, and list secrets bound to Functions. API helpers, command contract tests, and dependencies were also added, while retaining Browse 0.10.0 and excluding context-name and eval changes from the original parent branch.
可执行摘要
Stagehand Python version 4.2.0a0.dev1533 introduces CLI secret management commands under browse cloud secrets (list, get, create, update, delete with client-side encryption) and browse functions secrets (attach, detach, list).
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade to stagehand-python@4.2.0a0.dev1533 if CLI secret management and function secret attachment capabilities are required.
- Verify local environment secrets workflows using the new browse cloud secrets and browse functions secrets CLI command sets.