@moinulmoin/threadlens-darwin-arm64 1.1.2 → 1.2.0

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.
@@ -30,6 +30,12 @@ Threadlens searches local coding-agent sessions through one CLI. Use it as a ret
30
30
  threadlens search "raycast missing executable" --cwd /path/to/project
31
31
  ```
32
32
 
33
+ Search also reports how long ago the index was last checked and flags it when over a day old. Pass `--fresh` to refresh the relevant sources before searching:
34
+
35
+ ```bash
36
+ threadlens search "deploy script" --fresh
37
+ ```
38
+
33
39
  4. Inspect a promising result before making claims:
34
40
 
35
41
  ```bash
@@ -52,7 +58,7 @@ threadlens brief <result_id> --json
52
58
  threadlens doctor --json
53
59
  ```
54
60
 
55
- Search JSONL results include `result_id`, `source`, `session_id`, `cwd`, `title`, `last_timestamp`, snippets, `source_path`, `source_line`, and `actions.resume_command` when available.
61
+ Search JSONL results include `result_id`, `source`, `session_id`, `cwd`, `title`, `last_timestamp`, snippets, `source_path`, `source_line`, `actions.resume_command` when available, and `index_checked_at` / `index_age_seconds` for the searched scope's freshness.
56
62
 
57
63
  ## Source Filters
58
64
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moinulmoin/threadlens-darwin-arm64",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "Pre-built threadlens binary for threadlens-darwin-arm64",
5
5
  "os": [
6
6
  "darwin"