@comfanion/usethis_search 4.1.0-dev.2 → 4.1.0-dev.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vectorizer.yaml +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/usethis_search",
3
- "version": "4.1.0-dev.2",
3
+ "version": "4.1.0-dev.3",
4
4
  "description": "OpenCode plugin: semantic search with workspace injection + tool output substitution (v4.1-dev: read() substitution, dirty file tracking)",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
package/vectorizer.yaml CHANGED
@@ -57,14 +57,15 @@ vectorizer:
57
57
 
58
58
  # Workspace injection (v4) — search results attached to AI context
59
59
  workspace:
60
- max_tokens: 50000 # Max total tokens across all cached files
61
- max_files: 30 # Max number of files in workspace
62
- attach_top_n: 5 # Top N search results to attach with full content
63
- attach_related_per_file: 3 # Max graph relations per main file
64
- min_score_main: 0.65 # Min score for main files
65
- min_score_related: 0.5 # Min score for graph relations
66
- persist_content: false # Save full content in snapshots (debug mode)
67
- auto_prune_search: true # Replace old search outputs with compact summaries
60
+ max_tokens: 50000 # Max total tokens across all cached files
61
+ max_files: 30 # Max number of files in workspace
62
+ attach_top_n: 5 # Top N search results to attach with full content
63
+ attach_related_per_file: 3 # Max graph relations per main file
64
+ min_score_main: 0.65 # Min score for main files
65
+ min_score_related: 0.5 # Min score for graph relations
66
+ persist_content: false # Save full content in snapshots (debug mode)
67
+ auto_prune_search: true # Replace old search outputs with compact summaries
68
+ substitute_tool_outputs: true # Replace read() outputs when file in workspace
68
69
 
69
70
  # Quality monitoring (v2)
70
71
  quality: