Skip to content

feat: cross-session execution history (persistent tracking) #815

@JeremyDev87

Description

@JeremyDev87

Purpose

Track execution history across sessions — what was done, by which agent, cost, duration, outcome. Currently context.md is session-scoped and lost on context clear.

Changes

  • Persistent storage (SQLite or JSON file under .codingbuddy/)
  • Record: session ID, timestamp, mode, agent, task, cost estimate, outcome, PR numbers
  • Query API via MCP tool: "show last 10 sessions", "total cost this week"

Acceptance Criteria

  • Execution records persist across sessions
  • Records include: timestamp, agent, task summary, files changed, PRs created, estimated cost
  • MCP tool to query history
  • Auto-cleanup of records older than configurable retention period

Metadata

Metadata

Assignees

No one assigned

    Labels

    featpriority:shouldShould Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions