]> git.otsuka.systems Git - dotfiles/commitdiff
add pi-review extension
authorCameron Otsuka <cameron@otsuka.haus>
Fri, 1 May 2026 19:45:51 +0000 (12:45 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Fri, 1 May 2026 19:45:51 +0000 (12:45 -0700)
.chezmoiexternal.toml
dot_pi/agent/settings.json

index f973330b99deea124bad349ead04291837cf193c..9861e3ebe1d3a0d8561a8619a07bbd59b547f3e5 100644 (file)
@@ -3,12 +3,6 @@
     url = "https://raw.githubusercontent.com/mitsuhiko/agent-stuff/refs/heads/main/extensions/answer.ts"
     refreshPeriod = "168h"
 
-
-[".pi/agent/extensions/review.ts"]
-    type = "file"
-    url = "https://raw.githubusercontent.com/mitsuhiko/agent-stuff/refs/heads/main/extensions/review.ts"
-    refreshPeriod = "168h"
-
 [".pi/agent/extensions/todos.ts"]
     type = "file"
     url = "https://raw.githubusercontent.com/mitsuhiko/agent-stuff/refs/heads/main/extensions/todos.ts"
index 9d86326709e205aa63fcd8b1d65704653a736f66..73030e0cc0259839d5cd479b4cc68b59aa52afe5 100644 (file)
@@ -1,7 +1,8 @@
 {
-  "lastChangelogVersion": "0.70.2",
+  "lastChangelogVersion": "0.71.1",
   "packages": [
-    "git:github.com/xRyul/pi-nvidia-nim"
+    "git:github.com/xRyul/pi-nvidia-nim",
+    "git:github.com/earendil-works/pi-review"
   ],
   "defaultThinkingLevel": "high",
   "enableInstallTelemetry": false,