Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6ffd64a
chore(deps)(deps): bump sha2 from 0.10.9 to 0.11.0
dependabot[bot] May 14, 2026
e7f4a73
chore(deps)(deps): bump colored from 2.2.0 to 3.1.1
dependabot[bot] May 14, 2026
015cef9
chore(deps)(deps): bump tokio from 1.52.1 to 1.52.3
dependabot[bot] May 14, 2026
ecfa371
chore(deps)(deps): bump tower-http from 0.6.8 to 0.6.10
dependabot[bot] May 14, 2026
b68cf59
chore(deps)(deps): bump dirs from 5.0.1 to 6.0.0
dependabot[bot] May 14, 2026
91a884e
chore(deps)(deps): bump reqwest from 0.12.28 to 0.13.3
dependabot[bot] May 14, 2026
fe9b626
chore(ci)(deps): bump actions/github-script from 7 to 9
dependabot[bot] May 14, 2026
3ba49af
chore(ci)(deps): bump docker/setup-buildx-action from 3 to 4
dependabot[bot] May 14, 2026
133766e
chore(ci)(deps): bump docker/login-action from 3 to 4
dependabot[bot] May 14, 2026
2dd3f51
chore(ci)(deps): bump actions/setup-python from 5 to 6
dependabot[bot] May 14, 2026
b766f8b
Merge branch 'master' into dependabot/cargo/reqwest-0.13.3
gHashTag May 15, 2026
a3cd8ca
Merge branch 'master' into dependabot/cargo/dirs-6.0.0
gHashTag May 15, 2026
4bb257a
Merge branch 'master' into dependabot/cargo/tower-http-0.6.10
gHashTag May 15, 2026
26fbbde
Merge branch 'master' into dependabot/cargo/tokio-1.52.3
gHashTag May 15, 2026
ab7c051
Merge branch 'master' into dependabot/cargo/colored-3.1.1
gHashTag May 15, 2026
090b5ac
Merge branch 'master' into dependabot/cargo/sha2-0.11.0
gHashTag May 15, 2026
36101be
Merge remote-tracking branch 'origin/dependabot/cargo/reqwest-0.13.3'…
May 15, 2026
0e51bc3
Merge dependabot/cargo/dirs-6.0.0 into batch
May 15, 2026
a3e23c0
Merge remote-tracking branch 'origin/dependabot/cargo/tower-http-0.6.…
May 15, 2026
57e17cf
Merge remote-tracking branch 'origin/dependabot/cargo/tokio-1.52.3' i…
May 15, 2026
0ab6696
Merge dependabot/cargo/colored-3.1.1 into batch
May 15, 2026
db317c0
Merge remote-tracking branch 'origin/dependabot/cargo/sha2-0.11.0' in…
May 15, 2026
004a547
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
May 15, 2026
0e9c4f3
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
May 15, 2026
d33d033
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
May 15, 2026
2a0d616
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/agent-runner-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -32,7 +32,7 @@ jobs:
run: echo "IMAGE_NAME=${{ env.REGISTRY }}/$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')/t27-agent-runner" >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Build and push
uses: docker/build-push-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-vivado-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
ls -lah infra/vivado-docker/Vivado_2025.2_Lin64.bin

- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
with:
driver-opts: image=moby/buildkit:latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -47,7 +47,7 @@ jobs:
run: echo "IMAGE_NAME=${{ env.REGISTRY }}/$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')/t27-api" >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Build and push
uses: docker/build-push-action@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/notebook-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.10'

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Set up Python
if: steps.check.outputs.changed == 'true'
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.10'

Expand All @@ -232,7 +232,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.10'

Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:

- name: Comment on issue (optional)
if: inputs.sync_type == 'activity'
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
github.rest.issues.createComment({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sandbox-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -32,7 +32,7 @@ jobs:
run: echo "IMAGE_NAME=${{ env.REGISTRY }}/$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')/t27-sandbox" >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: Build and push
uses: docker/build-push-action@v6
Expand Down
8 changes: 8 additions & 0 deletions .trinity/current_task/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,11 @@
- **Commit:** feat(portable): upgrade relay_observer.js to v2.0 with multi-agent support
- **Files:** .trinity/current_task/.commit_count,.trinity/current_task/activity.md,.trinity/current_task/session_log.jsonl,specs/portable/relay_observer.js

## 2026-05-15T09:46:32Z — chore/batch-dependabot-updates-may-2026
- **Commit:** docs(now): update date to 2026-04-14, add CI fixes note (Closes #409)
- **Files:** Cargo.lock,cli/trios-bridge/Cargo.toml

## 2026-05-15T09:47:00Z — chore/batch-dependabot-updates-may-2026
- **Commit:** Merge dependabot/cargo/dirs-6.0.0 into batch
- **Files:** Cargo.lock,bootstrap/Cargo.toml

Loading
Loading