| 12 commits | 78 files changed | 0 commit comments | 1 contributor |
|
|
Navi Code TUI: Phase 5.2 — SessionsPanel, /export, integration tests | 66b97f1 |
|
|
Navi Code TUI: Phase 5.1 — config, mouse, themes, status | 02332e4 |
|
|
Navi Code TUI: fix Phase 4 review critical/medium issues | c4a2b97 |
|
|
Navi Code TUI: complete Phase 4 | 3012839 |
|
|
Navi Code TUI: command palette and themed markdown | ebf89aa |
|
|
Navi Code TUI: apply gnexus theme to widgets and renderers | 498a478 |
|
|
Navi Code TUI: extend theme with selection and link colors | 670a3b0 |
|
|
Navi Code TUI: add gnexus-ui-kit color theme support | f5d8101 |
|
|
Navi Code: Phase 3 — Textual TUI skeleton (OpenCode-style) | 3df4326 |
|
|
Docs: actualize navi_code tool lists and key_tools | f2d5f20 |
|
|
Navi Code: Phase 2 — CLI terminal client, tests, docs | c044d9e |
|
|
Navi Code: Phase 1 — terminal-first profile, default profile mechanism, env/persona, tests | 0837fde |
| .env.navi_code.example 0 → 100644 |
|---|
| README.md |
|---|
| clients/terminal/__init__.py 0 → 100644 |
|---|
| clients/terminal/__main__.py 0 → 100644 |
|---|
| clients/terminal/api.py 0 → 100644 |
|---|
| clients/terminal/cli.py 0 → 100644 |
|---|
| clients/terminal/config.py 0 → 100644 |
|---|
| clients/terminal/render.py 0 → 100644 |
|---|
| clients/terminal/state.py 0 → 100644 |
|---|
| clients/terminal/tui/chat_model.py 0 → 100644 |
|---|
| clients/terminal/tui/commands/__init__.py 0 → 100644 |
|---|
| clients/terminal/tui/commands/base.py 0 → 100644 |
|---|
| clients/terminal/tui/commands/builtin.py 0 → 100644 |
|---|
| clients/terminal/tui/commands/registry.py 0 → 100644 |
|---|
| clients/terminal/tui/context.py 0 → 100644 |
|---|
| clients/terminal/tui/events.py 0 → 100644 |
|---|
| clients/terminal/tui/file_refs.py 0 → 100644 |
|---|
| clients/terminal/tui/permissions.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/__init__.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/artifact.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/base.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/diff.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/error.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/language.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/markdown_content.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/message.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/plain.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/registry.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/thinking.py 0 → 100644 |
|---|
| clients/terminal/tui/renderers/tool.py 0 → 100644 |
|---|
| clients/terminal/tui/screens/__init__.py 0 → 100644 |
|---|
| clients/terminal/tui/screens/command_palette.py 0 → 100644 |
|---|
| clients/terminal/tui/screens/permission_dialog.py 0 → 100644 |
|---|
| clients/terminal/tui/screens/theme_picker.py 0 → 100644 |
|---|
| clients/terminal/tui/settings.py 0 → 100644 |
|---|
| clients/terminal/tui/shell_runner.py 0 → 100644 |
|---|
| clients/terminal/tui/themes.py 0 → 100644 |
|---|
| clients/terminal/tui/tui_app.py 0 → 100644 |
|---|
| clients/terminal/tui/widgets/__init__.py 0 → 100644 |
|---|
| clients/terminal/tui/widgets/chat_panel.py 0 → 100644 |
|---|
| clients/terminal/tui/widgets/input_box.py 0 → 100644 |
|---|
| clients/terminal/tui/widgets/sessions_panel.py 0 → 100644 |
|---|
| clients/terminal/tui/widgets/status_panel.py 0 → 100644 |
|---|
| clients/terminal/tui/ws_bridge.py 0 → 100644 |
|---|
| clients/terminal/ws_client.py 0 → 100644 |
|---|
| docs/config.md |
|---|
| docs/navi_code.md 0 → 100644 |
|---|
| docs/navi_code_cli.md 0 → 100644 |
|---|
| docs/plan_navi_code.md 0 → 100644 |
|---|
| docs/plan_navi_code_tui.md 0 → 100644 |
|---|
| docs/profiles.md |
|---|
| navi/api/routes/sessions.py |
|---|
| navi/config.py |
|---|
| navi/profiles/navi_code/config.json 0 → 100644 |
|---|
| navi/profiles/navi_code/subagent_system_prompt.txt 0 → 100644 |
|---|
| navi/profiles/navi_code/system_prompt.txt 0 → 100644 |
|---|
| persona_navi_code.txt 0 → 100644 |
|---|
| pyproject.toml |
|---|
| tests/__init__.py 0 → 100644 |
|---|
| tests/clients/__init__.py 0 → 100644 |
|---|
| tests/clients/test_diff_artifact_renderers.py 0 → 100644 |
|---|
| tests/clients/test_file_refs.py 0 → 100644 |
|---|
| tests/clients/test_permission_dialog.py 0 → 100644 |
|---|
| tests/clients/test_permissions.py 0 → 100644 |
|---|
| tests/clients/test_shell_runner.py 0 → 100644 |
|---|
| tests/clients/test_terminal_client.py 0 → 100644 |
|---|
| tests/clients/test_terminal_ws.py 0 → 100644 |
|---|
| tests/clients/test_tui_app.py 0 → 100644 |
|---|
| tests/clients/test_tui_export.py 0 → 100644 |
|---|
| tests/clients/test_tui_sessions_panel.py 0 → 100644 |
|---|
| tests/clients/test_tui_settings.py 0 → 100644 |
|---|
| tests/clients/test_tui_themes.py 0 → 100644 |
|---|
| tests/integration/__init__.py 0 → 100644 |
|---|
| tests/integration/conftest.py |
|---|
| tests/integration/test_auth_disabled.py |
|---|
| tests/integration/test_websocket.py |
|---|
| tests/unit/__init__.py 0 → 100644 |
|---|
| tests/unit/api/__init__.py 0 → 100644 |
|---|