chore: update AWF firewall to v0.19.1#16256
Conversation
Closes #16214 Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
|
@copilot please fix this linting error make lint-cjs
Checking formatting... |
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Fixed in |
There was a problem hiding this comment.
Pull request overview
This PR updates the AWF (Agentic Workflow Firewall) dependency from v0.19.0 to v0.19.1 to fix a critical regression where the .claude.json file bind mount prevented Claude Code from writing its configuration file via atomic writes, causing silent startup failures with zero tool calls executed.
Changes:
- Updated
DefaultFirewallVersionconstant fromv0.19.0tov0.19.1inpkg/constants/constants.go - Recompiled all 154 workflow lock files to reference the new AWF version (v0.19.1)
- Fixed prettier formatting in
log_parser_bootstrap.test.cjs(multi-line to single-line expect statement)
Reviewed changes
Copilot reviewed 156 out of 156 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pkg/constants/constants.go |
Updated AWF version constant from v0.19.0 to v0.19.1 |
actions/setup/js/log_parser_bootstrap.test.cjs |
Fixed prettier formatting issue from main merge |
.github/workflows/*.lock.yml (154 files) |
Recompiled workflow lock files with new AWF version references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DefaultFirewallVersionconstant fromv0.19.0tov0.19.1inpkg/constants/constants.golog_parser_bootstrap.test.cjsprettier formatting issue from main mergeOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.