feat(FN-3060): add agent task auto-summarization and droid CLI path reconci
This merge adds droid CLI path reconciliation as a new pi extension, wires agent task auto-summarization for the agent tools layer, makes the UsageIndicator component resizable with improved styling, and updates related tests and documentation. The core changes include a new `reconcile-droid-cli-pat Fusion-Task-Id: FN-3060
This commit is contained in:
@@ -1534,6 +1534,8 @@ describe("taskCreate tool model inheritance", () => {
|
||||
expect(store.createTask).toHaveBeenCalledWith(expect.objectContaining({
|
||||
title: "Child Task",
|
||||
description: "Child task description",
|
||||
}), expect.objectContaining({
|
||||
settings: { autoSummarizeTitles: false },
|
||||
}));
|
||||
});
|
||||
|
||||
@@ -1632,6 +1634,7 @@ describe("taskCreate tool model inheritance", () => {
|
||||
// The second createTask call should have the resolved sibling id preserved.
|
||||
expect(createTaskMock).toHaveBeenLastCalledWith(
|
||||
expect.objectContaining({ dependencies: ["FN-701"] }),
|
||||
expect.objectContaining({ settings: { autoSummarizeTitles: false } }),
|
||||
);
|
||||
expect(createdSubtasksRef.current).toEqual(["FN-701", "FN-702"]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user