soothe-cli 0.5.32__tar.gz → 0.6.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.
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/PKG-INFO +1 -1
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/headless/processor.py +5 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/.gitignore +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/README.md +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/pyproject.toml +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/commands/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/commands/autopilot_cmd.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/commands/loop_cmd.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/commands/run_cmd.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/daemon.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/daemon_errors.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/headless.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/headless_renderer.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/execution/launcher.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/cli/main.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/config/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/config/cli_config.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/config/loader.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/config/logging_setup.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/headless/processor_state.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/parse/_utils.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/parse/message_processing.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/parse/tool_call_resolution.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/parse/tool_message_format.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/parse/tool_result.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/policy/display_policy.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/policy/essential_events.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/policy/tui_trace_log.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/async_renderer_protocol.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/duration_format.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/engine.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/explore_task_display.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/renderer_base.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/renderer_protocol.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/state/file_tracker.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/state/session_stats.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/state/step_router.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/state/stream_accumulator.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/state/transcript.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/task_scope.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/transport/session.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/turn/pipeline.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/turn/prepare.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/wire/chunk_filter.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/wire/display_text.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/wire/message_text.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/wire/messages.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/_cli_context.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/_env_vars.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/_version.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_app.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_commands.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_execution.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_history.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_messages_mixin.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_model.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_module_init.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_startup.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/_ui.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/app/app.tcss +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/binding.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/command_registry.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/commands/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/commands/command_router.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/commands/slash_commands.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/commands/subagent_routing.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/config.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/file_change_notify.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/file_change_renderers.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/hooks.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/input.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/media_utils.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/model_config.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/path_utils.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/preview_limits.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/project_utils.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/sessions.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/skills/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/skills/invocation.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/skills/load.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/textual_adapter.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/theme.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/tips.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/tool_display.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/unicode_security.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/update_check.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/__init__.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/_links.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/autocomplete.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/autopilot_dashboard.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/autopilot_screen.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/chat_input.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/clipboard.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/diff.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/editor.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/file_change_preview.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/history.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/loading.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/loop_selector.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/mcp_viewer.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/message_store.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/messages.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/model_selector.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/notification_settings.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/status.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/theme_selector.py +0 -0
- {soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/tui/widgets/welcome.py +0 -0
|
@@ -262,6 +262,9 @@ class EventProcessor:
|
|
|
262
262
|
lo = assistant_output_phase(msg)
|
|
263
263
|
return lo not in LOOP_ASSISTANT_OUTPUT_PHASES
|
|
264
264
|
|
|
265
|
+
# Phases that are internal reasoning/intent and should be suppressed in headless mode.
|
|
266
|
+
_HEADLESS_SUPPRESSED_PHASES: frozenset[str] = frozenset({"plan_direct"})
|
|
267
|
+
|
|
265
268
|
def _dispatch_loop_tagged_assistant_text(
|
|
266
269
|
self,
|
|
267
270
|
raw_text: str,
|
|
@@ -273,6 +276,8 @@ class EventProcessor:
|
|
|
273
276
|
"""Display logic for RFC-614 loop-tagged assistant messages (IG-317 / IG-343)."""
|
|
274
277
|
if phase not in LOOP_ASSISTANT_OUTPUT_PHASES:
|
|
275
278
|
return
|
|
279
|
+
if self._headless_output and phase in self._HEADLESS_SUPPRESSED_PHASES:
|
|
280
|
+
return
|
|
276
281
|
|
|
277
282
|
accum_key = _loop_msg_accum_event_key(phase)
|
|
278
283
|
streaming_config = self._get_effective_streaming_config()
|
|
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
|
|
File without changes
|
|
File without changes
|
{soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/duration_format.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/explore_task_display.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_cli-0.5.32 → soothe_cli-0.6.1}/src/soothe_cli/runtime/presentation/renderer_protocol.py
RENAMED
|
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
|
|
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
|
|
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
|