soothe-cli 0.7.4__tar.gz → 0.7.5__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 (130) hide show
  1. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/.gitignore +6 -0
  2. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/PKG-INFO +1 -1
  3. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/preview_limits.py +2 -2
  4. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/file_change_preview.py +1 -1
  5. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/diff_message.py +1 -1
  6. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/README.md +0 -0
  7. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/pyproject.toml +0 -0
  8. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/__init__.py +0 -0
  9. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/__init__.py +0 -0
  10. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/__init__.py +0 -0
  11. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/autopilot_cmd.py +0 -0
  12. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/config_cmd.py +0 -0
  13. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/cron_cmd.py +0 -0
  14. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/loop_cmd.py +0 -0
  15. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/run_cmd.py +0 -0
  16. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/commands/status_cmd.py +0 -0
  17. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/__init__.py +0 -0
  18. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/daemon.py +0 -0
  19. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/daemon_errors.py +0 -0
  20. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/headless.py +0 -0
  21. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/headless_renderer.py +0 -0
  22. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/execution/launcher.py +0 -0
  23. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/cli/main.py +0 -0
  24. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/config/__init__.py +0 -0
  25. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/config/cli_config.py +0 -0
  26. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/config/loader.py +0 -0
  27. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/config/logging_setup.py +0 -0
  28. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/__init__.py +0 -0
  29. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/headless/processor.py +0 -0
  30. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/headless/processor_state.py +0 -0
  31. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/parse/message_processing.py +0 -0
  32. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/parse/tool_call_resolution.py +0 -0
  33. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/parse/tool_result.py +0 -0
  34. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/policy/display_policy.py +0 -0
  35. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/policy/essential_events.py +0 -0
  36. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/policy/tui_trace_log.py +0 -0
  37. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/presentation/duration_format.py +0 -0
  38. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/presentation/engine.py +0 -0
  39. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/presentation/renderer_base.py +0 -0
  40. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/presentation/renderer_protocol.py +0 -0
  41. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/presentation/subagent_task_display.py +0 -0
  42. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/state/file_tracker.py +0 -0
  43. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/state/session_stats.py +0 -0
  44. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/state/step_router.py +0 -0
  45. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/state/stream_accumulator.py +0 -0
  46. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/state/transcript.py +0 -0
  47. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/transport/session.py +0 -0
  48. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/turn/pipeline.py +0 -0
  49. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/turn/prepare.py +0 -0
  50. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/wire/chunk_filter.py +0 -0
  51. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/wire/display_text.py +0 -0
  52. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/wire/message_text.py +0 -0
  53. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/runtime/wire/messages.py +0 -0
  54. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/__init__.py +0 -0
  55. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/_cli_context.py +0 -0
  56. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/_env_vars.py +0 -0
  57. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/_version.py +0 -0
  58. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/__init__.py +0 -0
  59. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_app.py +0 -0
  60. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_commands.py +0 -0
  61. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_execution.py +0 -0
  62. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_history.py +0 -0
  63. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_messages_mixin.py +0 -0
  64. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_model.py +0 -0
  65. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_module_init.py +0 -0
  66. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_startup.py +0 -0
  67. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/_ui.py +0 -0
  68. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/app/app.tcss +0 -0
  69. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/binding.py +0 -0
  70. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/command_registry.py +0 -0
  71. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/commands/__init__.py +0 -0
  72. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/commands/command_router.py +0 -0
  73. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/commands/slash_commands.py +0 -0
  74. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/commands/subagent_routing.py +0 -0
  75. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/config.py +0 -0
  76. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/file_change_notify.py +0 -0
  77. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/file_change_renderers.py +0 -0
  78. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/hooks.py +0 -0
  79. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/input.py +0 -0
  80. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/markdown_theme.py +0 -0
  81. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/media_utils.py +0 -0
  82. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/model_config.py +0 -0
  83. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/path_utils.py +0 -0
  84. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/project_utils.py +0 -0
  85. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/sessions.py +0 -0
  86. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/shell_color.py +0 -0
  87. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/skills/__init__.py +0 -0
  88. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/skills/invocation.py +0 -0
  89. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/skills/load.py +0 -0
  90. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/spinner_labels.py +0 -0
  91. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/textual_adapter.py +0 -0
  92. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/theme.py +0 -0
  93. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/tips.py +0 -0
  94. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/tool_display.py +0 -0
  95. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/unicode_security.py +0 -0
  96. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/update_check.py +0 -0
  97. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/__init__.py +0 -0
  98. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/_links.py +0 -0
  99. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/autocomplete.py +0 -0
  100. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/autopilot_dashboard.py +0 -0
  101. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/chat_input.py +0 -0
  102. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/clipboard.py +0 -0
  103. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/context_viewer.py +0 -0
  104. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/diff.py +0 -0
  105. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/editor.py +0 -0
  106. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/help_screen.py +0 -0
  107. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/history.py +0 -0
  108. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/loading.py +0 -0
  109. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/loop_selector.py +0 -0
  110. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/mcp_viewer.py +0 -0
  111. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/message_store.py +0 -0
  112. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/__init__.py +0 -0
  113. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/_helpers.py +0 -0
  114. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/app.py +0 -0
  115. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/assistant.py +0 -0
  116. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/clarification.py +0 -0
  117. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/cognition_goal_tree.py +0 -0
  118. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/cognition_reason.py +0 -0
  119. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/cognition_step.py +0 -0
  120. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/cognition_step_activity.py +0 -0
  121. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/cognition_subagent.py +0 -0
  122. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/error.py +0 -0
  123. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/skill.py +0 -0
  124. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/messages/user.py +0 -0
  125. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/model_selector.py +0 -0
  126. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/notification_settings.py +0 -0
  127. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/plan_quick_view_overlay.py +0 -0
  128. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/status.py +0 -0
  129. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/theme_selector.py +0 -0
  130. {soothe_cli-0.7.4 → soothe_cli-0.7.5}/src/soothe_cli/tui/widgets/welcome.py +0 -0
