chore(deps)(deps): bump the all-dependencies group with 5 updates#37
Merged
github-actions[bot] merged 1 commit intoApr 12, 2026
Conversation
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.3.1` | `6.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` | Updates `aws-actions/configure-aws-credentials` from 4.3.1 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@7474bc4...ec61189) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v7.0.1) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v8.0.1) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@153bb8e...b430933) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
nikolay-e
added a commit
that referenced
this pull request
May 4, 2026
All 18 Aider fair-input cells now downloaded from bench-sweep #37 (run_id=25288507618, commit 7458ece). Adds Table 8 (Aider budget curve) showing per-benchmark and pooled recall at B in {0, 8k, 16k, 32k, 64k, 128k}. Key finding: at B=128000 (16x the headline budget), pooled Aider recall reaches 0.719, still below diffctx-EGO recall of 0.833 at B=8000. The gap is widest on PolyBench-500 (Aider@128k=0.527 vs EGO@8k=0.847). Numbers (pooled, n=1500): Aider B=8k: 0.457 [0.434, 0.481] Aider B=16k: 0.544 [0.521, 0.567] Aider B=32k: 0.614 [0.591, 0.636] Aider B=64k: 0.671 [0.649, 0.693] Aider B=128k: 0.719 [0.698, 0.739] Conclusion section also gets one-line callout to the budget gap.
nikolay-e
added a commit
that referenced
this pull request
May 5, 2026
Sweep run 25341657490 (commit e869972, post Hybrid-removal) produced a complete L grid at the headline B=8000 budget (5 depths x 3 datasets = 15 cells, n=500 each); higher-budget cells were lost to a "No space left on device" failure on the Hetzner runners and are not included. PPR ran clean across all budgets; BM25 and Aider were casualties of the disk fault and need a re-run. The B=8000 L sweep subset is publishable on its own and added as a new sub-section "EGO Depth Sweep" with table tab:prelim-depth. Headline finding: at B=8000, pooled file recall on the EGO depth sweep is L=0 (seed only): 0.800 [0.781, 0.817] L=1: 0.828 [0.811, 0.844] L=2 (default): 0.831 [0.814, 0.847] L=3: 0.831 [0.814, 0.847] L=4: 0.832 [0.815, 0.848] PolyBench-500 and SWE-bench Verified are seed-saturated: identical recall to four decimals across all five depths. The depth signal is visible only on ContextBench Verified, where the curve climbs 0.637 -> 0.721 -> 0.731 from L=0 to L=2 (L=0 -> L=1 jump = 0.084, L=1 -> L=2 jump = 0.010), then is statistically flat at L=3 and L=4 (each successive jump < 0.005, inside the CI half-width of ~0.030). Mean used tokens scales 1373 -> 5098 from L=0 to L=2 then saturates, confirming that L>=3 expands the candidate set but does not yield additional content the lazy-greedy selector keeps under the 8000-token budget. This empirically validates the deployed L=2 default and the "beyond depth 2 is noise" claim in Section 3.5. Conclusion section gains a one-line callout summarizing the L sweep result. Other run #49 numbers (BM25, Aider, full budget curve under the disk-faulted run) are not promoted to the paper. The headline numbers in tab:prelim-bench / tab:prelim-baselines / tab:prelim-budget / tab:aider-budget-curve continue to come from run_25288507618 (run #37).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the all-dependencies group with 5 updates:
4.3.16.1.04.6.27.0.14.3.08.0.11.13.01.14.02.6.13.0.0Updates
aws-actions/configure-aws-credentialsfrom 4.3.1 to 6.1.0Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
... (truncated)
Commits
ec61189chore(main): release 6.1.0 (#1717)81676ebchore(deps): bump vite from 7.1.11 to 7.3.2 (#1721)dc64d28chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#1720)bc0a50achore: Update dist9ea6412chore(deps): bump proxy-agent from 6.5.0 to 7.0.0 (#1686)0a87594chore: Update dista7f0c82feat: Support usage of AWS Profiles (#1696)e6bb6e5chore: add text to CONTRIBUTING.md (#1719)11b1c58feat: add skip cleanup option (#1716)51635dbchore: Update distUpdates
actions/upload-artifactfrom 4.6.2 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
actions/download-artifactfrom 4.3.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doUpdates
pypa/gh-action-pypi-publishfrom 1.13.0 to 1.14.0Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
Commits
cef2210Merge pull request #397 from whitequark/patch-1b4595e2Enableverboseandprint-hashby default.e2bab26Merge pull request #395 from him2him2/docs/fix-typos-and-grammar7495c38docs: fix typos and grammar in README and SECURITY03f86feMerge pull request #388 from woodruffw-forks/ww/rm-experimental4c78f1cMerge branch 'unstable/v1' into ww/rm-experimentalb5a6e8bdeps: bump sigstore and pypi-attestationsa48a03eremove another experimental mention8087a88action: remove a lingering mention of PEP 740 being experimental3317ede🧪 Integrate actionlint via pre-commit frameworkUpdates
softprops/action-gh-releasefrom 2.6.1 to 3.0.0Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
b430933release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0chore(deps): bump the npm group across 1 directory with 7 updates (#783)3bb1273release 2.6.2c34030fchore: bump node to 24.14.18975bd0chore(deps): bump vite from 8.0.0 to 8.0.5 (#781)f71937fchore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (#777)3f0d239chore(deps): bump picomatch from 4.0.3 to 4.0.4 (#775)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions