@salesforce/agents
    Preparing search index...

    Function logSessionToIndex

    • Write or append a session line to .sfdx/agents//index.md. If the file does not exist, creates it with a header and the session line. If it exists, appends the new session line.

      Parameters

      • agentDir: string
      • options: { agentId: string; sessionId: string; simulated: boolean; startTime: string }

      Returns Promise<void>