@tangle-network/create-agent-app 0.46.49 → 0.46.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/create-agent-app",
3
- "version": "0.46.49",
3
+ "version": "0.46.51",
4
4
  "description": "Create a tested Tangle agent application with either a tool loop or a complete chat interface.",
5
5
  "keywords": [
6
6
  "tangle",
@@ -123,3 +123,4 @@ CREATE TABLE IF NOT EXISTS turn_status (
123
123
  updatedAt TEXT NOT NULL
124
124
  );
125
125
  CREATE INDEX IF NOT EXISTS idx_turn_status_scope ON turn_status (scopeId, status);
126
+ CREATE INDEX IF NOT EXISTS idx_turn_status_retention ON turn_status (status, updatedAt);