@crewx/sdk 0.8.9-rc.8 → 0.8.9-rc.9
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/esm/index.js +21 -21
- package/dist/facade/Crewx.d.ts +1 -0
- package/dist/index.js +21 -21
- package/package.json +1 -1
- package/templates/agents/default.yaml +9 -0
package/dist/facade/Crewx.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ export declare class Crewx extends TypedEventEmitter {
|
|
|
97
97
|
private _getConversationProvider;
|
|
98
98
|
private _fetchHistoryMessages;
|
|
99
99
|
private _resolveTimeout;
|
|
100
|
+
private _resolveEffectiveCwd;
|
|
100
101
|
private _buildFileRemoteOptions;
|
|
101
102
|
private emitToolEvents;
|
|
102
103
|
private emitTaskLogEntries;
|