Skip to content

[pull] main from github:main#43

Merged
pull[bot] merged 18 commits into
Android-studio61:mainfrom
github:main
May 7, 2026
Merged

[pull] main from github:main#43
pull[bot] merged 18 commits into
Android-studio61:mainfrom
github:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 7, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )


Summary by cubic

Adds a daily compiler threat spec optimizer and a lightweight agentic-workflows skill, plus updates to the model alias inventory and safer workflow guidance. Also cleans up locked workflows for consistent firewall config and restricted bash usage.

  • New Features

    • Added daily "Compiler Threat Spec Optimizer" workflow (.md + .lock) to reconcile compiler threat coverage with W3C rules; includes hardened tool allowlist and safe-outputs.
    • Introduced agentic-workflows skill router to load existing prompts for create/update/debug tasks.
    • Updated model alias inventory: extend deep-research to o3-deep-research and o4-mini-deep-research; add missing multipliers; set gpt-5.1-codex* and gpt-5.2-codex multipliers to 3.0 per Copilot billing docs.
  • Bug Fixes

    • Clarified guidance to keep pull_request (do not suggest pull_request_target unless explicitly required) and aligned examples; fixed label note to use pull_request with types: [labeled].
    • Unblocked community attribution by matching examples to restricted bash mode and expanding the allowlist (grep, sort, head, wc, sed).
    • Standardized AWF firewall config emission in locked workflows (preserve && and consistent JSON print).

Written for commit 129ba13. Summary will update on new commits.

github-actions Bot and others added 18 commits May 6, 2026 18:13
…nciler workflow (#30735)

* feat: add daily compiler threat spec optimizer workflow

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/df224b26-0187-48cc-a737-0c8a94832492

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: strengthen compiler threat spec mappings and workflow validation

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/df224b26-0187-48cc-a737-0c8a94832492

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore: harden optimizer workflow bash allowlist

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/df224b26-0187-48cc-a737-0c8a94832492

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* docs: refine governance and resilience in threat spec workflow

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/df224b26-0187-48cc-a737-0c8a94832492

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
* Initial plan

* test: stabilize audit-diff progress notification assertion

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/aeb2b705-8711-4081-95f2-ef8501cfa0ef

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* test: harden async progress assertion for audit-diff tool

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/aeb2b705-8711-4081-95f2-ef8501cfa0ef

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* test: stabilize async progress notification tests

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/aeb2b705-8711-4081-95f2-ef8501cfa0ef

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Initial plan

* feat: model alias inventory update 2026-05-07

- Extend deep-research alias to include OpenAI o3-deep-research and o4-mini-deep-research variants
- Add missing multipliers: gpt-5-codex (1.0), o3-deep-research (3.0), o4-mini-deep-research (0.5), gemini-2.0-flash-lite (0.1)
- Update gpt-5.1-codex, gpt-5.1-codex-max, gpt-5.2-codex multipliers to 3.0 per GitHub Copilot billing docs
- Regenerate model-tables.md docs and update wasm golden files

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/2af6ec53-d973-4105-84b5-02eb1b963d7f

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
… prompt payload (#30730)

* Initial plan

* perf(workflows): trim jsweep token overhead

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/29533c30-7c42-46e2-a5dc-c3e7d9697c55

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* test(workflow): assert jsweep token-slim configuration

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/29533c30-7c42-46e2-a5dc-c3e7d9697c55

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* chore(workflow): polish jsweep token optimization docs

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/29533c30-7c42-46e2-a5dc-c3e7d9697c55

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators May 7, 2026
@pull pull Bot added the ⤵️ pull label May 7, 2026
@pull pull Bot merged commit 129ba13 into Android-studio61:main May 7, 2026
@pull pull Bot added the ⤵️ pull label May 7, 2026
@pull pull Bot had a problem deploying to github-pages May 7, 2026 06:45 Failure
@pull pull Bot had a problem deploying to github-pages May 7, 2026 06:48 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant