@tutti-os/workspace-issue-manager 0.0.42 → 0.0.44
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.
|
@@ -294,7 +294,6 @@ interface IssueManagerFileAdapter extends WorkspaceFileReferenceAdapter {
|
|
|
294
294
|
}): Promise<IssueManagerFileReference[]>;
|
|
295
295
|
}
|
|
296
296
|
interface IssueManagerAgentRunRequest extends IssueManagerScope {
|
|
297
|
-
agentSessionId: string;
|
|
298
297
|
executionDirectory?: string | null;
|
|
299
298
|
issue: IssueManagerIssueSummary;
|
|
300
299
|
provider: string;
|
package/dist/ui/index.js
CHANGED
package/dist/workbench/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/workspace-issue-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"directory": "packages/workspace/issue-manager"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
58
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
59
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
60
|
-
"@tutti-os/ui-system": "0.0.
|
|
61
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
62
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
63
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
64
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
57
|
+
"@tutti-os/ui-i18n-runtime": "0.0.44",
|
|
58
|
+
"@tutti-os/ui-react-hooks": "0.0.44",
|
|
59
|
+
"@tutti-os/ui-rich-text": "0.0.44",
|
|
60
|
+
"@tutti-os/ui-system": "0.0.44",
|
|
61
|
+
"@tutti-os/workbench-surface": "0.0.44",
|
|
62
|
+
"@tutti-os/workspace-file-reference": "0.0.44",
|
|
63
|
+
"@tutti-os/workspace-file-preview": "0.0.44",
|
|
64
|
+
"@tutti-os/workspace-user-project": "0.0.44",
|
|
65
65
|
"valtio": "^2.3.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|