core: sync updates across opencode, sdk, tui, and plugin components

This commit is contained in:
Dax Raad
2025-08-31 20:19:30 -04:00
parent b51975fd67
commit 55cfacc6f4
45 changed files with 960 additions and 341 deletions
-5
View File
@@ -1178,11 +1178,6 @@ export type WellKnownAuth = {
token: string
}
/**
* Working directory path (defaults to current working directory)
*/
export type Directory = string
export type ProjectListData = {
body?: never
path?: never