deepy-cli 0.2.7__tar.gz → 0.2.8__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.
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/PKG-INFO +1 -1
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/pyproject.toml +1 -1
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/__init__.py +1 -1
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/app.py +2 -2
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/widgets.py +2 -2
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/README.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/__main__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/cli.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/config/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/config/settings.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/skills/skill-creator/SKILL.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/skills/skill-installer/SKILL.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/AskUserQuestion.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/WebFetch.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/WebSearch.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/edit.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/modify.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/read.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/shell.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/todo_write.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/data/tools/write.md +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/errors.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/input_suggestions.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/agent.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/compaction.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/context.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/events.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/model_capabilities.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/provider.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/replay.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/runner.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/llm/thinking.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/mcp.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/compact.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/init_agents.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/rules.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/runtime_context.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/system.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/prompts/tool_docs.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/sessions/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/sessions/jsonl.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/sessions/manager.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/skill_market.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/skills.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/status.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/todos.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/agents.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/builtin.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/file_state.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/result.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/shell_output.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tools/shell_utils.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/commands.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/compat.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/diff.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/runner.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/screens.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/tui/state.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/types/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/types/sdk.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/types/tool_payloads.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/app.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/ask_user_question.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/exit_summary.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/file_mentions.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/loading_text.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/local_command.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/markdown.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/message_view.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/model_picker.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/prompt_buffer.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/prompt_input.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/session_list.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/session_picker.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/skill_picker.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/slash_commands.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/status_footer.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/styles.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/terminal.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/theme_picker.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/thinking_state.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/ui/welcome.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/update_check.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/usage.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/utils/__init__.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/utils/debug_logger.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/utils/error_logger.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/utils/json.py +0 -0
- {deepy_cli-0.2.7 → deepy_cli-0.2.8}/src/deepy/utils/notify.py +0 -0
|
@@ -410,7 +410,7 @@ class DeepyTuiApp(App[None]):
|
|
|
410
410
|
await self.query_one("#transcript", VerticalScroll).mount(
|
|
411
411
|
InfoBlock(
|
|
412
412
|
"Experimental Textual TUI. Press Ctrl+O for status, Enter to send, "
|
|
413
|
-
"
|
|
413
|
+
"Ctrl+J for newline, Ctrl+D twice to exit."
|
|
414
414
|
)
|
|
415
415
|
)
|
|
416
416
|
self._scroll_transcript_to_end(force=True)
|
|
@@ -554,7 +554,7 @@ class DeepyTuiApp(App[None]):
|
|
|
554
554
|
command_catalog_markdown(),
|
|
555
555
|
"## Keybindings\n"
|
|
556
556
|
"- **Enter** - send prompt\n"
|
|
557
|
-
"- **
|
|
557
|
+
"- **Ctrl+J** - insert newline\n"
|
|
558
558
|
"- **Ctrl+P** - command palette\n"
|
|
559
559
|
"- **Ctrl+O** - toggle side panel\n"
|
|
560
560
|
"- **Alt+Up / Alt+Down** - move between transcript blocks\n"
|
|
@@ -40,7 +40,7 @@ from deepy.ui.slash_commands import (
|
|
|
40
40
|
class PromptTextArea(TextArea):
|
|
41
41
|
BINDINGS = [
|
|
42
42
|
Binding("enter", "submit", "Send", priority=True),
|
|
43
|
-
Binding("
|
|
43
|
+
Binding("ctrl+j", "newline", "Newline", priority=True),
|
|
44
44
|
Binding("tab", "accept_suggestion", "Accept suggestion", priority=True, show=False),
|
|
45
45
|
Binding("ctrl+up", "history_previous", "History previous", priority=True, show=False),
|
|
46
46
|
Binding("ctrl+down", "history_next", "History next", priority=True, show=False),
|
|
@@ -115,7 +115,7 @@ class PromptTextArea(TextArea):
|
|
|
115
115
|
class QuestionTextArea(TextArea):
|
|
116
116
|
BINDINGS = [
|
|
117
117
|
Binding("enter", "submit", "Submit", priority=True),
|
|
118
|
-
Binding("
|
|
118
|
+
Binding("ctrl+j", "newline", "Newline", priority=True),
|
|
119
119
|
]
|
|
120
120
|
|
|
121
121
|
class Submitted(Message):
|
|
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
|
|
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
|