bog-agents-cli 0.9.2__tar.gz → 0.9.3__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 (492) hide show
  1. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/CHANGELOG.md +5 -0
  2. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/PKG-INFO +1 -1
  3. bog_agents_cli-0.9.3/bog_agents_cli/_version.py +3 -0
  4. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/pyproject.toml +1 -1
  5. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/uv.lock +2 -2
  6. bog_agents_cli-0.9.2/bog_agents_cli/_version.py +0 -3
  7. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/.gitignore +0 -0
  8. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/Makefile +0 -0
  9. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/README.md +0 -0
  10. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/__init__.py +0 -0
  11. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/__main__.py +0 -0
  12. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_bedrock.py +0 -0
  13. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_constants.py +0 -0
  14. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_debug.py +0 -0
  15. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_observability.py +0 -0
  16. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_panic.py +0 -0
  17. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_proc.py +0 -0
  18. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_server_config.py +0 -0
  19. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_server_constants.py +0 -0
  20. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_settings_cascade.py +0 -0
  21. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_spec.py +0 -0
  22. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_subprocess_stderr.py +0 -0
  23. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/_testing_models.py +0 -0
  24. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/agent.py +0 -0
  25. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/api_keys.py +0 -0
  26. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/app.py +0 -0
  27. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/app.tcss +0 -0
  28. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/ask_user.py +0 -0
  29. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/auto_commit.py +0 -0
  30. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/auto_mode.py +0 -0
  31. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/background_agents.py +0 -0
  32. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bedrock_refresh.py +0 -0
  33. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/browser_cli.py +0 -0
  34. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/__init__.py +0 -0
  35. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/expert_starter_rules/starter.yaml +0 -0
  36. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/SKILL.md +0 -0
  37. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/scripts/init_skill.py +0 -0
  38. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/built_in_skills/skill-creator/scripts/quick_validate.py +0 -0
  39. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/go/code-reviewer/AGENTS.md +0 -0
  40. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/code-reviewer/AGENTS.md +0 -0
  41. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/react-ink-artist/AGENTS.md +0 -0
  42. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/node/test-author/AGENTS.md +0 -0
  43. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/code-reviewer/AGENTS.md +0 -0
  44. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/refactorer/AGENTS.md +0 -0
  45. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/python/test-author/AGENTS.md +0 -0
  46. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/rust/code-reviewer/AGENTS.md +0 -0
  47. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/bundled_agents/rust/test-author/AGENTS.md +0 -0
  48. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/__init__.py +0 -0
  49. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/controller.py +0 -0
  50. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/ledger.py +0 -0
  51. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/middleware.py +0 -0
  52. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/causal/render.py +0 -0
  53. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/claude_code_compat.py +0 -0
  54. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cli_sounds.py +0 -0
  55. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/clipboard.py +0 -0
  56. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_benchmark.py +0 -0
  57. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_build.py +0 -0
  58. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_call.py +0 -0
  59. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_checkpoint.py +0 -0
  60. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_daemon.py +0 -0
  61. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_explain.py +0 -0
  62. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_index.py +0 -0
  63. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_memory_sync.py +0 -0
  64. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_pr_review.py +0 -0
  65. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_test.py +0 -0
  66. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_undo.py +0 -0
  67. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cmd_verify.py +0 -0
  68. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/code_intelligence_cli.py +0 -0
  69. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/command_registry.py +0 -0
  70. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/__init__.py +0 -0
  71. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/_base.py +0 -0
  72. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/_registry.py +0 -0
  73. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/agent.py +0 -0
  74. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/analysis.py +0 -0
  75. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/config.py +0 -0
  76. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/enterprise.py +0 -0
  77. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/general.py +0 -0
  78. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/git.py +0 -0
  79. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/info.py +0 -0
  80. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/multimodal.py +0 -0
  81. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/quality.py +0 -0
  82. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/session.py +0 -0
  83. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/ui.py +0 -0
  84. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/commands/web.py +0 -0
  85. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compact_selective.py +0 -0
  86. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/__init__.py +0 -0
  87. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/audit_pack.py +0 -0
  88. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/controller.py +0 -0
  89. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/cron.py +0 -0
  90. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/evidence.py +0 -0
  91. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/__init__.py +0 -0
  92. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/audit-nightly.yaml +0 -0
  93. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/examples/soc2-baseline.yaml +0 -0
  94. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/report.py +0 -0
  95. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/compliance/runner.py +0 -0
  96. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/computer_use.py +0 -0
  97. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/config.py +0 -0
  98. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/configurable_model.py +0 -0
  99. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/conversation_buffer.py +0 -0
  100. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/cross-platform-notes.md +0 -0
  101. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/daemon_client.py +0 -0
  102. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dashboard.py +0 -0
  103. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/default_agent_prompt.md +0 -0
  104. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/__init__.py +0 -0
  105. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/blog-post.yaml +0 -0
  106. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/bug-investigation.yaml +0 -0
  107. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/code-review.yaml +0 -0
  108. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/dependency-audit.yaml +0 -0
  109. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/github-issue-autofix.yaml +0 -0
  110. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/jira-ticket-autofix.yaml +0 -0
  111. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/morning-standup.yaml +0 -0
  112. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/new-feature.yaml +0 -0
  113. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/onboarding-guide.yaml +0 -0
  114. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/readme-auto-updater.yaml +0 -0
  115. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/security-scan.yaml +0 -0
  116. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/sprint-planning.yaml +0 -0
  117. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/pipelines/weekly-report.yaml +0 -0
  118. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults/prompt_library.toml +0 -0
  119. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/defaults_seeder.py +0 -0
  120. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/devil.py +0 -0
  121. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/doctor.py +0 -0
  122. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/doctor_deep.py +0 -0
  123. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dream.py +0 -0
  124. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/__init__.py +0 -0
  125. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/config.py +0 -0
  126. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/dashboard.py +0 -0
  127. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/domain.py +0 -0
  128. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/dream_engine.py +0 -0
  129. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/imagination.py +0 -0
  130. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/laws.py +0 -0
  131. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/lifecycle.py +0 -0
  132. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/rule_proposer.py +0 -0
  133. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/runner.py +0 -0
  134. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/scheduler.py +0 -0
  135. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/seeds.py +0 -0
  136. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/shared_memory.py +0 -0
  137. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/telemetry.py +0 -0
  138. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/dreamscape/violations.py +0 -0
  139. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/__init__.py +0 -0
  140. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/actions.py +0 -0
  141. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/entrypoint.py +0 -0
  142. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/replay_model.py +0 -0
  143. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/runner.py +0 -0
  144. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/drive/snapshot.py +0 -0
  145. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/enterprise_cli.py +0 -0
  146. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/__init__.py +0 -0
  147. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/_helpers.py +0 -0
  148. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/propose.py +0 -0
  149. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/status.py +0 -0
  150. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/watch.py +0 -0
  151. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/wizard.py +0 -0
  152. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert/write.py +0 -0
  153. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert_controller.py +0 -0
  154. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/expert_watch.py +0 -0
  155. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/extensibility.py +0 -0
  156. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/extensions.py +0 -0
  157. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/feature_helpers.py +0 -0
  158. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/feedback_loop.py +0 -0
  159. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/file_ops.py +0 -0
  160. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/file_watcher.py +0 -0
  161. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/handoff.py +0 -0
  162. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/hooks.py +0 -0
  163. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/image_cli.py +0 -0
  164. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/imagine.py +0 -0
  165. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/input.py +0 -0
  166. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/input_shortcuts.py +0 -0
  167. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/__init__.py +0 -0
  168. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/daytona.py +0 -0
  169. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/docker.py +0 -0
  170. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/langsmith.py +0 -0
  171. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/modal.py +0 -0
  172. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/runloop.py +0 -0
  173. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_factory.py +0 -0
  174. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/integrations/sandbox_provider.py +0 -0
  175. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/io_utils.py +0 -0
  176. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/jobs_manager.py +0 -0
  177. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/json_output.py +0 -0
  178. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/jury.py +0 -0
  179. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/keybindings.py +0 -0
  180. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/langsmith_cli.py +0 -0
  181. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/local_context.py +0 -0
  182. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/main.py +0 -0
  183. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_config_manager.py +0 -0
  184. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_registry.py +0 -0
  185. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_tools.py +0 -0
  186. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mcp_trust.py +0 -0
  187. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/media_utils.py +0 -0
  188. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/mentions.py +0 -0
  189. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/model_config.py +0 -0
  190. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/multi_agent.py +0 -0
  191. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/multi_model_cli.py +0 -0
  192. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/non_interactive.py +0 -0
  193. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/oauth_mcp.py +0 -0
  194. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/orchestrator.py +0 -0
  195. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/orchestrator_controller.py +0 -0
  196. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/output.py +0 -0
  197. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/__init__.py +0 -0
  198. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/jobs.py +0 -0
  199. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/persona.py +0 -0
  200. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/research.py +0 -0
  201. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/runner.py +0 -0
  202. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/peat/scheduler.py +0 -0
  203. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/personas.py +0 -0
  204. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pipeline.py +0 -0
  205. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/plugin_marketplace.py +0 -0
  206. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/__init__.py +0 -0
  207. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/controller.py +0 -0
  208. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/invariant.py +0 -0
  209. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/policy_prove/prover.py +0 -0
  210. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/postmortem.py +0 -0
  211. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pr_cli.py +0 -0
  212. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/pr_output.py +0 -0
  213. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/preflight.py +0 -0
  214. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/profiles.py +0 -0
  215. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_hooks.py +0 -0
  216. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_memory.py +0 -0
  217. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/project_utils.py +0 -0
  218. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/prompt_library.py +0 -0
  219. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/prompts.py +0 -0
  220. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/provider_catalog.py +0 -0
  221. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/proxy_tools.py +0 -0
  222. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/py.typed +0 -0
  223. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/__init__.py +0 -0
  224. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/ac.py +0 -0
  225. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/artifact.py +0 -0
  226. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/executor.py +0 -0
  227. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/qa/plan.py +0 -0
  228. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/race.py +0 -0
  229. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/recipes.py +0 -0
  230. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/recommend.py +0 -0
  231. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train.py +0 -0
  232. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_config.py +0 -0
  233. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/__init__.py +0 -0
  234. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/base.py +0 -0
  235. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/halo.py +0 -0
  236. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/release_train_sources/jira.py +0 -0
  237. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote.py +0 -0
  238. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/__init__.py +0 -0
  239. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_cancel.py +0 -0
  240. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_status.py +0 -0
  241. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_submit.py +0 -0
  242. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_assets/ssh_worker.py +0 -0
  243. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_client.py +0 -0
  244. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/remote_sandbox.py +0 -0
  245. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/replay.py +0 -0
  246. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/repo_map_display.py +0 -0
  247. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/review_command.py +0 -0
  248. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/scratch.py +0 -0
  249. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server.py +0 -0
  250. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server_graph.py +0 -0
  251. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/server_manager.py +0 -0
  252. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/session_fork.py +0 -0
  253. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/session_manager.py +0 -0
  254. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sessions.py +0 -0
  255. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sidecar.py +0 -0
  256. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/sidecar_controller.py +0 -0
  257. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skill_flywheel.py +0 -0
  258. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/__init__.py +0 -0
  259. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/commands.py +0 -0
  260. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/skills/load.py +0 -0
  261. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/smart_context_cli.py +0 -0
  262. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/smoketest.py +0 -0
  263. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/squad.py +0 -0
  264. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/standing_orders.py +0 -0
  265. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/streaming_diff.py +0 -0
  266. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/subagents.py +0 -0
  267. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/system_prompt.md +0 -0
  268. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/teach.py +0 -0
  269. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/team_config.py +0 -0
  270. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/team_orchestration.py +0 -0
  271. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/telephone.py +0 -0
  272. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/test_tools_cli.py +0 -0
  273. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/textual_adapter.py +0 -0
  274. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/time_travel.py +0 -0
  275. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/timeouts.py +0 -0
  276. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tool_display.py +0 -0
  277. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tools.py +0 -0
  278. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/__init__.py +0 -0
  279. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/controller.py +0 -0
  280. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/exporters/__init__.py +0 -0
  281. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/exporters/claude_code.py +0 -0
  282. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/signing.py +0 -0
  283. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/tracefile/spec.py +0 -0
  284. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/ui.py +0 -0
  285. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/unicode_security.py +0 -0
  286. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/update_check.py +0 -0
  287. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vars.py +0 -0
  288. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vars_store.py +0 -0
  289. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/vault.py +0 -0
  290. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/web_fetch.py +0 -0
  291. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/web_search.py +0 -0
  292. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/whisper.py +0 -0
  293. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/__init__.py +0 -0
  294. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/_links.py +0 -0
  295. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/agents_panel.py +0 -0
  296. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/approval.py +0 -0
  297. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/ask_user.py +0 -0
  298. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/autocomplete.py +0 -0
  299. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/chat_input.py +0 -0
  300. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/diff.py +0 -0
  301. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/history.py +0 -0
  302. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/loading.py +0 -0
  303. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/mcp_viewer.py +0 -0
  304. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/message_store.py +0 -0
  305. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/messages.py +0 -0
  306. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/model_selector.py +0 -0
  307. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/pipeline_screen.py +0 -0
  308. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/prompt_library_screen.py +0 -0
  309. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/settings_screen.py +0 -0
  310. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/status.py +0 -0
  311. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/telephone.py +0 -0
  312. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/thread_selector.py +0 -0
  313. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/tool_renderers.py +0 -0
  314. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/tool_widgets.py +0 -0
  315. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/bog_agents_cli/widgets/welcome.py +0 -0
  316. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/arxiv-search/SKILL.md +0 -0
  317. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/arxiv-search/arxiv_search.py +0 -0
  318. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/langgraph-docs/SKILL.md +0 -0
  319. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/SKILL.md +0 -0
  320. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/scripts/init_skill.py +0 -0
  321. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/skill-creator/scripts/quick_validate.py +0 -0
  322. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/examples/skills/web-research/SKILL.md +0 -0
  323. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/images/cli.png +0 -0
  324. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/scripts/check_imports.py +0 -0
  325. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/scripts/install.sh +0 -0
  326. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/README.md +0 -0
  327. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/conftest.py +0 -0
  328. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/__init__.py +0 -0
  329. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/benchmarks/__init__.py +0 -0
  330. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/benchmarks/test_startup_benchmarks.py +0 -0
  331. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/conftest.py +0 -0
  332. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_acp_mode.py +0 -0
  333. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_compact_resume.py +0 -0
  334. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_dreamscape_e2e.py +0 -0
  335. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_sandbox_factory.py +0 -0
  336. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/integration_tests/test_sandbox_operations.py +0 -0
  337. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/__init__.py +0 -0
  338. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/conftest.py +0 -0
  339. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/__init__.py +0 -0
  340. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/help_modal.yaml +0 -0
  341. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/snapshot.yaml +0 -0
  342. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/type_and_submit.yaml +0 -0
  343. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/scripts/vars.yaml +0 -0
  344. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_actions.py +0 -0
  345. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_replay_model.py +0 -0
  346. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/drive/test_runner.py +0 -0
  347. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/__init__.py +0 -0
  348. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_commands.py +0 -0
  349. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_load.py +0 -0
  350. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/skills/test_skills_json.py +0 -0
  351. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_agent.py +0 -0
  352. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_always_ask.py +0 -0
  353. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_anthropic_httpx_per_loop.py +0 -0
  354. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_api_keys.py +0 -0
  355. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_app.py +0 -0
  356. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_apply_plan_models.py +0 -0
  357. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_approval.py +0 -0
  358. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_args.py +0 -0
  359. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ask_user.py +0 -0
  360. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ask_user_middleware.py +0 -0
  361. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_async_command.py +0 -0
  362. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_auto_commit.py +0 -0
  363. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_auto_mode_rules.py +0 -0
  364. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_autocomplete.py +0 -0
  365. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock.py +0 -0
  366. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_async.py +0 -0
  367. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_auth.py +0 -0
  368. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_bedrock_refresh.py +0 -0
  369. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_causal.py +0 -0
  370. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_charset.py +0 -0
  371. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_charset_detect.py +0 -0
  372. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_chat_input.py +0 -0
  373. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_clipboard.py +0 -0
  374. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_benchmark.py +0 -0
  375. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_build.py +0 -0
  376. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_checkpoint.py +0 -0
  377. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_explain.py +0 -0
  378. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_index.py +0 -0
  379. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_memory_sync.py +0 -0
  380. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_pr_review.py +0 -0
  381. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_test.py +0 -0
  382. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_undo.py +0 -0
  383. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_cmd_verify_no_output.py +0 -0
  384. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_command_registry_handlers.py +0 -0
  385. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_commands_registry.py +0 -0
  386. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compact.py +0 -0
  387. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compact_tool.py +0 -0
  388. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_compliance.py +0 -0
  389. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_computer_use.py +0 -0
  390. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_config.py +0 -0
  391. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_configurable_model.py +0 -0
  392. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_conversation_buffer.py +0 -0
  393. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_debug.py +0 -0
  394. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_docker_sandbox_arg.py +0 -0
  395. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_doctor.py +0 -0
  396. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_doctor_deep.py +0 -0
  397. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_dreamscape.py +0 -0
  398. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_dreamscape_rule_proposer.py +0 -0
  399. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_end_to_end.py +0 -0
  400. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_exception_handling.py +0 -0
  401. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_controller.py +0 -0
  402. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_watch.py +0 -0
  403. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_expert_wizard_cli.py +0 -0
  404. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_extensibility.py +0 -0
  405. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_extensions.py +0 -0
  406. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_feedback_loop.py +0 -0
  407. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_file_ops.py +0 -0
  408. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_first_run_no_api_key.py +0 -0
  409. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hierarchical_agent_md.py +0 -0
  410. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hierarchical_skills.py +0 -0
  411. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_history.py +0 -0
  412. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_hooks.py +0 -0
  413. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_imports.py +0 -0
  414. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_input_parsing.py +0 -0
  415. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_jury.py +0 -0
  416. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_killer_features.py +0 -0
  417. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_killer_slash_features.py +0 -0
  418. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_local_context.py +0 -0
  419. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main.py +0 -0
  420. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main_acp_mode.py +0 -0
  421. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_main_args.py +0 -0
  422. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_catalog.py +0 -0
  423. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_config_manager.py +0 -0
  424. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_tools.py +0 -0
  425. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_trust.py +0 -0
  426. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_mcp_viewer.py +0 -0
  427. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_media_utils.py +0 -0
  428. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_message_store.py +0 -0
  429. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_message_store_persistence.py +0 -0
  430. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_messages.py +0 -0
  431. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_config.py +0 -0
  432. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_selector.py +0 -0
  433. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_model_switch.py +0 -0
  434. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_new_features.py +0 -0
  435. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_non_interactive.py +0 -0
  436. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_observability.py +0 -0
  437. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_orchestrator.py +0 -0
  438. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_output.py +0 -0
  439. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_panic.py +0 -0
  440. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_pasted_text_tracker.py +0 -0
  441. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_peat.py +0 -0
  442. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_personas.py +0 -0
  443. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_policy_prove.py +0 -0
  444. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_postmortem.py +0 -0
  445. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_preflight.py +0 -0
  446. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_project_hooks.py +0 -0
  447. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_project_memory.py +0 -0
  448. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_prompts.py +0 -0
  449. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_provider_catalog_display.py +0 -0
  450. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_qa.py +0 -0
  451. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_race.py +0 -0
  452. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_recipes.py +0 -0
  453. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_release_train_sources.py +0 -0
  454. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_reload.py +0 -0
  455. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_remote.py +0 -0
  456. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_remote_client.py +0 -0
  457. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_replay.py +0 -0
  458. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server.py +0 -0
  459. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_config.py +0 -0
  460. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_graph.py +0 -0
  461. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_helpers.py +0 -0
  462. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_server_manager.py +0 -0
  463. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_sessions.py +0 -0
  464. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_shell_allow_list.py +0 -0
  465. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_shell_injection.py +0 -0
  466. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_sidecar.py +0 -0
  467. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_skill_flywheel.py +0 -0
  468. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_smoketest.py +0 -0
  469. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_standing_orders.py +0 -0
  470. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_status.py +0 -0
  471. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_subagents.py +0 -0
  472. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_subprocess_stderr.py +0 -0
  473. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_team_orchestration.py +0 -0
  474. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_telephone.py +0 -0
  475. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_textual_adapter.py +0 -0
  476. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_thinking_config.py +0 -0
  477. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_thread_selector.py +0 -0
  478. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_time_travel.py +0 -0
  479. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_timeouts.py +0 -0
  480. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_token_tracker.py +0 -0
  481. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_token_warnings.py +0 -0
  482. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_tracefile.py +0 -0
  483. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_ui.py +0 -0
  484. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_unicode_security.py +0 -0
  485. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_update_check.py +0 -0
  486. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_vars.py +0 -0
  487. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_vault.py +0 -0
  488. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_version.py +0 -0
  489. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_web_fetch.py +0 -0
  490. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/test_welcome.py +0 -0
  491. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/tools/__init__.py +0 -0
  492. {bog_agents_cli-0.9.2 → bog_agents_cli-0.9.3}/tests/unit_tests/tools/test_fetch_url.py +0 -0
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.3](https://github.com/bogware/bog-agents/compare/bog-agents-cli==0.9.2...bog-agents-cli==0.9.3) (2026-05-23)
4
+
5
+
6
+ * **bog-agents-cli:** Synchronize bog-agents-monorepo versions
7
+
3
8
  ## [0.9.2](https://github.com/bogware/bog-agents/compare/bog-agents-cli==0.9.1...bog-agents-cli==0.9.2) (2026-05-22)
4
9
 
5
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bog-agents-cli
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: Bog Agents CLI — your coding agent in the terminal, patient as still water. 80+ slash commands, any LLM provider (Anthropic, OpenAI, Bedrock, Google, Ollama and more), persistent memory, plan mode, /qa acceptance-criteria harness, /peat personal scheduler, /record + /replay, in-memory secrets vault, MCP marketplace with 35+ servers, deep doctor, panic dumps, and a matte swamp/neon-green TUI. One install, no code required. Pass through in harmony.
5
5
  Project-URL: Homepage, https://github.com/bogware/bog-agents
6
6
  Project-URL: Repository, https://github.com/bogware/bog-agents
@@ -0,0 +1,3 @@
1
+ """Version information for `bog-agents-cli`."""
2
+
3
+ __version__ = "0.9.3" # x-release-please-version
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bog-agents-cli"
7
- version = "0.9.2"
7
+ version = "0.9.3"
8
8
  description = "Bog Agents CLI — your coding agent in the terminal, patient as still water. 80+ slash commands, any LLM provider (Anthropic, OpenAI, Bedrock, Google, Ollama and more), persistent memory, plan mode, /qa acceptance-criteria harness, /peat personal scheduler, /record + /replay, in-memory secrets vault, MCP marketplace with 35+ servers, deep doctor, panic dumps, and a matte swamp/neon-green TUI. One install, no code required. Pass through in harmony."
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -314,7 +314,7 @@ wheels = [
314
314
 
315
315
  [[package]]
316
316
  name = "bog-agents"
317
- version = "0.9.2"
317
+ version = "0.9.3"
318
318
  source = { editable = "../bog-agents" }
319
319
  dependencies = [
320
320
  { name = "anyio" },
@@ -419,7 +419,7 @@ test = [
419
419
 
420
420
  [[package]]
421
421
  name = "bog-agents-cli"
422
- version = "0.9.2"
422
+ version = "0.9.3"
423
423
  source = { editable = "." }
424
424
  dependencies = [
425
425
  { name = "aiosqlite" },
@@ -1,3 +0,0 @@
1
- """Version information for `bog-agents-cli`."""
2
-
3
- __version__ = "0.9.2" # x-release-please-version
File without changes
File without changes