You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/olive-tomatoes-juggle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ Enable workspace skills prompt injection by default when an agent has a workspac
6
6
7
7
- Agents now auto-compose a workspace skills prompt hook by default.
8
8
- Added `workspaceSkillsPrompt` to `AgentOptions` to customize (`WorkspaceSkillsPromptOptions`), force (`true`), or disable (`false`) prompt injection.
9
-
-To avoid duplicate injections for existing setups, default auto-injection is skipped when a custom `hooks.onPrepareMessages` is already provided.
9
+
-When a custom `hooks.onPrepareMessages` is provided, it now composes with the default workspace skills prompt hook unless `workspaceSkillsPrompt` is explicitly set to `false`.
10
10
- Updated workspace skills docs and the `examples/with-workspace` sample to document and use the new behavior.
0 commit comments