mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
chore: 移除 packages/ 下多处未引用的导出
涉及 11 个 workspace 包文件,每处均为独立的 unreferenced export 删除或 export 关键字冗余移除: - @ant/ink/core/termio/csi.ts(eraseLine) - acp-link/manager/types.ts、acp-link/ws-message.ts - builtin-tools/AgentTool/agentMemory.ts、BashTool/bashSecurity.ts、BashTool/sedEditParser.ts - builtin-tools/ConfigTool/supportedSettings.ts、FileEditTool/utils.ts - remote-control-server/store.ts、transport/event-bus.ts、types/messages.ts Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>
This commit is contained in:
@@ -100,16 +100,6 @@ export function isAgentMemoryPath(absolutePath: string): boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the agent memory file path for a given agent type and scope.
|
||||
*/
|
||||
export function getAgentMemoryEntrypoint(
|
||||
agentType: string,
|
||||
scope: AgentMemoryScope,
|
||||
): string {
|
||||
return join(getAgentMemoryDir(agentType, scope), 'MEMORY.md')
|
||||
}
|
||||
|
||||
export function getMemoryScopeDisplay(
|
||||
memory: AgentMemoryScope | undefined,
|
||||
): string {
|
||||
|
||||
Reference in New Issue
Block a user