MCPcopy Index your code
hub / github.com/codeaashu/claude-code / edit

Method edit

web/lib/api/messages.ts:79–79  ·  view source on GitHub ↗

* Edit a user message and regenerate the assistant response. * `historyBefore` should contain only the messages before the edited one.

(
    conversationId: string,
    newContent: string,
    historyBefore: Message[],
    opts?: SendOptions
  )

Source from the content-addressed store, hash-verified

77 * `historyBefore` should contain only the messages before the edited one.
78 */
79 edit(
80 conversationId: string,
81 newContent: string,
82 historyBefore: Message[],

Callers 1

messageActions.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected