File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 "prepack" : " test -d dist || { echo 'Error: dist/ missing. Run npm run build first.' && exit 1; }"
5454 },
5555 "peerDependencies" : {
56- "@mariozechner /pi-coding-agent" : " ^0.62 .0" ,
57- "@mariozechner /pi-ai" : " ^0.62 .0" ,
58- "@mariozechner /pi-tui" : " ^0.62 .0" ,
56+ "@earendil-works /pi-coding-agent" : " ^0.74 .0" ,
57+ "@earendil-works /pi-ai" : " ^0.74 .0" ,
58+ "@earendil-works /pi-tui" : " ^0.74 .0" ,
5959 "@sinclair/typebox" : " ^0.34.0"
6060 },
6161 "devDependencies" : {
Original file line number Diff line number Diff line change 11import type {
22 ExtensionAPI ,
33 ExtensionCommandContext ,
4- } from "@mariozechner /pi-coding-agent" ;
4+ } from "@earendil-works /pi-coding-agent" ;
55import { createEditTracker } from "./edit-tracker.js" ;
66import {
77 handleBeforeAgentStart ,
Original file line number Diff line number Diff line change 11import type {
22 ExtensionAPI ,
33 ExtensionCommandContext ,
4- } from "@mariozechner /pi-coding-agent" ;
5- import { complete , getModel } from "@mariozechner /pi-ai" ;
4+ } from "@earendil-works /pi-coding-agent" ;
5+ import { complete , getModel } from "@earendil-works /pi-ai" ;
66import { detectLanguage } from "./language-detector.js" ;
77import { buildReviewPrompt , buildFallbackPrompt } from "./review-prompt.js" ;
88import { parseReviewFindings , formatFindings } from "./review-parser.js" ;
You can’t perform that action at this time.
0 commit comments