agent-afk 5.76.1 → 5.76.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/subagent/child-model-fallback.d.ts +5 -0
- package/dist/agent/subagent.d.ts +1 -0
- package/dist/cli.mjs +457 -456
- package/dist/index.mjs +168 -167
- package/dist/telegram.mjs +207 -206
- package/package.json +1 -1
package/dist/agent/subagent.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ export declare class SubagentManager {
|
|
|
56
56
|
private readonly parentApiKey;
|
|
57
57
|
private readonly parentBaseUrl;
|
|
58
58
|
private readonly parentProvider;
|
|
59
|
+
private readonly parentModel;
|
|
59
60
|
private parentCwd;
|
|
60
61
|
private readonly parentReadRoots;
|
|
61
62
|
private readonly worktreeMainRootCache;
|