@pleri/olam-cli 0.1.72 → 0.1.73

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "auth": "sha256:ee6b1d1046933c76acc8d28cd83ac3871bc69057d2401014252872dc5ec42db7",
3
3
  "devbox": "sha256:f60037e1190fe104e5a69f4bcef0f8e9b219b99cd35c43b7b77fc9f7ef9fb540",
4
- "host-cp": "sha256:a9f44b660d9387989f72d7852807998a7fab351f68161c4351f20832225a31d0",
4
+ "host-cp": "sha256:bf3dabb62ea8bb70e29debe8b38fd281ccd627bacf8d7a7808230975d9d975aa",
5
5
  "mcp-auth": "sha256:e47169ad3fbc9cab216248fecbc56874343a5daab84b1f18d67529b7d415cf95",
6
6
  "$schema_version": 1,
7
- "$published_version": "0.1.72",
7
+ "$published_version": "0.1.73",
8
8
  "$registry": "ghcr.io/pleri"
9
9
  }
@@ -216,7 +216,7 @@ export class PlanOrchestrator {
216
216
  .prepare(
217
217
  `SELECT id, title, created_at, last_turn_at, persona
218
218
  FROM plan_conversations
219
- ORDER BY created_at DESC`,
219
+ ORDER BY created_at DESC, rowid DESC`,
220
220
  )
221
221
  .all();
222
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pleri/olam-cli",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "olam": "./bin/olam.cjs"