mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: add Kitty-aware completion notifications
This commit is contained in:
@@ -35,6 +35,15 @@ test("all package extensions load together without global registration conflicts
|
||||
packageJson.files.includes("pi-extension-codex-fast-mode"),
|
||||
"the packed bundle must include the locally maintained Codex Fast mode source",
|
||||
);
|
||||
assert.ok(
|
||||
packageJson.pi.extensions.includes("./pi-notify/src/index.ts"),
|
||||
"the bundle must load the locally maintained Kitty notification extension",
|
||||
);
|
||||
assert.equal(packageJson.dependencies["@smoose/pi-notify"], "file:./pi-notify");
|
||||
assert.ok(
|
||||
packageJson.files.includes("pi-notify"),
|
||||
"the packed bundle must include the locally maintained notification source",
|
||||
);
|
||||
assert.equal(packageJson.dependencies["@ogulcancelik/pi-minimal-footer"], "file:./pi-minimal-footer");
|
||||
assert.equal(
|
||||
packageJson.pi.extensions.some((entry) => entry.includes("pi-hermes-memory") || entry.includes("the-forge-flow")),
|
||||
|
||||
Reference in New Issue
Block a user