Theia API Documentation v1.65.0
    Preparing search index...

    Service for handling edit tool operations.

    Invoked by the ClaudeCodeChatAgent on each finished edit tool request. This can be used to track and manage file edits made by the agent, e.g. to propagate them to ChangeSets (see ClaudeCodeEditToolServiceImpl below).

    interface ClaudeCodeEditToolService {
        handleEditTool(
            toolUse: ToolUseBlock,
            request: MutableChatRequestModel,
            context: EditToolContext,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods