Skip to content

Expose queryable prompt and agent response timestamps for automation triggers #10133

@hughesfleming

Description

@hughesfleming

Summary

Expose prompt and agent-response observability as queryable local events or records so users can trigger follow-up automation after a response completes.

Problem

Warp currently does not expose prompt/response timing in a way that can be queried locally and used as a reliable trigger surface. The user wants to build local automation around agent interactions, specifically by storing prompt timestamps and response-complete timestamps and then using queries against that data to trigger MCP or CLI workflows.

Today, the current network log is not sufficient for this use case because it is aimed at HTTP traffic debugging rather than first-class prompt/response observability for automation.

Reproduction steps or desired workflow

  1. Submit a prompt to a Warp agent.
  2. Warp records at least two queryable events or records: the user prompt timestamp and the agent response-complete timestamp.
  3. Those records are available through a stable local surface, such as a SQLite table, event stream, or comparable local API.
  4. A local query against that surface can be used as a trigger for follow-up workflows.
  5. After a response completes, the user can automatically launch MCP-based memory tools or CLI actions to summarize, log, or process the prompt/response pair.

Artifacts

None attached

Warp version

v0.2026.04.29.08.57.stable_02

Operating system

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.enhancementNew feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions