reprompt-cli 2.4.0__tar.gz → 2.4.1__tar.gz

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 (324) hide show
  1. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/PKG-INFO +1 -1
  2. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/pyproject.toml +1 -1
  3. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/extractors.py +4 -6
  4. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/uv.lock +1 -1
  5. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.editorconfig +0 -0
  6. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  7. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  8. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  10. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  11. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/dependabot.yml +0 -0
  12. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/workflows/ci.yml +0 -0
  13. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.github/workflows/publish.yml +0 -0
  14. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.gitignore +0 -0
  15. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.pre-commit-config.yaml +0 -0
  16. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.pre-commit-hooks.yaml +0 -0
  17. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.testmondata-shm +0 -0
  18. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/.testmondata-wal +0 -0
  19. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/CHANGELOG.md +0 -0
  20. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/CODE_OF_CONDUCT.md +0 -0
  21. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/CONTRIBUTING.md +0 -0
  22. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/LICENSE +0 -0
  23. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/README.md +0 -0
  24. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/SECURITY.md +0 -0
  25. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/Screenshot 2026-03-24 at 09.45.03.png +0 -0
  26. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/action.yml +0 -0
  27. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/demo.gif +0 -0
  28. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-128.png +0 -0
  29. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-16.png +0 -0
  30. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-256.png +0 -0
  31. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-32.png +0 -0
  32. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-48.png +0 -0
  33. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-512.png +0 -0
  34. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon-96.png +0 -0
  35. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/brand-icon.svg +0 -0
  36. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-128.png +0 -0
  37. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-16.png +0 -0
  38. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-256.png +0 -0
  39. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-32.png +0 -0
  40. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-48.png +0 -0
  41. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-512.png +0 -0
  42. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon-96.png +0 -0
  43. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-favicon.svg +0 -0
  44. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-128.png +0 -0
  45. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-16.png +0 -0
  46. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-256.png +0 -0
  47. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-32.png +0 -0
  48. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-48.png +0 -0
  49. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-512.png +0 -0
  50. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon-96.png +0 -0
  51. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/cli-icon.svg +0 -0
  52. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-128.png +0 -0
  53. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-16.png +0 -0
  54. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-256.png +0 -0
  55. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-32.png +0 -0
  56. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-48.png +0 -0
  57. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-512.png +0 -0
  58. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon-96.png +0 -0
  59. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/favicon.svg +0 -0
  60. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/icons/generate.sh +0 -0
  61. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/screenshots/build.svg +0 -0
  62. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/screenshots/check-bad.svg +0 -0
  63. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/screenshots/check-good.svg +0 -0
  64. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/screenshots/rewrite.svg +0 -0
  65. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/superpowers/specs/2026-03-24-v14-command-consolidation-design.md +0 -0
  66. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/docs/superpowers/specs/2026-03-25-v1.5-dashboard-design.md +0 -0
  67. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/scripts/gen_screenshots.py +0 -0
  68. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/scripts/generate_demo_data.py +0 -0
  69. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/__init__.py +0 -0
  70. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/__init__.py +0 -0
  71. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/aider.py +0 -0
  72. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/base.py +0 -0
  73. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/chatgpt.py +0 -0
  74. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/claude_chat.py +0 -0
  75. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/claude_code.py +0 -0
  76. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/cline.py +0 -0
  77. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/codex.py +0 -0
  78. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/cursor.py +0 -0
  79. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/filters.py +0 -0
  80. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/gemini.py +0 -0
  81. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/adapters/openclaw.py +0 -0
  82. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/bridge/__init__.py +0 -0
  83. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/bridge/handler.py +0 -0
  84. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/bridge/host.py +0 -0
  85. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/bridge/manifest.py +0 -0
  86. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/bridge/protocol.py +0 -0
  87. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/cli.py +0 -0
  88. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/commands/__init__.py +0 -0
  89. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/commands/telemetry.py +0 -0
  90. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/commands/wrapped.py +0 -0
  91. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/config.py +0 -0
  92. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/__init__.py +0 -0
  93. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/agent.py +0 -0
  94. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/analyzer.py +0 -0
  95. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/build.py +0 -0
  96. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/check.py +0 -0
  97. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/compress.py +0 -0
  98. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/conversation.py +0 -0
  99. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/cost.py +0 -0
  100. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/dashboard.py +0 -0
  101. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/dedup.py +0 -0
  102. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/digest.py +0 -0
  103. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/distill.py +0 -0
  104. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/effectiveness.py +0 -0
  105. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/explain.py +0 -0
  106. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/extractors_zh.py +0 -0
  107. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/insights.py +0 -0
  108. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/lang_detect.py +0 -0
  109. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/library.py +0 -0
  110. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/lint.py +0 -0
  111. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/merge_view.py +0 -0
  112. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/models.py +0 -0
  113. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/patterns.py +0 -0
  114. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/persona.py +0 -0
  115. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/pipeline.py +0 -0
  116. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/privacy.py +0 -0
  117. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/privacy_scan.py +0 -0
  118. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/prompt_dna.py +0 -0
  119. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/recommend.py +0 -0
  120. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/repetition.py +0 -0
  121. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/rewrite.py +0 -0
  122. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/scorer.py +0 -0
  123. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/segmenter.py +0 -0
  124. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/session_meta.py +0 -0
  125. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/session_quality.py +0 -0
  126. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/session_type.py +0 -0
  127. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/style.py +0 -0
  128. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/suggestions.py +0 -0
  129. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/templates.py +0 -0
  130. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/timeutil.py +0 -0
  131. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/trends.py +0 -0
  132. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/core/wrapped.py +0 -0
  133. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/demo.py +0 -0
  134. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/__init__.py +0 -0
  135. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/base.py +0 -0
  136. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/local_embed.py +0 -0
  137. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/ollama.py +0 -0
  138. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/openai_embed.py +0 -0
  139. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/embeddings/tfidf.py +0 -0
  140. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/mcp.py +0 -0
  141. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/mcp_main.py +0 -0
  142. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/__init__.py +0 -0
  143. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/agent_terminal.py +0 -0
  144. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/build_terminal.py +0 -0
  145. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/chartjs.min.js +0 -0
  146. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/check_terminal.py +0 -0
  147. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/compress_terminal.py +0 -0
  148. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/dashboard_terminal.py +0 -0
  149. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/distill_terminal.py +0 -0
  150. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/explain_terminal.py +0 -0
  151. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/export.py +0 -0
  152. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/html_report.py +0 -0
  153. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/json_out.py +0 -0
  154. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/markdown.py +0 -0
  155. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/patterns_terminal.py +0 -0
  156. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/projects_terminal.py +0 -0
  157. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/repetition_terminal.py +0 -0
  158. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/rewrite_terminal.py +0 -0
  159. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/sessions_terminal.py +0 -0
  160. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/terminal.py +0 -0
  161. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/wrapped_html.py +0 -0
  162. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/output/wrapped_terminal.py +0 -0
  163. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/py.typed +0 -0
  164. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/sharing/__init__.py +0 -0
  165. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/sharing/client.py +0 -0
  166. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/sharing/clipboard.py +0 -0
  167. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/storage/__init__.py +0 -0
  168. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/storage/db.py +0 -0
  169. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/__init__.py +0 -0
  170. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/collector.py +0 -0
  171. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/consent.py +0 -0
  172. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/events.py +0 -0
  173. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/prompt.py +0 -0
  174. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/queue.py +0 -0
  175. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/src/reprompt/telemetry/sender.py +0 -0
  176. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/__init__.py +0 -0
  177. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/conftest.py +0 -0
  178. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/aider_chat_history.md +0 -0
  179. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/chatgpt_conversations.json +0 -0
  180. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/claude_chat_export.json +0 -0
  181. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/claude_session.jsonl +0 -0
  182. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/cline_task/api_conversation_history.json +0 -0
  183. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/export/default_export.md +0 -0
  184. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/export/full_export.md +0 -0
  185. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/gemini_session.json +0 -0
  186. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/fixtures/openclaw_session.jsonl +0 -0
  187. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_aider.py +0 -0
  188. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_chatgpt.py +0 -0
  189. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_claude.py +0 -0
  190. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_claude_chat.py +0 -0
  191. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_cline.py +0 -0
  192. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_gemini.py +0 -0
  193. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_adapter_openclaw.py +0 -0
  194. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_agent.py +0 -0
  195. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_agent_cli.py +0 -0
  196. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_analyzer.py +0 -0
  197. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_cli.py +0 -0
  198. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_e2e.py +0 -0
  199. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_handler.py +0 -0
  200. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_integration.py +0 -0
  201. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_manifest.py +0 -0
  202. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_bridge_protocol.py +0 -0
  203. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_build.py +0 -0
  204. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_build_cli.py +0 -0
  205. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_build_output.py +0 -0
  206. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_check.py +0 -0
  207. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_check_cli.py +0 -0
  208. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_cli.py +0 -0
  209. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_cli_deprecations.py +0 -0
  210. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_cli_library_effectiveness.py +0 -0
  211. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_clipboard.py +0 -0
  212. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_codex_adapter.py +0 -0
  213. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compare_best_worst.py +0 -0
  214. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compress.py +0 -0
  215. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compress_cli.py +0 -0
  216. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compress_dna.py +0 -0
  217. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compress_html.py +0 -0
  218. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_compress_insights.py +0 -0
  219. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_config.py +0 -0
  220. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_conversation.py +0 -0
  221. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_copy_flag.py +0 -0
  222. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_cost.py +0 -0
  223. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_coverage_boost.py +0 -0
  224. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_cursor_adapter.py +0 -0
  225. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_dashboard.py +0 -0
  226. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_db.py +0 -0
  227. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_db_digest.py +0 -0
  228. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_db_effectiveness.py +0 -0
  229. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_db_session_quality.py +0 -0
  230. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_db_trends.py +0 -0
  231. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_dedup.py +0 -0
  232. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_demo.py +0 -0
  233. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_deprecated_commands.py +0 -0
  234. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_digest.py +0 -0
  235. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_digest_cli.py +0 -0
  236. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_distill.py +0 -0
  237. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_distill_cli.py +0 -0
  238. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_distill_weights.py +0 -0
  239. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_e2e.py +0 -0
  240. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_effectiveness.py +0 -0
  241. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_embeddings_local.py +0 -0
  242. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_embeddings_ollama.py +0 -0
  243. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_embeddings_openai.py +0 -0
  244. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_empty_state.py +0 -0
  245. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_explain.py +0 -0
  246. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_explain_cli.py +0 -0
  247. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_export.py +0 -0
  248. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_export_cli.py +0 -0
  249. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_export_snapshot.py +0 -0
  250. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_extractors.py +0 -0
  251. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_extractors_routing.py +0 -0
  252. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_extractors_zh.py +0 -0
  253. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_extractors_zh_e2e.py +0 -0
  254. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_file_input.py +0 -0
  255. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_html_report.py +0 -0
  256. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_import_cli.py +0 -0
  257. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_import_e2e.py +0 -0
  258. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_init_cli.py +0 -0
  259. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_insights.py +0 -0
  260. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_insights_cli.py +0 -0
  261. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_insights_expanded.py +0 -0
  262. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_install_hook.py +0 -0
  263. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_lang_detect.py +0 -0
  264. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_library.py +0 -0
  265. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_lint.py +0 -0
  266. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_lint_cli.py +0 -0
  267. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_markdown.py +0 -0
  268. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_mcp.py +0 -0
  269. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_merge_view.py +0 -0
  270. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_models.py +0 -0
  271. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_output.py +0 -0
  272. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_parse_conversation_base.py +0 -0
  273. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_parse_conversation_chatgpt.py +0 -0
  274. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_parse_conversation_claude.py +0 -0
  275. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_patterns.py +0 -0
  276. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_persona.py +0 -0
  277. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_pipeline.py +0 -0
  278. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_privacy.py +0 -0
  279. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_privacy_cli.py +0 -0
  280. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_privacy_e2e.py +0 -0
  281. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_privacy_output.py +0 -0
  282. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_privacy_scan.py +0 -0
  283. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_projects.py +0 -0
  284. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_prompt_dna.py +0 -0
  285. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_public_api.py +0 -0
  286. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_recommend.py +0 -0
  287. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_repetition.py +0 -0
  288. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_repetition_cli.py +0 -0
  289. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_repetition_output.py +0 -0
  290. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_rewrite.py +0 -0
  291. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_schema_version.py +0 -0
  292. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_score_cli.py +0 -0
  293. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_scorer.py +0 -0
  294. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_segmenter.py +0 -0
  295. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_session_quality.py +0 -0
  296. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_session_type.py +0 -0
  297. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_sessions_cli.py +0 -0
  298. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_sessions_output.py +0 -0
  299. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_share_e2e.py +0 -0
  300. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_sharing_client.py +0 -0
  301. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_source_filter.py +0 -0
  302. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_style.py +0 -0
  303. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_style_trends.py +0 -0
  304. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_suggestions.py +0 -0
  305. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_cli.py +0 -0
  306. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_collector.py +0 -0
  307. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_consent.py +0 -0
  308. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_e2e.py +0 -0
  309. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_events.py +0 -0
  310. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_prompt.py +0 -0
  311. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_queue.py +0 -0
  312. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_telemetry_sender.py +0 -0
  313. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_template_cli.py +0 -0
  314. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_templates.py +0 -0
  315. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_timeutil.py +0 -0
  316. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_trends.py +0 -0
  317. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_trends_cli.py +0 -0
  318. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_use_cli.py +0 -0
  319. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped.py +0 -0
  320. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped_cli.py +0 -0
  321. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped_e2e.py +0 -0
  322. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped_html.py +0 -0
  323. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped_output.py +0 -0
  324. {reprompt_cli-2.4.0 → reprompt_cli-2.4.1}/tests/test_wrapped_share.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reprompt-cli
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: Discover, analyze, and optimize your prompts from AI coding sessions
5
5
  Project-URL: Homepage, https://github.com/reprompt-dev/reprompt
