-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업
Description
Purpose
Track execution history across sessions in SQLite — what was done, by which agent, cost, duration, outcome. Survives session restarts unlike MCP server state.
Changes
packages/codingbuddy-plugin/— SQLite database module- Schema: sessions, tool_calls, agent_activations, costs, pr_results
- Storage:
~/.codingbuddy/history.db
Supersedes
- feat: cross-session execution history (persistent tracking) #815 (cross-session execution history) — Plugin DB is naturally persistent
Acceptance Criteria
- SQLite DB at ~/.codingbuddy/history.db
- Record: session_id, timestamp, agent, task, tools_used, cost, outcome, pr_numbers
- Query via plugin API or MCP tool proxy
- Auto-cleanup configurable retention period
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featpriority:shouldShould Have - 중요하지만 필수는 아님Should Have - 중요하지만 필수는 아님sub-issue상위 이슈의 하위 작업상위 이슈의 하위 작업