File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3333COPY --from=dependencies --chown=1000:1000 /opt/pi-sdk /opt/pi-sdk
3434RUN 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) && \
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments