get_change_log
Retrieve a chronological log of model changes made during the current session to audit edits and verify their application.
Instructions
Return recent model mutation history for this session.
Records add, update, remove, rename, duplicate, load, and new-model operations in chronological order. Useful for auditing what the agent has changed and verifying that edits were applied as intended.
The log is in-memory only and resets when clear_session is called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | ||
| entry_count | Yes |