6
6
  Project-URL: Repository, https://github.com/reprompt-dev/reprompt
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "reprompt-cli"
3
- version = "2.4.0"
3
+ version = "2.4.1"
4
4
  description = "Discover, analyze, and optimize your prompts from AI coding sessions"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -362,13 +362,11 @@ def _find_instruction_position(segments: list[PromptSegment]) -> float:
362
362
  # No instruction found -- default to start (assume the whole thing is instruction)
363
363
  return 0.0
364
364
 
365
- # Single-segment prompt: the instruction starts at the beginning
366
- if len(segments) == 1 and instruction_segments[0] is segments[0]:
367
- return 0.0
368
-
369
- # Multi-segment: use the midpoint of the first instruction segment
365
+ # Use the start position of the first instruction segment.
366
+ # Not the midpoint the instruction *starts* at start_pos,
367
+ # and that's what matters for the Lost in the Middle effect.
370
368
  seg = instruction_segments[0]
371
- return (seg.start_pos + seg.end_pos) / 2
369
+ return seg.start_pos
372
370
 
373
371
 
374
372
  def _classify_distribution(segments: list[PromptSegment]) -> str:
@@ -2210,7 +2210,7 @@ wheels = [
2210
2210
 
2211
2211
  [[package]]
2212
2212
  name = "reprompt-cli"
2213
- version = "2.4.0"
2213
+ version = "2.4.1"
2214
2214
  source = { editable = "." }
2215
2215
  dependencies = [
2216
2216
  { name = "pydantic-settings" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes