Skip to content

fix: recognize active agent instances and update compatible tooling - #12

Merged
dawi369 merged 9 commits into
mainfrom
dependabot/github_actions/github-actions-c923ae5b31
Sep 8, 2026
Merged

fix: recognize active agent instances and update compatible tooling#12
dawi369 merged 9 commits into
mainfrom
dependabot/github_actions/github-actions-c923ae5b31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-c923ae5b31 branch 2 times, most recently from f53a644 to d3d1178 Compare August 2, 2026 21:16
@dependabot dependabot Bot changed the title build(deps): bump the github-actions group across 1 directory with 3 updates chore(deps): bump the github-actions group across 1 directory with 3 updates Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-c923ae5b31 branch 2 times, most recently from 539fed5 to 1b6dc5b Compare August 7, 2026 03:08
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-c923ae5b31 branch 3 times, most recently from c90e302 to 5ba8b29 Compare August 14, 2026 03:07
…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 dependabot Bot changed the title chore(deps): bump the github-actions group across 1 directory with 3 updates build(deps): bump the github-actions group across 1 directory with 3 updates Aug 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-c923ae5b31 branch from 5ba8b29 to 04e8e6d Compare August 21, 2026 03:06
dependabot Bot and others added 6 commits September 7, 2026 19:24
…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>
@dawi369 dawi369 changed the title build(deps): bump the github-actions group across 1 directory with 3 updates build: update CI and browser tooling while retaining Node 24 compatibility Sep 8, 2026
@dawi369 dawi369 changed the title build: update CI and browser tooling while retaining Node 24 compatibility fix: recognize active agent instances and update compatible tooling Sep 8, 2026
@dawi369
dawi369 merged commit f1d8a77 into main Sep 8, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-c923ae5b31 branch September 8, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant