repr-cli 0.2.23__tar.gz → 0.2.24__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 (72) hide show
  1. {repr_cli-0.2.23 → repr_cli-0.2.24}/PKG-INFO +1 -1
  2. {repr_cli-0.2.23 → repr_cli-0.2.24}/pyproject.toml +1 -1
  3. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/story_synthesis.py +14 -4
  4. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/PKG-INFO +1 -1
  5. {repr_cli-0.2.23 → repr_cli-0.2.24}/LICENSE +0 -0
  6. {repr_cli-0.2.23 → repr_cli-0.2.24}/README.md +0 -0
  7. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/__init__.py +0 -0
  8. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/__main__.py +0 -0
  9. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/api.py +0 -0
  10. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/auth.py +0 -0
  11. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/change_synthesis.py +0 -0
  12. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/cli.py +0 -0
  13. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/config.py +0 -0
  14. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/configure.py +0 -0
  15. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/cron.py +0 -0
  16. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/__init__.py +0 -0
  17. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/build.py +0 -0
  18. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-B-aCjaCw.js +0 -0
  19. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-BYFVbEev.css +0 -0
  20. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-BrrhyJFO.css +0 -0
  21. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-C7Gzxc4f.js +0 -0
  22. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-CQdMXo6g.js +0 -0
  23. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-CcEg74ts.js +0 -0
  24. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-Cerc-iA_.js +0 -0
  25. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-CjVcBW2L.css +0 -0
  26. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-Cs8ofFGd.js +0 -0
  27. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-Dfl3mR5E.js +0 -0
  28. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-DwN0SeMc.css +0 -0
  29. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/assets/index-YFch_e0S.js +0 -0
  30. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/favicon.svg +0 -0
  31. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/dist/index.html +0 -0
  32. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/manager.py +0 -0
  33. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/dashboard/server.py +0 -0
  34. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/db.py +0 -0
  35. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/discovery.py +0 -0
  36. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/doctor.py +0 -0
  37. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/extractor.py +0 -0
  38. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/hooks.py +0 -0
  39. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/keychain.py +0 -0
  40. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/llm.py +0 -0
  41. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/loaders/__init__.py +0 -0
  42. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/loaders/base.py +0 -0
  43. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/loaders/claude_code.py +0 -0
  44. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/loaders/clawdbot.py +0 -0
  45. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/loaders/gemini_antigravity.py +0 -0
  46. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/mcp_server.py +0 -0
  47. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/models.py +0 -0
  48. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/openai_analysis.py +0 -0
  49. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/privacy.py +0 -0
  50. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/session_extractor.py +0 -0
  51. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/storage.py +0 -0
  52. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/telemetry.py +0 -0
  53. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/templates.py +0 -0
  54. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/timeline.py +0 -0
  55. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/tools.py +0 -0
  56. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/ui.py +0 -0
  57. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr/updater.py +0 -0
  58. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/SOURCES.txt +0 -0
  59. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/dependency_links.txt +0 -0
  60. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/entry_points.txt +0 -0
  61. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/requires.txt +0 -0
  62. {repr_cli-0.2.23 → repr_cli-0.2.24}/repr_cli.egg-info/top_level.txt +0 -0
  63. {repr_cli-0.2.23 → repr_cli-0.2.24}/setup.cfg +0 -0
  64. {repr_cli-0.2.23 → repr_cli-0.2.24}/setup.py +0 -0
  65. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_deduplication.py +0 -0
  66. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_environment_variables.py +0 -0
  67. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_network_sandboxing.py +0 -0
  68. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_privacy_guarantees.py +0 -0
  69. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_profile_export.py +0 -0
  70. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_repo_identity.py +0 -0
  71. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_stories_review.py +0 -0
  72. {repr_cli-0.2.23 → repr_cli-0.2.24}/tests/test_token_budget.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repr-cli
3
- Version: 0.2.23
3
+ Version: 0.2.24
4
4
  Summary: A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile
5
5
  Author-email: Repr <hello@repr.dev>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "repr-cli"
7
- version = "0.2.23"
7
+ version = "0.2.24"
8
8
  description = "A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile"
9
9
  readme = "README.md"
10
10
  license = {file = "LICENSE"}
@@ -559,10 +559,20 @@ class StorySynthesizer:
559
559
  return llm_config["local_model"]
560
560
  elif default_mode == "cloud" and llm_config.get("cloud_model"):
561
561
  return llm_config["cloud_model"]
562
-
563
- # Fallback to any configured model
564
- if llm_config.get("local_model"):
565
- return llm_config["local_model"]
562
+ elif default_mode.startswith("byok:"):
563
+ # BYOK mode - use the provider's configured model
564
+ provider = default_mode.split(":", 1)[1]
565
+ byok_config = llm_config.get("byok", {}).get(provider, {})
566
+ if byok_config.get("model"):
567
+ return byok_config["model"]
568
+
569
+ # Fallback to BYOK model if configured
570
+ byok = llm_config.get("byok", {})
571
+ for provider_config in byok.values():
572
+ if provider_config.get("model"):
573
+ return provider_config["model"]
574
+
575
+ # Fallback to cloud model
566
576
  if llm_config.get("cloud_model"):
567
577
  return llm_config["cloud_model"]
568
578
  except Exception:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repr-cli
3
- Version: 0.2.23
3
+ Version: 0.2.24
4
4
  Summary: A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile
5
5
  Author-email: Repr <hello@repr.dev>
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes