@scemoon/cdh 1.0.6 → 1.0.7
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.
- package/package.json +2 -2
- package/ai-dlc-skill/SKILL.md +0 -77
- package/ai-dlc-skill/agents/deliver-agent.md +0 -24
- package/ai-dlc-skill/agents/master.md +0 -50
- package/ai-dlc-skill/agents/plan-agent.md +0 -23
- package/ai-dlc-skill/agents/understand-agent.md +0 -23
- package/ai-dlc-skill/agents/verify-agent.md +0 -27
- package/ai-dlc-skill/architecture/project-structure.md +0 -78
- package/ai-dlc-skill/brownfield/README.md +0 -30
- package/ai-dlc-skill/brownfield/generate-context.sh +0 -64
- package/ai-dlc-skill/brownfield/scripts/deps.sh +0 -27
- package/ai-dlc-skill/brownfield/scripts/discover.sh +0 -34
- package/ai-dlc-skill/brownfield/scripts/extract-api.sh +0 -45
- package/ai-dlc-skill/components/backend.md +0 -34
- package/ai-dlc-skill/components/desktop.md +0 -30
- package/ai-dlc-skill/components/mya.md +0 -29
- package/ai-dlc-skill/components/native.md +0 -30
- package/ai-dlc-skill/components/tta.md +0 -29
- package/ai-dlc-skill/components/web.md +0 -31
- package/ai-dlc-skill/components/wxa.md +0 -29
- package/ai-dlc-skill/contracts/README.md +0 -25
- package/ai-dlc-skill/core/adaptive-flow.md +0 -36
- package/ai-dlc-skill/core/security.md +0 -29
- package/ai-dlc-skill/cross-tool/cline/export.sh +0 -31
- package/ai-dlc-skill/cross-tool/copilot/export.sh +0 -47
- package/ai-dlc-skill/cross-tool/cursor/export.sh +0 -32
- package/ai-dlc-skill/cross-tool/export.sh +0 -22
- package/ai-dlc-skill/cross-tool/onecode/config.yaml.tpl +0 -17
- package/ai-dlc-skill/cross-tool/onecode/export-skills.sh +0 -35
- package/ai-dlc-skill/cross-tool/onecode/export.sh +0 -54
- package/ai-dlc-skill/phases/deliver/entry.md +0 -26
- package/ai-dlc-skill/phases/deliver/lifecycle.md +0 -185
- package/ai-dlc-skill/phases/deliver/prompt.md +0 -40
- package/ai-dlc-skill/phases/deliver/rules.md +0 -61
- package/ai-dlc-skill/phases/plan/entry.md +0 -25
- package/ai-dlc-skill/phases/plan/lifecycle.md +0 -204
- package/ai-dlc-skill/phases/plan/prompt.md +0 -38
- package/ai-dlc-skill/phases/plan/rules.md +0 -25
- package/ai-dlc-skill/phases/understand/entry.md +0 -26
- package/ai-dlc-skill/phases/understand/lifecycle.md +0 -184
- package/ai-dlc-skill/phases/understand/prompt.md +0 -41
- package/ai-dlc-skill/phases/understand/rules.md +0 -37
- package/ai-dlc-skill/phases/verify/entry.md +0 -26
- package/ai-dlc-skill/phases/verify/lifecycle.md +0 -192
- package/ai-dlc-skill/phases/verify/prompt.md +0 -43
- package/ai-dlc-skill/phases/verify/rules.md +0 -73
- package/ai-dlc-skill/practices/bdd.md +0 -91
- package/ai-dlc-skill/practices/sdd.md +0 -84
- package/ai-dlc-skill/practices/tdd.md +0 -95
- package/ai-dlc-skill/providers/README.md +0 -114
- package/ai-dlc-skill/providers/aliyun/deployment.yaml +0 -66
- package/ai-dlc-skill/providers/aliyun/preview.yaml +0 -84
- package/ai-dlc-skill/providers/aliyun/provider.yaml +0 -160
- package/ai-dlc-skill/providers/tcb/deployment.yaml +0 -69
- package/ai-dlc-skill/providers/tcb/preview.yaml +0 -83
- package/ai-dlc-skill/providers/tcb/provider.yaml +0 -172
- package/ai-dlc-skill/requirements.md +0 -140
- package/ai-dlc-skill/skill.yaml +0 -147
- package/ai-dlc-skill/templates/integration/CHANGELOG.md +0 -41
- package/ai-dlc-skill/templates/integration/asyncapi.yaml +0 -43
- package/ai-dlc-skill/templates/integration/contract-diff.md +0 -63
- package/ai-dlc-skill/templates/integration/contract-spec.md +0 -49
- package/ai-dlc-skill/templates/integration/openapi.yaml +0 -18
- package/ai-dlc-skill/templates/integration/runtime-contract.yaml +0 -36
- package/ai-dlc-skill/templates/plan/design.md +0 -49
- package/ai-dlc-skill/templates/plan/task-list.md +0 -32
- package/ai-dlc-skill/templates/project/README.md +0 -126
- package/ai-dlc-skill/templates/project/template.md +0 -119
- package/ai-dlc-skill/templates/understand/feature.feature +0 -23
- package/ai-dlc-skill/templates/understand/intent.md +0 -29
- package/ai-dlc-skill/templates/understand/spec-delta.md +0 -47
- package/ai-dlc-skill/templates/verify/test-unit.py +0 -27
- package/ai-dlc-skill/walkthrough/collect.sh +0 -50
- package/ai-dlc-skill/walkthrough/template.md +0 -54
- package/ai-dlc-skill/workflows/ai-dlc.yaml +0 -110
- package/ai-dlc-skill/workflows/deployment.yaml +0 -199
- package/cdh/__init__.py +0 -0
- package/cdh/__main__.py +0 -4
- package/cdh/__pycache__/__init__.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_mcp_injector.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_mcp_loader.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_mcp_manager.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_session_aggregator.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_skill_loader.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cdh_skill_manager.cpython-314.pyc +0 -0
- package/cdh/__pycache__/cli.cpython-313.pyc +0 -0
- package/cdh/__pycache__/cli.cpython-314.pyc +0 -0
- package/cdh/__pycache__/scaffold.cpython-314.pyc +0 -0
- package/cdh/cdh_mcp_injector.py +0 -115
- package/cdh/cdh_mcp_loader.py +0 -67
- package/cdh/cdh_mcp_manager.py +0 -73
- package/cdh/cdh_session_aggregator.py +0 -258
- package/cdh/cdh_skill_manager.py +0 -105
- package/cdh/cli.py +0 -807
- package/cdh/scaffold.py +0 -728
- package/onecode/__init__.py +0 -1
- package/onecode/__main__.py +0 -4
- package/onecode/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/__pycache__/cli.cpython-314.pyc +0 -0
- package/onecode/__pycache__/commands.cpython-314.pyc +0 -0
- package/onecode/__pycache__/config.cpython-314.pyc +0 -0
- package/onecode/__pycache__/config_screen.cpython-314.pyc +0 -0
- package/onecode/__pycache__/migrate.cpython-314.pyc +0 -0
- package/onecode/agent/__init__.py +0 -0
- package/onecode/agent/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/cdh_loader.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/context.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/engine.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/hooks.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/onecode_agent_acp.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/permissions.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/permissions_store.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/project_doc.cpython-314.pyc +0 -0
- package/onecode/agent/__pycache__/session.cpython-314.pyc +0 -0
- package/onecode/agent/agents/__init__.py +0 -29
- package/onecode/agent/agents/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/agent/agents/__pycache__/types.cpython-314.pyc +0 -0
- package/onecode/agent/agents/types.py +0 -589
- package/onecode/agent/attachments.py +0 -112
- package/onecode/agent/cdh_loader.py +0 -267
- package/onecode/agent/context.py +0 -343
- package/onecode/agent/engine.py +0 -2700
- package/onecode/agent/hooks.py +0 -86
- package/onecode/agent/onecode_agent_acp.py +0 -2743
- package/onecode/agent/onecode_agent_acp.py.bak +0 -2447
- package/onecode/agent/permissions.py +0 -150
- package/onecode/agent/permissions_store.py +0 -62
- package/onecode/agent/project_doc.py +0 -19
- package/onecode/agent/session.py +0 -195
- package/onecode/agent/snapshot.py +0 -144
- package/onecode/agent/tools/__init__.py +0 -17
- package/onecode/agent/tools/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/agent_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/apply_patch_tool.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/bash_tool.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/communication_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/config_tool.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/cron_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/errors.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/file_ops.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/file_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/git_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/lsp_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/mcp_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/permission_handler.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/permissions.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/protocol.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/registry.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/sandbox.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/schema_validation.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/skill_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/todo_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/__pycache__/web_tools.cpython-314.pyc +0 -0
- package/onecode/agent/tools/agent_tools.py +0 -132
- package/onecode/agent/tools/apply_patch_tool.py +0 -138
- package/onecode/agent/tools/bash_tool.py +0 -111
- package/onecode/agent/tools/communication_tools.py +0 -148
- package/onecode/agent/tools/config_tool.py +0 -130
- package/onecode/agent/tools/cron_tools.py +0 -178
- package/onecode/agent/tools/errors.py +0 -17
- package/onecode/agent/tools/file_ops.py +0 -221
- package/onecode/agent/tools/file_tools.py +0 -225
- package/onecode/agent/tools/git_tools.py +0 -88
- package/onecode/agent/tools/lsp_tools.py +0 -404
- package/onecode/agent/tools/mcp_tools.py +0 -127
- package/onecode/agent/tools/permission_handler.py +0 -46
- package/onecode/agent/tools/permissions.py +0 -77
- package/onecode/agent/tools/protocol.py +0 -20
- package/onecode/agent/tools/registry.py +0 -201
- package/onecode/agent/tools/sandbox.py +0 -358
- package/onecode/agent/tools/schema_validation.py +0 -100
- package/onecode/agent/tools/skill_tools.py +0 -52
- package/onecode/agent/tools/todo_tools.py +0 -207
- package/onecode/agent/tools/web_tools.py +0 -169
- package/onecode/builtin_skills/agent-browser/SKILL.md +0 -212
- package/onecode/builtin_skills/agent-browser/skill.yaml +0 -8
- package/onecode/builtin_skills/git/SKILL.md +0 -64
- package/onecode/builtin_skills/git/skill.yaml +0 -7
- package/onecode/builtin_skills/shell/SKILL.md +0 -58
- package/onecode/builtin_skills/shell/skill.yaml +0 -8
- package/onecode/builtin_skills/skill-creator/SKILL.md +0 -106
- package/onecode/builtin_skills/skill-creator/skill.yaml +0 -8
- package/onecode/cli.py +0 -935
- package/onecode/cloud/__init__.py +0 -0
- package/onecode/cloud/base.py +0 -20
- package/onecode/codebase/__init__.py +0 -69
- package/onecode/codebase/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/codebase/__pycache__/chunker.cpython-314.pyc +0 -0
- package/onecode/codebase/__pycache__/indexer.cpython-314.pyc +0 -0
- package/onecode/codebase/__pycache__/retriever.cpython-314.pyc +0 -0
- package/onecode/codebase/__pycache__/storage.cpython-314.pyc +0 -0
- package/onecode/codebase/__pycache__/tools.cpython-314.pyc +0 -0
- package/onecode/codebase/chunker.py +0 -125
- package/onecode/codebase/indexer.py +0 -149
- package/onecode/codebase/retriever.py +0 -203
- package/onecode/codebase/storage.py +0 -131
- package/onecode/codebase/tools.py +0 -59
- package/onecode/commands.py +0 -596
- package/onecode/config.py +0 -314
- package/onecode/config_screen.py +0 -600
- package/onecode/cron/__init__.py +0 -3
- package/onecode/lsp/__init__.py +0 -3
- package/onecode/mcp/__init__.py +0 -4
- package/onecode/mcp/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/mcp/__pycache__/client.cpython-314.pyc +0 -0
- package/onecode/mcp/__pycache__/manager.cpython-314.pyc +0 -0
- package/onecode/mcp/client.py +0 -193
- package/onecode/mcp/manager.py +0 -190
- package/onecode/memory/__init__.py +0 -49
- package/onecode/memory/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/memory/__pycache__/backend.cpython-314.pyc +0 -0
- package/onecode/memory/__pycache__/offload.cpython-314.pyc +0 -0
- package/onecode/memory/__pycache__/pyramid.cpython-314.pyc +0 -0
- package/onecode/memory/__pycache__/recall.cpython-314.pyc +0 -0
- package/onecode/memory/__pycache__/symbolic.cpython-314.pyc +0 -0
- package/onecode/memory/backend.py +0 -159
- package/onecode/memory/pyramid.py +0 -133
- package/onecode/memory/recall.py +0 -203
- package/onecode/migrate.py +0 -122
- package/onecode/models/__init__.py +0 -4
- package/onecode/models/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/models/__pycache__/errors.cpython-314.pyc +0 -0
- package/onecode/models/__pycache__/messages.cpython-314.pyc +0 -0
- package/onecode/models/__pycache__/provider.cpython-314.pyc +0 -0
- package/onecode/models/__pycache__/registry.cpython-314.pyc +0 -0
- package/onecode/models/errors.py +0 -104
- package/onecode/models/messages.py +0 -739
- package/onecode/models/provider.py +0 -699
- package/onecode/models/providers/__init__.py +0 -17
- package/onecode/models/providers/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/anthropic_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/deepseek_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/glm_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/minimax_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/minimaxi_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/ollama_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/__pycache__/openai_provider.cpython-314.pyc +0 -0
- package/onecode/models/providers/anthropic_provider.py +0 -273
- package/onecode/models/providers/deepseek_provider.py +0 -212
- package/onecode/models/providers/glm_provider.py +0 -195
- package/onecode/models/providers/minimax_provider.py +0 -158
- package/onecode/models/providers/minimaxi_provider.py +0 -417
- package/onecode/models/providers/ollama_provider.py +0 -100
- package/onecode/models/providers/openai_provider.py +0 -237
- package/onecode/models/registry.py +0 -212
- package/onecode/server/__init__.py +0 -3
- package/onecode/server/app.py +0 -224
- package/onecode/skills/__init__.py +0 -11
- package/onecode/skills/__pycache__/__init__.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/argument_substitution.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/bootstrap.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/create.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/frontmatter.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/loader.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/manager.cpython-314.pyc +0 -0
- package/onecode/skills/__pycache__/model.cpython-314.pyc +0 -0
- package/onecode/skills/argument_substitution.py +0 -38
- package/onecode/skills/bootstrap.py +0 -124
- package/onecode/skills/create.py +0 -56
- package/onecode/skills/frontmatter.py +0 -33
- package/onecode/skills/loader.py +0 -139
- package/onecode/skills/manager.py +0 -75
- package/onecode/skills/model.py +0 -43
- package/onecode/storage/__init__.py +0 -0
- package/onecode/storage/activity.py +0 -63
- package/onecode/storage/project.py +0 -54
- package/onecode/storage/session.py +0 -112
- package/onecode/tasks/__init__.py +0 -26
- package/onecode/tasks/manager.py +0 -232
- package/onecode/tasks/models.py +0 -240
- package/onecode/trace/__init__.py +0 -0
- package/onecode/trace/tracer.py +0 -173
- package/onecode/utils/__init__.py +0 -0
- package/onecode/utils/helpers.py +0 -20
- package/pyproject.toml +0 -74
- package/tui/__init__.py +0 -46
- package/tui/__main__.py +0 -4
- package/tui/__pycache__/__init__.cpython-314.pyc +0 -0
- package/tui/__pycache__/_loop.cpython-314.pyc +0 -0
- package/tui/__pycache__/_path_fuzzy_search.cpython-314.pyc +0 -0
- package/tui/__pycache__/_path_match.cpython-314.pyc +0 -0
- package/tui/__pycache__/about.cpython-314.pyc +0 -0
- package/tui/__pycache__/agent.cpython-314.pyc +0 -0
- package/tui/__pycache__/agent_schema.cpython-314.pyc +0 -0
- package/tui/__pycache__/agents.cpython-314.pyc +0 -0
- package/tui/__pycache__/answer.cpython-314.pyc +0 -0
- package/tui/__pycache__/app.cpython-313.pyc +0 -0
- package/tui/__pycache__/app.cpython-314.pyc +0 -0
- package/tui/__pycache__/atomic.cpython-314.pyc +0 -0
- package/tui/__pycache__/complete.cpython-314.pyc +0 -0
- package/tui/__pycache__/constants.cpython-314.pyc +0 -0
- package/tui/__pycache__/conversation_markdown.cpython-314.pyc +0 -0
- package/tui/__pycache__/danger.cpython-314.pyc +0 -0
- package/tui/__pycache__/db.cpython-314.pyc +0 -0
- package/tui/__pycache__/dec.cpython-314.pyc +0 -0
- package/tui/__pycache__/directory.cpython-314.pyc +0 -0
- package/tui/__pycache__/directory_suggester.cpython-314.pyc +0 -0
- package/tui/__pycache__/directory_watcher.cpython-314.pyc +0 -0
- package/tui/__pycache__/format_path.cpython-314.pyc +0 -0
- package/tui/__pycache__/fuzzy.cpython-314.pyc +0 -0
- package/tui/__pycache__/fuzzy_index.cpython-314.pyc +0 -0
- package/tui/__pycache__/history.cpython-314.pyc +0 -0
- package/tui/__pycache__/jsonrpc.cpython-314.pyc +0 -0
- package/tui/__pycache__/menus.cpython-314.pyc +0 -0
- package/tui/__pycache__/message_log.cpython-314.pyc +0 -0
- package/tui/__pycache__/messages.cpython-314.pyc +0 -0
- package/tui/__pycache__/path_complete.cpython-314.pyc +0 -0
- package/tui/__pycache__/path_filter.cpython-314.pyc +0 -0
- package/tui/__pycache__/paths.cpython-314.pyc +0 -0
- package/tui/__pycache__/pill.cpython-314.pyc +0 -0
- package/tui/__pycache__/platform_commands.cpython-314.pyc +0 -0
- package/tui/__pycache__/protocol.cpython-314.pyc +0 -0
- package/tui/__pycache__/session_tracker.cpython-314.pyc +0 -0
- package/tui/__pycache__/settings.cpython-314.pyc +0 -0
- package/tui/__pycache__/settings_schema.cpython-314.pyc +0 -0
- package/tui/__pycache__/shell.cpython-314.pyc +0 -0
- package/tui/__pycache__/shell_read.cpython-314.pyc +0 -0
- package/tui/__pycache__/slash_command.cpython-314.pyc +0 -0
- package/tui/__pycache__/version.cpython-314.pyc +0 -0
- package/tui/_loop.py +0 -86
- package/tui/_path_fuzzy_search.py +0 -48
- package/tui/_path_match.py +0 -141
- package/tui/about.py +0 -95
- package/tui/acp/__pycache__/agent.cpython-314.pyc +0 -0
- package/tui/acp/__pycache__/api.cpython-314.pyc +0 -0
- package/tui/acp/__pycache__/encode_tool_call_id.cpython-314.pyc +0 -0
- package/tui/acp/__pycache__/messages.cpython-314.pyc +0 -0
- package/tui/acp/__pycache__/prompt.cpython-314.pyc +0 -0
- package/tui/acp/__pycache__/protocol.cpython-314.pyc +0 -0
- package/tui/acp/agent.py +0 -1002
- package/tui/acp/api.py +0 -73
- package/tui/acp/encode_tool_call_id.py +0 -12
- package/tui/acp/messages.py +0 -203
- package/tui/acp/prompt.py +0 -53
- package/tui/acp/protocol.py +0 -499
- package/tui/agent.py +0 -70
- package/tui/agent_schema.py +0 -76
- package/tui/agents.py +0 -46
- package/tui/ansi/__init__.py +0 -1
- package/tui/ansi/__pycache__/__init__.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_ansi.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_ansi_colors.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_control_codes.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_keys.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_sgr_styles.cpython-314.pyc +0 -0
- package/tui/ansi/__pycache__/_stream_parser.cpython-314.pyc +0 -0
- package/tui/ansi/_ansi.py +0 -1689
- package/tui/ansi/_ansi_colors.py +0 -264
- package/tui/ansi/_control_codes.py +0 -37
- package/tui/ansi/_keys.py +0 -251
- package/tui/ansi/_sgr_styles.py +0 -64
- package/tui/ansi/_stream_parser.py +0 -418
- package/tui/answer.py +0 -12
- package/tui/app.py +0 -1266
- package/tui/atomic.py +0 -37
- package/tui/cli.py +0 -313
- package/tui/code_analyze.py +0 -27
- package/tui/complete.py +0 -38
- package/tui/constants.py +0 -61
- package/tui/conversation_markdown.py +0 -30
- package/tui/danger.py +0 -372
- package/tui/data/agents/ampcode.com.toml +0 -52
- package/tui/data/agents/augmentcode.com.toml +0 -41
- package/tui/data/agents/cdh.cloud-dev-harness.toml +0 -23
- package/tui/data/agents/claude.com.toml +0 -41
- package/tui/data/agents/copilot.github.com.toml +0 -29
- package/tui/data/agents/crowai.dev.toml +0 -36
- package/tui/data/agents/cursor.com.toml +0 -38
- package/tui/data/agents/deepagents.langchain.com +0 -34
- package/tui/data/agents/docker.com.toml +0 -60
- package/tui/data/agents/geminicli.com.toml +0 -28
- package/tui/data/agents/goose.ai.toml +0 -52
- package/tui/data/agents/inference.huggingface.co.toml +0 -41
- package/tui/data/agents/kimi.com.toml +0 -35
- package/tui/data/agents/kiro.dev.toml +0 -43
- package/tui/data/agents/onecode.dev.toml +0 -22
- package/tui/data/agents/openai.com.toml +0 -53
- package/tui/data/agents/openclaw.ai.toml +0 -37
- package/tui/data/agents/opencode.ai.toml +0 -39
- package/tui/data/agents/openhands.dev.toml +0 -46
- package/tui/data/agents/stakpak.dev.toml +0 -62
- package/tui/data/agents/vibe.mistral.ai.toml +0 -31
- package/tui/data/agents/vtcode.dev.toml +0 -63
- package/tui/data/images/frog.png +0 -0
- package/tui/data/sounds/question.wav +0 -0
- package/tui/data/sounds/turn-over.wav +0 -0
- package/tui/db.py +0 -213
- package/tui/dec.py +0 -332
- package/tui/directory.py +0 -234
- package/tui/directory_suggester.py +0 -93
- package/tui/directory_watcher.py +0 -231
- package/tui/format_path.py +0 -25
- package/tui/fuzzy.py +0 -140
- package/tui/fuzzy_index.py +0 -275
- package/tui/gist.py +0 -33
- package/tui/history.py +0 -138
- package/tui/jsonrpc.py +0 -578
- package/tui/menus.py +0 -14
- package/tui/message_log.py +0 -69
- package/tui/messages.py +0 -144
- package/tui/option_content.py +0 -51
- package/tui/os.py +0 -0
- package/tui/path_complete.py +0 -217
- package/tui/path_filter.py +0 -124
- package/tui/paths.py +0 -87
- package/tui/pill.py +0 -23
- package/tui/platform_commands.py +0 -52
- package/tui/prompt/__pycache__/extract.cpython-314.pyc +0 -0
- package/tui/prompt/__pycache__/resource.cpython-314.pyc +0 -0
- package/tui/prompt/extract.py +0 -19
- package/tui/prompt/resource.py +0 -68
- package/tui/protocol.py +0 -28
- package/tui/screens/__init__.py +0 -0
- package/tui/screens/__pycache__/__init__.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/agent_modal.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/component_picker.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/diff_screen.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/log.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/main.cpython-313.pyc +0 -0
- package/tui/screens/__pycache__/main.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/permissions.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/projects_app.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/projects_screen.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/sessions.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/store.cpython-314.pyc +0 -0
- package/tui/screens/__pycache__/tool_content_screen.cpython-314.pyc +0 -0
- package/tui/screens/action_modal.py +0 -94
- package/tui/screens/agent_modal.py +0 -175
- package/tui/screens/command_edit_modal.py +0 -74
- package/tui/screens/component_picker.py +0 -168
- package/tui/screens/diff_screen.py +0 -84
- package/tui/screens/log.py +0 -553
- package/tui/screens/main.py +0 -385
- package/tui/screens/main.tcss +0 -655
- package/tui/screens/permissions.py +0 -404
- package/tui/screens/permissions.tcss +0 -72
- package/tui/screens/projects.tcss +0 -80
- package/tui/screens/projects_app.py +0 -347
- package/tui/screens/projects_screen.py +0 -284
- package/tui/screens/session_resume_modal.py +0 -172
- package/tui/screens/session_resume_modal.tcss +0 -35
- package/tui/screens/sessions.py +0 -164
- package/tui/screens/sessions.tcss +0 -119
- package/tui/screens/settings.py +0 -254
- package/tui/screens/settings.tcss +0 -101
- package/tui/screens/store.py +0 -500
- package/tui/screens/store.tcss +0 -274
- package/tui/screens/tool_content_screen.py +0 -59
- package/tui/session_tracker.py +0 -123
- package/tui/settings.py +0 -353
- package/tui/settings_schema.py +0 -431
- package/tui/shell.py +0 -304
- package/tui/shell_read.py +0 -42
- package/tui/slash_command.py +0 -34
- package/tui/tui.tcss +0 -246
- package/tui/twitter.py +0 -38
- package/tui/version.py +0 -80
- package/tui/visuals/__init__.py +0 -0
- package/tui/visuals/__pycache__/__init__.cpython-314.pyc +0 -0
- package/tui/visuals/__pycache__/columns.cpython-314.pyc +0 -0
- package/tui/visuals/columns.py +0 -272
- package/tui/widgets/__init__.py +0 -0
- package/tui/widgets/__pycache__/__init__.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/acp_content.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/agent_response.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/agent_thought.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/ask_user.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/condensed_path.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/context_stats.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/conversation.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/diff_view.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/directory_input.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/flash.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/future_text.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/grid_select.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/highlighted_textarea.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/load_more.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/mandelbrot.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/markdown_note.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/menu.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/modified_files.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/non_selectable_label.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/note.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/path_search.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/plan.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/project_directory_tree.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/project_grid_select.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/project_summary.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/prompt.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/question.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/session_grid_select.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/session_summary.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/session_tabs.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/shell_result.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/shell_terminal.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/side_bar.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/slash_complete.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/strike_text.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/subagent.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/subagent_screen.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/terminal.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/throbber.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/tool_call.cpython-314.pyc +0 -0
- package/tui/widgets/__pycache__/user_input.cpython-314.pyc +0 -0
- package/tui/widgets/acp_content.py +0 -70
- package/tui/widgets/agent_response.py +0 -76
- package/tui/widgets/agent_thought.py +0 -167
- package/tui/widgets/ask_user.py +0 -264
- package/tui/widgets/command_pane.py +0 -223
- package/tui/widgets/condensed_path.py +0 -115
- package/tui/widgets/context_stats.py +0 -66
- package/tui/widgets/conversation.py +0 -2641
- package/tui/widgets/danger_warning.py +0 -65
- package/tui/widgets/diff_view.py +0 -69
- package/tui/widgets/directory_input.py +0 -8
- package/tui/widgets/flash.py +0 -81
- package/tui/widgets/future_text.py +0 -126
- package/tui/widgets/grid_select.py +0 -234
- package/tui/widgets/highlighted_textarea.py +0 -180
- package/tui/widgets/load_more.py +0 -24
- package/tui/widgets/mandelbrot.py +0 -294
- package/tui/widgets/markdown_note.py +0 -13
- package/tui/widgets/menu.py +0 -147
- package/tui/widgets/modified_files.py +0 -306
- package/tui/widgets/non_selectable_label.py +0 -5
- package/tui/widgets/note.py +0 -18
- package/tui/widgets/path_search.py +0 -492
- package/tui/widgets/plan.py +0 -285
- package/tui/widgets/project_directory_tree.py +0 -102
- package/tui/widgets/project_grid_select.py +0 -64
- package/tui/widgets/project_summary.py +0 -33
- package/tui/widgets/prompt.py +0 -795
- package/tui/widgets/question.py +0 -360
- package/tui/widgets/session_grid_select.py +0 -230
- package/tui/widgets/session_summary.py +0 -115
- package/tui/widgets/session_tabs.py +0 -188
- package/tui/widgets/shell_result.py +0 -35
- package/tui/widgets/shell_terminal.py +0 -40
- package/tui/widgets/side_bar.py +0 -124
- package/tui/widgets/slash_complete.py +0 -235
- package/tui/widgets/strike_text.py +0 -70
- package/tui/widgets/subagent.py +0 -287
- package/tui/widgets/subagent_screen.py +0 -709
- package/tui/widgets/terminal.py +0 -576
- package/tui/widgets/terminal_tool.py +0 -360
- package/tui/widgets/throbber.py +0 -100
- package/tui/widgets/tool_call.py +0 -398
- package/tui/widgets/user_input.py +0 -23
- package/tui/widgets/version.py +0 -5
- package/tui/widgets/welcome.py +0 -31
package/tui/screens/main.tcss
DELETED
|
@@ -1,655 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Note,MarkdownNote {
|
|
3
|
-
padding: 0 1 0 0;
|
|
4
|
-
&.about MarkdownTable {
|
|
5
|
-
# Make the tables compact in /about
|
|
6
|
-
width: auto;
|
|
7
|
-
}
|
|
8
|
-
&.-error {
|
|
9
|
-
border: heavy $error;
|
|
10
|
-
}
|
|
11
|
-
&.-stop-reason {
|
|
12
|
-
border: wide $error 50%;
|
|
13
|
-
padding: 0 1;
|
|
14
|
-
MarkdownH2 {
|
|
15
|
-
margin: 1 0 1 0;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Menu {
|
|
22
|
-
border: round $accent;
|
|
23
|
-
background: transparent;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Plan {
|
|
28
|
-
color: $primary;
|
|
29
|
-
border: none;
|
|
30
|
-
background: transparent;
|
|
31
|
-
|
|
32
|
-
padding: 0 1 0 0;
|
|
33
|
-
height: auto;
|
|
34
|
-
grid-size: 2;
|
|
35
|
-
grid-columns: auto 1fr;
|
|
36
|
-
grid-rows: auto;
|
|
37
|
-
border-title-align: center;
|
|
38
|
-
|
|
39
|
-
.-no-plan {
|
|
40
|
-
text-style: dim italic;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.plan {
|
|
44
|
-
color: $text-primary;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.status {
|
|
48
|
-
padding: 0 0 0 0;
|
|
49
|
-
color: $text-primary;
|
|
50
|
-
}
|
|
51
|
-
.status-pending {
|
|
52
|
-
opacity: 0.6;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
Conversation {
|
|
58
|
-
Window {
|
|
59
|
-
layout: stream;
|
|
60
|
-
margin: 0;
|
|
61
|
-
scrollbar-size-vertical: 2;
|
|
62
|
-
padding: 0 1 0 1;
|
|
63
|
-
height: 1fr;
|
|
64
|
-
align: left bottom;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&.-scrollbar-thin {
|
|
68
|
-
Window {
|
|
69
|
-
# scrollbar-gutter: stable;
|
|
70
|
-
scrollbar-size-vertical: 1;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
&.-scrollbar-hidden {
|
|
75
|
-
Window {
|
|
76
|
-
# scrollbar-gutter: auto;
|
|
77
|
-
scrollbar-size-vertical: 0;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
height: 1fr;
|
|
82
|
-
layers: base prompt float;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
&.-column {
|
|
86
|
-
max-width: 80%;
|
|
87
|
-
background: black 7%;
|
|
88
|
-
|
|
89
|
-
#info-container {
|
|
90
|
-
margin: 1 1;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
Contents {
|
|
95
|
-
layout: stream;
|
|
96
|
-
width: 1fr;
|
|
97
|
-
overflow: hidden;
|
|
98
|
-
height: auto;
|
|
99
|
-
padding: 0 0 0 0;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
ContentsGrid {
|
|
103
|
-
grid-size: 2;
|
|
104
|
-
grid-columns: 1 1fr;
|
|
105
|
-
grid-rows: auto;
|
|
106
|
-
height: auto;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
#cursor-container {
|
|
110
|
-
height: auto;
|
|
111
|
-
width: 1;
|
|
112
|
-
color: $foreground 7%;
|
|
113
|
-
|
|
114
|
-
&> Cursor {
|
|
115
|
-
height: 0;
|
|
116
|
-
width: 1;
|
|
117
|
-
|
|
118
|
-
border-left: outer $text-accent;
|
|
119
|
-
visibility: visible;
|
|
120
|
-
&.-blink {
|
|
121
|
-
border-left: outer $text-accent 20%;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
AgentResponse {
|
|
127
|
-
min-height: 1;
|
|
128
|
-
padding: 0 0 0 0;
|
|
129
|
-
overflow-x: auto;
|
|
130
|
-
scrollbar-size-horizontal: 0;
|
|
131
|
-
layout: stream;
|
|
132
|
-
& > MarkdownBlock:last-child {
|
|
133
|
-
margin-bottom: 0;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
LoadingIndicator {
|
|
138
|
-
height: 10;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
AgentThought {
|
|
142
|
-
min-height: 1;
|
|
143
|
-
margin: 1 1 1 0;
|
|
144
|
-
padding: 0 0 0 1;
|
|
145
|
-
border-left: tall $secondary 60%;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
AgentThought > #thought-header {
|
|
149
|
-
color: $text;
|
|
150
|
-
text-style: bold;
|
|
151
|
-
padding: 0 2;
|
|
152
|
-
height: 1;
|
|
153
|
-
background: transparent;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
AgentThought > #thought-header:hover {
|
|
157
|
-
color: $text;
|
|
158
|
-
background: $primary-muted 30%;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
AgentThought > #thought-content {
|
|
162
|
-
color: $text-muted;
|
|
163
|
-
margin: 0;
|
|
164
|
-
padding: 0 1 0 2;
|
|
165
|
-
height: auto;
|
|
166
|
-
min-height: 1;
|
|
167
|
-
text-style: italic;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
AgentThought > #thought-content MarkdownBlock:last-child {
|
|
171
|
-
margin-bottom: 0;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
AgentThought:focus-within > #thought-header {
|
|
175
|
-
color: $secondary;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
AgentThought:focus-within {
|
|
179
|
-
border-left: tall $secondary;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
AgentThought.-maximized {
|
|
183
|
-
margin: 1 2;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
AgentThought.-maximized > #thought-content {
|
|
187
|
-
scrollbar-visibility: visible;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
ToolCall {
|
|
191
|
-
# margin: 0 0 0 0 !important;
|
|
192
|
-
margin: 0 0 0 1 !important;
|
|
193
|
-
|
|
194
|
-
width: 1fr;
|
|
195
|
-
layout: stream;
|
|
196
|
-
height: auto;
|
|
197
|
-
|
|
198
|
-
.icon {
|
|
199
|
-
width: auto;
|
|
200
|
-
margin-right: 1;
|
|
201
|
-
}
|
|
202
|
-
#tool-content {
|
|
203
|
-
display: none;
|
|
204
|
-
}
|
|
205
|
-
&.-has-content #tool-content {
|
|
206
|
-
margin: 1 1 1 0;
|
|
207
|
-
DiffView {
|
|
208
|
-
margin: 0 1 1 0;
|
|
209
|
-
&:last-of-type {
|
|
210
|
-
margin-bottom: 0;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
Markdown {
|
|
215
|
-
layout: stream;
|
|
216
|
-
padding: 0;
|
|
217
|
-
margin: 0 0 0 0;
|
|
218
|
-
MarkdownBlock:last-of-type {
|
|
219
|
-
margin-bottom: 0;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
&.-expanded {
|
|
224
|
-
#tool-content {
|
|
225
|
-
display: block;
|
|
226
|
-
max-height: 60vh;
|
|
227
|
-
overflow-y: hidden;
|
|
228
|
-
}
|
|
229
|
-
ToolCallHeader {
|
|
230
|
-
text-wrap: wrap;
|
|
231
|
-
text-overflow: fold;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
ToolCallHeader {
|
|
236
|
-
color: $text-secondary;
|
|
237
|
-
pointer: pointer;
|
|
238
|
-
width: auto;
|
|
239
|
-
max-width: 1fr;
|
|
240
|
-
margin: 0 1 0 0;
|
|
241
|
-
text-wrap: nowrap;
|
|
242
|
-
text-overflow: ellipsis;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
padding-left: 1;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
ShellResult {
|
|
250
|
-
border-left: blank $primary;
|
|
251
|
-
background: $foreground 4%;
|
|
252
|
-
padding: 1 0;
|
|
253
|
-
margin: 1 1 1 0;
|
|
254
|
-
#prompt {
|
|
255
|
-
margin: 0 1 0 0;
|
|
256
|
-
color: $text-primary;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
Terminal {
|
|
261
|
-
width: 1fr;
|
|
262
|
-
height: auto;
|
|
263
|
-
padding: 0 1 0 0;
|
|
264
|
-
margin: 1 0;
|
|
265
|
-
overflow: scroll;
|
|
266
|
-
scrollbar-size: 0 0;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
TerminalTool {
|
|
270
|
-
height: auto;
|
|
271
|
-
border: panel $primary 50%;
|
|
272
|
-
border-title-color: $text-primary;
|
|
273
|
-
background: $primary 10%;
|
|
274
|
-
padding: 1 1 0 1;
|
|
275
|
-
border-title-style: bold;
|
|
276
|
-
|
|
277
|
-
&.-success {
|
|
278
|
-
border: panel $success-muted;
|
|
279
|
-
border-title-color: $text-success;
|
|
280
|
-
background: $success 7%;
|
|
281
|
-
opacity: 90%;
|
|
282
|
-
border-title-style: not bold;
|
|
283
|
-
&:light {
|
|
284
|
-
border: panel $success 50%;
|
|
285
|
-
border-title-color: auto 90%;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
&.-error {
|
|
291
|
-
border: panel $error-muted;
|
|
292
|
-
border-title-color: $text-error;
|
|
293
|
-
background: $error 7%;
|
|
294
|
-
opacity: 90%;
|
|
295
|
-
border-title-style: not bold;
|
|
296
|
-
&:light {
|
|
297
|
-
border: panel $error-muted;
|
|
298
|
-
border-title-color: auto 90%;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
UserInput {
|
|
305
|
-
border-left: blank $secondary;
|
|
306
|
-
background: $secondary 15%;
|
|
307
|
-
padding: 1 1 1 0;
|
|
308
|
-
margin: 1 1 1 0;
|
|
309
|
-
Markdown {
|
|
310
|
-
padding:0 2 0 0;
|
|
311
|
-
}
|
|
312
|
-
Markdown > MarkdownBlock:last-child {
|
|
313
|
-
margin-bottom: 0;
|
|
314
|
-
}
|
|
315
|
-
MarkdownFence {
|
|
316
|
-
margin: 0 2 1 0;
|
|
317
|
-
}
|
|
318
|
-
#prompt {
|
|
319
|
-
margin: 0 1 0 0;
|
|
320
|
-
color: $text-secondary;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
Welcome {
|
|
328
|
-
height: auto;
|
|
329
|
-
#logo {
|
|
330
|
-
color: $text-success;
|
|
331
|
-
}
|
|
332
|
-
#message {
|
|
333
|
-
padding: 0;
|
|
334
|
-
width: 1fr;
|
|
335
|
-
height: auto;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
ACPToolCallContent {
|
|
341
|
-
Markdown {
|
|
342
|
-
margin: 0;
|
|
343
|
-
padding-left: 0;
|
|
344
|
-
MarkdownBlock:last-of-type {
|
|
345
|
-
margin-bottom: 0;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
Prompt {
|
|
352
|
-
padding: 0 0 0 0;
|
|
353
|
-
height: auto;
|
|
354
|
-
dock: bottom;
|
|
355
|
-
|
|
356
|
-
&.-shell-mode {
|
|
357
|
-
#prompt-container:focus-within {
|
|
358
|
-
border: tall $primary;
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
PathSearch, SlashComplete {
|
|
363
|
-
display: none;
|
|
364
|
-
overlay: screen;
|
|
365
|
-
offset-y: -16;
|
|
366
|
-
height: 16;
|
|
367
|
-
Input {
|
|
368
|
-
margin: 0 1;
|
|
369
|
-
padding: 0 1;
|
|
370
|
-
}
|
|
371
|
-
OptionList,FuzzyPathOptionList {
|
|
372
|
-
border: none;
|
|
373
|
-
height: 1fr;
|
|
374
|
-
padding: 0;
|
|
375
|
-
margin: 0 1;
|
|
376
|
-
overflow: hidden;
|
|
377
|
-
text-wrap: nowrap;
|
|
378
|
-
text-overflow: ellipsis;
|
|
379
|
-
& > .option-list--option {
|
|
380
|
-
padding: 0 1;
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
DirectoryTree {
|
|
384
|
-
margin: 0 1;
|
|
385
|
-
padding: 0 0 0 1;
|
|
386
|
-
&:focus {
|
|
387
|
-
background-tint:transparent;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
.message {
|
|
391
|
-
background: $foreground 8%;
|
|
392
|
-
color: $text 40%;
|
|
393
|
-
margin: 0 1;
|
|
394
|
-
padding: 0 1;
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
&.-show-path-search {
|
|
399
|
-
PathSearch {
|
|
400
|
-
display: block
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
&.-show-slash-complete {
|
|
405
|
-
SlashComplete {
|
|
406
|
-
display: block;
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
Question {
|
|
411
|
-
|
|
412
|
-
display: none;
|
|
413
|
-
#title {
|
|
414
|
-
width: 1fr;
|
|
415
|
-
}
|
|
416
|
-
height: auto;
|
|
417
|
-
# height: 1fr;
|
|
418
|
-
# max-height: 50vh;
|
|
419
|
-
# overflow: hidden auto;
|
|
420
|
-
|
|
421
|
-
#contents {
|
|
422
|
-
|
|
423
|
-
margin-top: 0;
|
|
424
|
-
height: auto;
|
|
425
|
-
overflow: hidden auto;
|
|
426
|
-
max-height: 50vh;
|
|
427
|
-
margin-bottom: 1;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
DiffView {
|
|
431
|
-
.diff-group {
|
|
432
|
-
margin-bottom: 0;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
#title {
|
|
436
|
-
margin: 0;
|
|
437
|
-
}
|
|
438
|
-
& > * {
|
|
439
|
-
# height: 0;
|
|
440
|
-
padding-right: 1;
|
|
441
|
-
margin: 1 0 0 0;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
&:empty {
|
|
445
|
-
height: 1;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
#option-container {
|
|
449
|
-
# margin-top: 1;
|
|
450
|
-
split: bottom;
|
|
451
|
-
height: auto;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
&.-mode-ask {
|
|
455
|
-
Question {
|
|
456
|
-
display: block;
|
|
457
|
-
}
|
|
458
|
-
#text-prompt {
|
|
459
|
-
display: none;
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
PromptContainer {
|
|
464
|
-
&:dark {
|
|
465
|
-
background: black 10%;
|
|
466
|
-
}
|
|
467
|
-
&:light {
|
|
468
|
-
background: white 40%;
|
|
469
|
-
}
|
|
470
|
-
height: auto;
|
|
471
|
-
margin: 0 0 1 0;
|
|
472
|
-
border: tall transparent;
|
|
473
|
-
border-subtitle-align: left;
|
|
474
|
-
border-subtitle-style: reverse;
|
|
475
|
-
|
|
476
|
-
&:focus-within {
|
|
477
|
-
border: tall $secondary;
|
|
478
|
-
#prompt {
|
|
479
|
-
text-opacity: 100%;
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
#prompt {
|
|
484
|
-
padding: 0 1;
|
|
485
|
-
text-opacity: 30%;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
PromptTextArea {
|
|
489
|
-
padding: 0 1 0 0;
|
|
490
|
-
background: transparent;
|
|
491
|
-
border: none;
|
|
492
|
-
height: auto;
|
|
493
|
-
max-height: 50vh;
|
|
494
|
-
|
|
495
|
-
&:blur {
|
|
496
|
-
text-opacity: 0.5;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
&.-working-directory-out-of-bounds #info-container CondensedPath {
|
|
502
|
-
color: $text-error;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
#info-container {
|
|
506
|
-
|
|
507
|
-
height: 1;
|
|
508
|
-
margin: 1 1;
|
|
509
|
-
# padding: 1 0;
|
|
510
|
-
|
|
511
|
-
AgentInfo {
|
|
512
|
-
padding: 0 1;
|
|
513
|
-
margin: 0 1 0 0;
|
|
514
|
-
color: $text-primary;
|
|
515
|
-
background: $primary 10%;
|
|
516
|
-
width: auto;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
CondensedPath {
|
|
520
|
-
&:first-of-type {
|
|
521
|
-
margin: 0 1 0 0;
|
|
522
|
-
}
|
|
523
|
-
margin: 0 1;
|
|
524
|
-
width: 1fr;
|
|
525
|
-
height: 1;
|
|
526
|
-
text-wrap: nowrap;
|
|
527
|
-
color: $text-secondary;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
StatusLine {
|
|
531
|
-
color: $secondary 70%;
|
|
532
|
-
margin: 0 1;
|
|
533
|
-
width: auto;
|
|
534
|
-
height: 1;
|
|
535
|
-
text-align: right;
|
|
536
|
-
text-wrap: nowrap;
|
|
537
|
-
text-overflow: ellipsis;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
ModeInfo {
|
|
541
|
-
padding: 0 1;
|
|
542
|
-
margin: 0 0;
|
|
543
|
-
color: $text-secondary;
|
|
544
|
-
background: $secondary 10%;
|
|
545
|
-
dock: right;
|
|
546
|
-
display: none;
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
&.-has-mode #info-container ModeInfo {
|
|
551
|
-
display: block;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
ModeInfo:hover {
|
|
558
|
-
text-style: underline;
|
|
559
|
-
pointer: pointer;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
ModeSwitcher {
|
|
563
|
-
|
|
564
|
-
max-height: 50vh;
|
|
565
|
-
|
|
566
|
-
border: none;
|
|
567
|
-
padding: 0;
|
|
568
|
-
width: auto;
|
|
569
|
-
max-width: 100;
|
|
570
|
-
|
|
571
|
-
overlay: screen;
|
|
572
|
-
overflow: hidden;
|
|
573
|
-
constrain: inside inflect;
|
|
574
|
-
min-width: 12;
|
|
575
|
-
margin: 1 0;
|
|
576
|
-
height: auto;
|
|
577
|
-
|
|
578
|
-
& > .option-list--option {
|
|
579
|
-
padding: 0 1;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
&:blur {
|
|
583
|
-
display: none;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
&:focus > .option-list--option-highlighted {
|
|
587
|
-
background: $primary 30%;
|
|
588
|
-
text-style: not bold;
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
MainScreen {
|
|
593
|
-
background: $background;
|
|
594
|
-
layers: sidebar screen base;
|
|
595
|
-
|
|
596
|
-
SideBar {
|
|
597
|
-
border-right: tall black 10%;
|
|
598
|
-
background: transparent;
|
|
599
|
-
dock: left;
|
|
600
|
-
|
|
601
|
-
overflow: hidden scroll;
|
|
602
|
-
scrollbar-size: 0 0;
|
|
603
|
-
box-sizing: border-box;
|
|
604
|
-
|
|
605
|
-
padding: 0 0;
|
|
606
|
-
margin: 0;
|
|
607
|
-
width: 40;
|
|
608
|
-
max-width: 45%;
|
|
609
|
-
min-width: 40;
|
|
610
|
-
height: 1fr;
|
|
611
|
-
|
|
612
|
-
DirectoryTree {
|
|
613
|
-
height: 1fr;
|
|
614
|
-
background: transparent;
|
|
615
|
-
&:focus {
|
|
616
|
-
background-tint: transparent;
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
Plan {
|
|
622
|
-
border: none !important;
|
|
623
|
-
margin: 0 !important;
|
|
624
|
-
padding: 0 1 0 0;
|
|
625
|
-
background: transparent;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
Collapsible {
|
|
630
|
-
|
|
631
|
-
width: 1fr;
|
|
632
|
-
height: 1fr;
|
|
633
|
-
min-height: 3;
|
|
634
|
-
|
|
635
|
-
&.-collapsed {
|
|
636
|
-
height: auto;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
&.-fixed {
|
|
640
|
-
height: auto;
|
|
641
|
-
Contents {
|
|
642
|
-
height: auto;
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
Contents {
|
|
647
|
-
height: 1fr;
|
|
648
|
-
padding: 1 0 0 0;
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
}
|