@vite-plugin-opencode-assistant/shared 1.0.60 → 1.0.61
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/es/constants.d.ts +0 -2
- package/es/types.d.ts +0 -4
- package/lib/constants.d.ts +0 -2
- package/lib/types.d.ts +0 -4
- package/package.json +1 -1
package/es/constants.d.ts
CHANGED
package/es/types.d.ts
CHANGED
|
@@ -94,10 +94,6 @@ export interface LogFileConfig {
|
|
|
94
94
|
path: string;
|
|
95
95
|
/** 工具描述,告诉 Agent 何时使用此工具查看日志 */
|
|
96
96
|
description: string;
|
|
97
|
-
/** 是否监控已存在的文件内容,默认 false(只监控新增内容) */
|
|
98
|
-
watchExisting?: boolean;
|
|
99
|
-
/** 日志缓冲区最大条数,默认 200 */
|
|
100
|
-
maxBufferSize?: number;
|
|
101
97
|
}
|
|
102
98
|
/**
|
|
103
99
|
* OpenCode Vite 插件配置选项
|
package/lib/constants.d.ts
CHANGED
package/lib/types.d.ts
CHANGED
|
@@ -94,10 +94,6 @@ export interface LogFileConfig {
|
|
|
94
94
|
path: string;
|
|
95
95
|
/** 工具描述,告诉 Agent 何时使用此工具查看日志 */
|
|
96
96
|
description: string;
|
|
97
|
-
/** 是否监控已存在的文件内容,默认 false(只监控新增内容) */
|
|
98
|
-
watchExisting?: boolean;
|
|
99
|
-
/** 日志缓冲区最大条数,默认 200 */
|
|
100
|
-
maxBufferSize?: number;
|
|
101
97
|
}
|
|
102
98
|
/**
|
|
103
99
|
* OpenCode Vite 插件配置选项
|