soothe-cli 0.3.3__tar.gz → 0.3.4__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.3.3 → soothe_cli-0.3.4}/PKG-INFO +3 -3
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/pyproject.toml +7 -3
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/.gitignore +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/README.md +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/autopilot_cmd.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/config_cmd.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/run_cmd.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/status_cmd.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/subagent_names.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/commands/thread_cmd.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/execution/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/execution/daemon.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/execution/headless.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/execution/launcher.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/main.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/renderer.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/stream/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/stream/context.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/stream/display_line.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/stream/formatter.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/stream/pipeline.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/cli/utils.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/config/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/config/cli_config.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/plan/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/plan/rich_tree.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/command_router.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/config_loader.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/display_policy.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/essential_events.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/event_processor.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/message_processing.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/presentation_engine.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/processor_state.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/renderer_protocol.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/rendering.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/slash_commands.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/subagent_routing.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/suppression_state.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_call_resolution.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_card_payload.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/base.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/execution.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/fallback.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/file_ops.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/goal_formatter.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/media.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/structured.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/web.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_message_format.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_output_formatter.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tui_trace_log.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/_ask_user_types.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/_cli_context.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/_env_vars.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/_session_stats.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/_version.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/app.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/app.tcss +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/command_registry.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/config.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/daemon_session.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/file_ops.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/formatting.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/hooks.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/input.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/media_utils.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/model_config.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/output.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/project_utils.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/sessions.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/skills/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/skills/invocation.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/skills/load.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/textual_adapter.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/theme.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/tool_display.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/unicode_security.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/update_check.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/__init__.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/_links.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/approval.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/ask_user.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/autocomplete.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/autopilot_dashboard.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/autopilot_screen.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/chat_input.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/clipboard.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/diff.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/editor.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/history.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/loading.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/mcp_viewer.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/message_store.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/messages.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/model_selector.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/notification_settings.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/status.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/theme_selector.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/thread_selector.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/tool_renderers.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/tool_widgets.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/tools.py +0 -0
- {soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/tui/widgets/welcome.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: soothe-cli
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: Soothe CLI client - communicates with daemon via WebSocket
|
|
3
|
+
Version: 0.3.4
|
|
4
|
+
Summary: Soothe CLI client - communicates with daemon via WebSocket
|
|
5
5
|
Project-URL: Homepage, https://github.com/caesar0301/soothe
|
|
6
6
|
Project-URL: Documentation, https://soothe.readthedocs.io
|
|
7
7
|
Project-URL: Repository, https://github.com/caesar0301/soothe
|
|
@@ -21,7 +21,7 @@ Requires-Python: <3.15,>=3.11
|
|
|
21
21
|
Requires-Dist: python-dotenv<2.0.0,>=1.0.0
|
|
22
22
|
Requires-Dist: pyyaml<7.0.0,>=6.0.0
|
|
23
23
|
Requires-Dist: rich>=13.0.0
|
|
24
|
-
Requires-Dist: soothe-sdk<1.0.0,>=0.
|
|
24
|
+
Requires-Dist: soothe-sdk<1.0.0,>=0.3.3
|
|
25
25
|
Requires-Dist: textual>=0.40.0
|
|
26
26
|
Requires-Dist: typer<1.0.0,>=0.9.0
|
|
27
27
|
Requires-Dist: websockets>=12.0
|
|
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "soothe-cli"
|
|
7
|
-
|
|
8
|
-
description = "Soothe CLI client - communicates with daemon via WebSocket
|
|
7
|
+
dynamic = ["version"]
|
|
8
|
+
description = "Soothe CLI client - communicates with daemon via WebSocket"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
requires-python = ">=3.11,<3.15"
|
|
@@ -23,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"soothe-sdk>=0.
|
|
26
|
+
"soothe-sdk>=0.3.3,<1.0.0", # WebSocket client, protocol, types
|
|
27
27
|
"typer>=0.9.0,<1.0.0", # CLI framework
|
|
28
28
|
"textual>=0.40.0", # TUI framework
|
|
29
29
|
"rich>=13.0.0", # Console output
|
|
@@ -71,6 +71,10 @@ ignore = ["E501"]
|
|
|
71
71
|
[tool.ruff.format]
|
|
72
72
|
docstring-code-format = true
|
|
73
73
|
|
|
74
|
+
[tool.hatch.version]
|
|
75
|
+
path = "../../VERSION"
|
|
76
|
+
pattern = "^(?P<version>[0-9]+\\.[0-9]+\\.[0-9]+)$"
|
|
77
|
+
|
|
74
78
|
[tool.mypy]
|
|
75
79
|
python_version = "3.11"
|
|
76
80
|
warn_return_any = true
|
|
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
|
{soothe_cli-0.3.3 → soothe_cli-0.3.4}/src/soothe_cli/shared/tool_formatters/goal_formatter.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
|