Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docker/agents/pi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN groupmod --new-name agent node && \
usermod --login agent --home /home/agent --move-home --shell /bin/bash node

# renovate: datasource=npm depName=@earendil-works/pi-coding-agent
ARG PI_VERSION=0.84.3
ARG PI_VERSION=0.84.4
COPY --from=dependencies --chown=1000:1000 /opt/pi-sdk /opt/pi-sdk
RUN test -d /opt/pi-sdk/node_modules/@earendil-works/pi-coding-agent \
|| (echo "Pi SDK not found at /opt/pi-sdk/node_modules" >&2; exit 1) && \
Expand Down
2 changes: 1 addition & 1 deletion docker/agents/pi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@earendil-works/pi-coding-agent": "0.84.3"
"@earendil-works/pi-coding-agent": "0.84.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@changesets/cli": "3.0.1",
"@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1",
"@earendil-works/pi-coding-agent": "0.84.3",
"@earendil-works/pi-coding-agent": "0.84.4",
"@nats-io/jetstream": "3.4.0",
"@nats-io/transport-node": "3.4.0",
"@openapitools/openapi-generator-cli": "2.32.0",
Expand Down
Loading