Skip to content

Commit 6b97e08

Browse files
chore(deps): update dependency @earendil-works/pi-coding-agent to v0.84.4
1 parent 070a0cf commit 6b97e08

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/agents/pi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN groupmod --new-name agent node && \
2929
usermod --login agent --home /home/agent --move-home --shell /bin/bash node
3030

3131
# renovate: datasource=npm depName=@earendil-works/pi-coding-agent
32-
ARG PI_VERSION=0.84.3
32+
ARG PI_VERSION=0.84.4
3333
COPY --from=dependencies --chown=1000:1000 /opt/pi-sdk /opt/pi-sdk
3434
RUN test -d /opt/pi-sdk/node_modules/@earendil-works/pi-coding-agent \
3535
|| (echo "Pi SDK not found at /opt/pi-sdk/node_modules" >&2; exit 1) && \

docker/agents/pi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@earendil-works/pi-coding-agent": "0.84.3"
6+
"@earendil-works/pi-coding-agent": "0.84.4"
77
}
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@changesets/cli": "3.0.1",
113113
"@commitlint/cli": "21.0.1",
114114
"@commitlint/config-conventional": "21.0.1",
115-
"@earendil-works/pi-coding-agent": "0.84.3",
115+
"@earendil-works/pi-coding-agent": "0.84.4",
116116
"@nats-io/jetstream": "3.4.0",
117117
"@nats-io/transport-node": "3.4.0",
118118
"@openapitools/openapi-generator-cli": "2.32.0",

0 commit comments

Comments
 (0)