mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: enable permission-aware subagents
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* pi-ai.ts — single import point for the two test helpers that pi-ai ≥0.80
|
||||
* exports only from the `/compat` subpath (all lived on the package root in
|
||||
* ≤0.75.x). Upstream deletes `/compat` with its coding-agent ModelManager
|
||||
* migration; the replacement then is `fauxProvider()` + `createModels()`.
|
||||
*/
|
||||
export { getModel, registerFauxProvider, streamSimple } from "@earendil-works/pi-ai/compat";
|
||||
Reference in New Issue
Block a user