-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Closed
Copy link
Labels
kind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionreleased
Description
Currently agent metadata updates don't track whether a session is complete or if any changes were made during the session. This makes it difficult to analyze agent usage patterns and effectiveness.
Problem:
- Agent metadata lacks completion state information
- No tracking of whether sessions actually made changes to the codebase
- Metadata collection is not modular/reusable
Solution needed:
- Add completion state tracking to agent metadata
- Detect and include whether changes were made (via git diff)
- Refactor metadata collection into modular helpers
- Maintain backward compatibility with existing metadata API
This will enable better analytics and understanding of agent session outcomes.
Metadata
Metadata
Assignees
Labels
kind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionreleased
Type
Projects
Status
Done