@compilr-dev/sdk 0.9.27 → 0.9.28
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.
|
@@ -22,6 +22,10 @@ export interface SystemPromptContext {
|
|
|
22
22
|
enableMetaTools?: boolean;
|
|
23
23
|
/** Does the agent have a role-specific identity? (team agents) */
|
|
24
24
|
hasRoleIdentity?: boolean;
|
|
25
|
+
/** Does the active project type provide its own systemPromptSection? When
|
|
26
|
+
* true, the SDK suppresses the default coding-assistant identity so the
|
|
27
|
+
* type-specific role (research, business, content, etc.) takes over. */
|
|
28
|
+
hasSystemPromptSection?: boolean;
|
|
25
29
|
/** Does the client support inline visual output (HTML/SVG preview)? Desktop only. */
|
|
26
30
|
hasVisualOutput?: boolean;
|
|
27
31
|
/** Active project display name (human-readable, e.g. "Hr Manager") */
|