@@ -1,3 +1,9 @@
1
+ # Jekyll / GitHub Pages local build output
2
+ _site/
3
+ .sass-cache/
4
+ .jekyll-cache/
5
+ .jekyll-metadata
6
+
1
7
  # Byte-compiled / optimized / DLL files
2
8
  __pycache__/
3
9
  *.py[codz]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: soothe-cli
3
- Version: 0.7.4
3
+ Version: 0.7.5
4
4
  Summary: Soothe CLI client - communicates with daemon via WebSocket
5
5
  Project-URL: Homepage, https://github.com/mirasoth/soothe
6
6
  Project-URL: Documentation, https://soothe.readthedocs.io
@@ -14,8 +14,8 @@ from typing import Final
14
14
  # When True, the full nested tool list also renders in `#step-cognition-tools`.
15
15
  STEP_CARD_SHOW_TOOL_ROW_DETAILS: Final[bool] = False
16
16
 
17
- # Latest per-tool invocation lines shown per scope (task branch vs main-agent branch).
18
- STEP_CARD_TOOL_ACTIVITY_PREVIEW_COUNT: Final[int] = 1
17
+ # Latest per-tool invocation lines on step and SubAgent cards (shared activity tree).
18
+ STEP_CARD_TOOL_ACTIVITY_PREVIEW_COUNT: Final[int] = 3
19
19
 
20
20
  # Optional manual full tool-list folding threshold (not auto-collapse).
21
21
  STEP_TASK_CARD_COLLAPSE_LINE_THRESHOLD: Final[int] = 3
@@ -110,7 +110,7 @@ class FileChangePreviewWidget(Vertical):
110
110
  FileChangePreviewWidget {
111
111
  height: auto;
112
112
  padding: 0;
113
- margin: 0;
113
+ margin: 0 0 1 0;
114
114
  }
115
115
 
116
116
  FileChangePreviewWidget.-collapsed {
@@ -26,7 +26,7 @@ class DiffMessage(Static):
26
26
  DiffMessage {
27
27
  height: auto;
28
28
  padding: 0 1;
29
- margin: 0;
29
+ margin: 0 0 1 0;
30
30
  background: $surface;
31
31
  border: solid $primary;
32
32
  }
File without changes
File without changes