fix: recognize active agent instances and update compatible tooling - #12
Merged
dawi369 merged 9 commits intoSep 8, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-c923ae5b31
branch
2 times, most recently
from
August 2, 2026 21:16
f53a644 to
d3d1178
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-c923ae5b31
branch
2 times, most recently
from
August 7, 2026 03:08
539fed5 to
1b6dc5b
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-c923ae5b31
branch
3 times, most recently
from
August 14, 2026 03:07
c90e302 to
5ba8b29
Compare
…updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-c923ae5b31
branch
from
August 21, 2026 03:06
5ba8b29 to
04e8e6d
Compare
…ectory with 4 updates Bumps the development-dependencies group with 4 updates in the / directory: [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm), [@playwright/test](https://github.com/microsoft/playwright), [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@axe-core/playwright` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/dequelabs/axe-core-npm/releases) - [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core-npm/commits/v4.13.0) Updates `@playwright/test` from 1.61.1 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.1) Updates `@tailwindcss/postcss` from 4.3.0 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss) Updates `@types/node` from 24.13.3 to 26.4.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@axe-core/playwright" dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 26.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-c923ae5b31
branch
September 8, 2026 07:49
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.
The agent catalog now recognizes the selected instance when multiple workspace agents use the same installed pack version. It previously picked the first matching row and could offer "Use agent" even though that pack was already current. A regression test covers duplicate instances and older selected versions.
Updates GitHub Actions to checkout/setup-node/upload-artifact v7 and the compatible browser/CSS tooling from #34: axe-core/Playwright 4.13.0, Playwright 1.62.1, and Tailwind PostCSS 4.3.3.
Keeps Node 24 types and the current application runtime dependencies. The original Node 26 types upgrade was removed. This consolidates the reviewed tooling changes so the exact combined result, including the Operloom default-agent changes on main, goes through repository, Docker, and browser conformance checks before merging.
The broader dependency groups are excluded: they change the public client contract or break D1 backup/restore verification.
The full browser job now has a 20-minute budget. A green run took 14m42s, and the final candidate was canceled at the previous 15-minute limit during Level 3 after every preceding suite passed. Individual test timeouts and local resource limits are unchanged.