jonsoc 1.1.48 → 1.1.50
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/bin/jonsoc +17 -9
- package/package.json +8 -142
- package/postinstall.mjs +15 -0
- package/AGENTS.md +0 -27
- package/Dockerfile +0 -18
- package/PUBLISHING_GUIDE.md +0 -151
- package/README.md +0 -58
- package/bunfig.toml +0 -7
- package/package.json.placeholder +0 -11
- package/parsers-config.ts +0 -253
- package/script/build.ts +0 -115
- package/script/publish-registries.ts +0 -197
- package/script/publish.ts +0 -110
- package/script/schema.ts +0 -47
- package/script/seed-e2e.ts +0 -50
- package/src/acp/README.md +0 -164
- package/src/acp/agent.ts +0 -1437
- package/src/acp/session.ts +0 -105
- package/src/acp/types.ts +0 -22
- package/src/agent/agent.ts +0 -347
- package/src/agent/generate.txt +0 -75
- package/src/agent/prompt/compaction.txt +0 -12
- package/src/agent/prompt/explore.txt +0 -18
- package/src/agent/prompt/summary.txt +0 -11
- package/src/agent/prompt/title.txt +0 -44
- package/src/auth/index.ts +0 -73
- package/src/brand/index.ts +0 -89
- package/src/bun/index.ts +0 -139
- package/src/bus/bus-event.ts +0 -43
- package/src/bus/global.ts +0 -10
- package/src/bus/index.ts +0 -105
- package/src/cli/bootstrap.ts +0 -17
- package/src/cli/cmd/acp.ts +0 -69
- package/src/cli/cmd/agent.ts +0 -257
- package/src/cli/cmd/auth.ts +0 -405
- package/src/cli/cmd/cmd.ts +0 -7
- package/src/cli/cmd/debug/agent.ts +0 -166
- package/src/cli/cmd/debug/config.ts +0 -16
- package/src/cli/cmd/debug/file.ts +0 -97
- package/src/cli/cmd/debug/index.ts +0 -48
- package/src/cli/cmd/debug/lsp.ts +0 -52
- package/src/cli/cmd/debug/ripgrep.ts +0 -87
- package/src/cli/cmd/debug/scrap.ts +0 -16
- package/src/cli/cmd/debug/skill.ts +0 -16
- package/src/cli/cmd/debug/snapshot.ts +0 -52
- package/src/cli/cmd/export.ts +0 -88
- package/src/cli/cmd/generate.ts +0 -38
- package/src/cli/cmd/github.ts +0 -1548
- package/src/cli/cmd/import.ts +0 -99
- package/src/cli/cmd/mcp.ts +0 -765
- package/src/cli/cmd/models.ts +0 -77
- package/src/cli/cmd/pr.ts +0 -112
- package/src/cli/cmd/run.ts +0 -395
- package/src/cli/cmd/serve.ts +0 -20
- package/src/cli/cmd/session.ts +0 -135
- package/src/cli/cmd/stats.ts +0 -402
- package/src/cli/cmd/tui/app.tsx +0 -923
- package/src/cli/cmd/tui/attach.ts +0 -39
- package/src/cli/cmd/tui/component/border.tsx +0 -21
- package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-command.tsx +0 -162
- package/src/cli/cmd/tui/component/dialog-error-log.tsx +0 -155
- package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
- package/src/cli/cmd/tui/component/dialog-model.tsx +0 -234
- package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -256
- package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -114
- package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
- package/src/cli/cmd/tui/component/dialog-stash.tsx +0 -87
- package/src/cli/cmd/tui/component/dialog-status.tsx +0 -164
- package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
- package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
- package/src/cli/cmd/tui/component/dynamic-layout.tsx +0 -86
- package/src/cli/cmd/tui/component/inspector-overlay.tsx +0 -247
- package/src/cli/cmd/tui/component/logo.tsx +0 -88
- package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -653
- package/src/cli/cmd/tui/component/prompt/frecency.tsx +0 -89
- package/src/cli/cmd/tui/component/prompt/history.tsx +0 -108
- package/src/cli/cmd/tui/component/prompt/index.tsx +0 -1347
- package/src/cli/cmd/tui/component/prompt/stash.tsx +0 -101
- package/src/cli/cmd/tui/component/textarea-keybindings.ts +0 -73
- package/src/cli/cmd/tui/component/tips.tsx +0 -153
- package/src/cli/cmd/tui/component/todo-item.tsx +0 -32
- package/src/cli/cmd/tui/context/args.tsx +0 -14
- package/src/cli/cmd/tui/context/directory.ts +0 -13
- package/src/cli/cmd/tui/context/error-log.tsx +0 -56
- package/src/cli/cmd/tui/context/exit.tsx +0 -26
- package/src/cli/cmd/tui/context/helper.tsx +0 -25
- package/src/cli/cmd/tui/context/inspector.tsx +0 -57
- package/src/cli/cmd/tui/context/keybind.tsx +0 -108
- package/src/cli/cmd/tui/context/kv.tsx +0 -53
- package/src/cli/cmd/tui/context/layout.tsx +0 -240
- package/src/cli/cmd/tui/context/local.tsx +0 -402
- package/src/cli/cmd/tui/context/prompt.tsx +0 -18
- package/src/cli/cmd/tui/context/route.tsx +0 -51
- package/src/cli/cmd/tui/context/sdk.tsx +0 -94
- package/src/cli/cmd/tui/context/sync.tsx +0 -449
- package/src/cli/cmd/tui/context/theme/aura.json +0 -69
- package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
- package/src/cli/cmd/tui/context/theme/carbonfox.json +0 -248
- package/src/cli/cmd/tui/context/theme/catppuccin-frappe.json +0 -233
- package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
- package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
- package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
- package/src/cli/cmd/tui/context/theme/cursor.json +0 -249
- package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
- package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
- package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
- package/src/cli/cmd/tui/context/theme/github.json +0 -233
- package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -242
- package/src/cli/cmd/tui/context/theme/jonsoc.json +0 -245
- package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
- package/src/cli/cmd/tui/context/theme/lucent-orng.json +0 -237
- package/src/cli/cmd/tui/context/theme/material.json +0 -235
- package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
- package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
- package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
- package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
- package/src/cli/cmd/tui/context/theme/nord.json +0 -223
- package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
- package/src/cli/cmd/tui/context/theme/orng.json +0 -249
- package/src/cli/cmd/tui/context/theme/osaka-jade.json +0 -93
- package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
- package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
- package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
- package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
- package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
- package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
- package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
- package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
- package/src/cli/cmd/tui/context/theme.tsx +0 -1153
- package/src/cli/cmd/tui/event.ts +0 -48
- package/src/cli/cmd/tui/hooks/use-command-registry.tsx +0 -184
- package/src/cli/cmd/tui/routes/home.tsx +0 -198
- package/src/cli/cmd/tui/routes/session/dialog-fork-from-timeline.tsx +0 -64
- package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -109
- package/src/cli/cmd/tui/routes/session/dialog-subagent.tsx +0 -26
- package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -47
- package/src/cli/cmd/tui/routes/session/footer.tsx +0 -91
- package/src/cli/cmd/tui/routes/session/git-commit.tsx +0 -59
- package/src/cli/cmd/tui/routes/session/git-history.tsx +0 -122
- package/src/cli/cmd/tui/routes/session/header.tsx +0 -185
- package/src/cli/cmd/tui/routes/session/index.tsx +0 -2363
- package/src/cli/cmd/tui/routes/session/navigator-ui.tsx +0 -214
- package/src/cli/cmd/tui/routes/session/navigator.tsx +0 -1124
- package/src/cli/cmd/tui/routes/session/panel-explorer.tsx +0 -553
- package/src/cli/cmd/tui/routes/session/panel-viewer.tsx +0 -386
- package/src/cli/cmd/tui/routes/session/permission.tsx +0 -501
- package/src/cli/cmd/tui/routes/session/question.tsx +0 -507
- package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -365
- package/src/cli/cmd/tui/routes/session/vcs-diff-viewer.tsx +0 -37
- package/src/cli/cmd/tui/routes/ui-settings.tsx +0 -449
- package/src/cli/cmd/tui/thread.ts +0 -172
- package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -90
- package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -83
- package/src/cli/cmd/tui/ui/dialog-export-options.tsx +0 -204
- package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -38
- package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -77
- package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -384
- package/src/cli/cmd/tui/ui/dialog.tsx +0 -170
- package/src/cli/cmd/tui/ui/link.tsx +0 -28
- package/src/cli/cmd/tui/ui/spinner.ts +0 -375
- package/src/cli/cmd/tui/ui/toast.tsx +0 -100
- package/src/cli/cmd/tui/util/clipboard.ts +0 -255
- package/src/cli/cmd/tui/util/editor.ts +0 -32
- package/src/cli/cmd/tui/util/signal.ts +0 -7
- package/src/cli/cmd/tui/util/terminal.ts +0 -114
- package/src/cli/cmd/tui/util/transcript.ts +0 -98
- package/src/cli/cmd/tui/worker.ts +0 -152
- package/src/cli/cmd/uninstall.ts +0 -362
- package/src/cli/cmd/upgrade.ts +0 -73
- package/src/cli/cmd/web.ts +0 -81
- package/src/cli/error.ts +0 -57
- package/src/cli/network.ts +0 -53
- package/src/cli/ui.ts +0 -119
- package/src/cli/upgrade.ts +0 -25
- package/src/command/index.ts +0 -131
- package/src/command/template/initialize.txt +0 -10
- package/src/command/template/review.txt +0 -99
- package/src/config/config.ts +0 -1404
- package/src/config/markdown.ts +0 -93
- package/src/env/index.ts +0 -26
- package/src/file/ignore.ts +0 -83
- package/src/file/index.ts +0 -432
- package/src/file/ripgrep.ts +0 -407
- package/src/file/time.ts +0 -69
- package/src/file/watcher.ts +0 -127
- package/src/flag/flag.ts +0 -80
- package/src/format/formatter.ts +0 -357
- package/src/format/index.ts +0 -137
- package/src/global/index.ts +0 -58
- package/src/id/id.ts +0 -83
- package/src/ide/index.ts +0 -76
- package/src/index.ts +0 -208
- package/src/installation/index.ts +0 -258
- package/src/lsp/client.ts +0 -252
- package/src/lsp/index.ts +0 -485
- package/src/lsp/language.ts +0 -119
- package/src/lsp/server.ts +0 -2046
- package/src/mcp/auth.ts +0 -135
- package/src/mcp/index.ts +0 -934
- package/src/mcp/oauth-callback.ts +0 -200
- package/src/mcp/oauth-provider.ts +0 -155
- package/src/patch/index.ts +0 -680
- package/src/permission/arity.ts +0 -163
- package/src/permission/index.ts +0 -210
- package/src/permission/next.ts +0 -280
- package/src/plugin/codex.ts +0 -500
- package/src/plugin/copilot.ts +0 -283
- package/src/plugin/index.ts +0 -135
- package/src/project/bootstrap.ts +0 -35
- package/src/project/instance.ts +0 -91
- package/src/project/project.ts +0 -371
- package/src/project/state.ts +0 -66
- package/src/project/vcs.ts +0 -151
- package/src/provider/auth.ts +0 -147
- package/src/provider/models-macro.ts +0 -14
- package/src/provider/models.ts +0 -114
- package/src/provider/provider.ts +0 -1220
- package/src/provider/sdk/openai-compatible/src/README.md +0 -5
- package/src/provider/sdk/openai-compatible/src/index.ts +0 -2
- package/src/provider/sdk/openai-compatible/src/openai-compatible-provider.ts +0 -100
- package/src/provider/sdk/openai-compatible/src/responses/convert-to-openai-responses-input.ts +0 -303
- package/src/provider/sdk/openai-compatible/src/responses/map-openai-responses-finish-reason.ts +0 -22
- package/src/provider/sdk/openai-compatible/src/responses/openai-config.ts +0 -18
- package/src/provider/sdk/openai-compatible/src/responses/openai-error.ts +0 -22
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-api-types.ts +0 -207
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-language-model.ts +0 -1732
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-prepare-tools.ts +0 -177
- package/src/provider/sdk/openai-compatible/src/responses/openai-responses-settings.ts +0 -1
- package/src/provider/sdk/openai-compatible/src/responses/tool/code-interpreter.ts +0 -88
- package/src/provider/sdk/openai-compatible/src/responses/tool/file-search.ts +0 -128
- package/src/provider/sdk/openai-compatible/src/responses/tool/image-generation.ts +0 -115
- package/src/provider/sdk/openai-compatible/src/responses/tool/local-shell.ts +0 -65
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search-preview.ts +0 -104
- package/src/provider/sdk/openai-compatible/src/responses/tool/web-search.ts +0 -103
- package/src/provider/transform.ts +0 -742
- package/src/pty/index.ts +0 -241
- package/src/question/index.ts +0 -176
- package/src/scheduler/index.ts +0 -61
- package/src/server/error.ts +0 -36
- package/src/server/event.ts +0 -7
- package/src/server/mdns.ts +0 -59
- package/src/server/routes/config.ts +0 -92
- package/src/server/routes/experimental.ts +0 -208
- package/src/server/routes/file.ts +0 -227
- package/src/server/routes/global.ts +0 -135
- package/src/server/routes/mcp.ts +0 -225
- package/src/server/routes/permission.ts +0 -68
- package/src/server/routes/project.ts +0 -82
- package/src/server/routes/provider.ts +0 -165
- package/src/server/routes/pty.ts +0 -169
- package/src/server/routes/question.ts +0 -98
- package/src/server/routes/session.ts +0 -939
- package/src/server/routes/tui.ts +0 -379
- package/src/server/server.ts +0 -663
- package/src/session/compaction.ts +0 -225
- package/src/session/index.ts +0 -498
- package/src/session/llm.ts +0 -288
- package/src/session/message-v2.ts +0 -740
- package/src/session/message.ts +0 -189
- package/src/session/processor.ts +0 -406
- package/src/session/prompt/anthropic-20250930.txt +0 -168
- package/src/session/prompt/anthropic.txt +0 -172
- package/src/session/prompt/anthropic_spoof.txt +0 -1
- package/src/session/prompt/beast.txt +0 -149
- package/src/session/prompt/build-switch.txt +0 -5
- package/src/session/prompt/codex_header.txt +0 -81
- package/src/session/prompt/copilot-gpt-5.txt +0 -145
- package/src/session/prompt/gemini.txt +0 -157
- package/src/session/prompt/max-steps.txt +0 -16
- package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
- package/src/session/prompt/plan.txt +0 -26
- package/src/session/prompt/qwen.txt +0 -111
- package/src/session/prompt.ts +0 -1815
- package/src/session/retry.ts +0 -90
- package/src/session/revert.ts +0 -121
- package/src/session/status.ts +0 -76
- package/src/session/summary.ts +0 -150
- package/src/session/system.ts +0 -156
- package/src/session/todo.ts +0 -37
- package/src/share/share-next.ts +0 -204
- package/src/share/share.ts +0 -95
- package/src/shell/shell.ts +0 -67
- package/src/skill/index.ts +0 -1
- package/src/skill/skill.ts +0 -135
- package/src/snapshot/index.ts +0 -236
- package/src/storage/storage.ts +0 -227
- package/src/tool/apply_patch.ts +0 -279
- package/src/tool/apply_patch.txt +0 -33
- package/src/tool/bash.ts +0 -258
- package/src/tool/bash.txt +0 -115
- package/src/tool/batch.ts +0 -175
- package/src/tool/batch.txt +0 -24
- package/src/tool/codesearch.ts +0 -132
- package/src/tool/codesearch.txt +0 -12
- package/src/tool/edit.ts +0 -645
- package/src/tool/edit.txt +0 -10
- package/src/tool/external-directory.ts +0 -32
- package/src/tool/glob.ts +0 -77
- package/src/tool/glob.txt +0 -6
- package/src/tool/grep.ts +0 -154
- package/src/tool/grep.txt +0 -8
- package/src/tool/invalid.ts +0 -17
- package/src/tool/ls.ts +0 -121
- package/src/tool/ls.txt +0 -1
- package/src/tool/lsp.ts +0 -96
- package/src/tool/lsp.txt +0 -19
- package/src/tool/multiedit.ts +0 -46
- package/src/tool/multiedit.txt +0 -41
- package/src/tool/plan-enter.txt +0 -14
- package/src/tool/plan-exit.txt +0 -13
- package/src/tool/plan.ts +0 -130
- package/src/tool/question.ts +0 -33
- package/src/tool/question.txt +0 -10
- package/src/tool/read.ts +0 -202
- package/src/tool/read.txt +0 -12
- package/src/tool/registry.ts +0 -162
- package/src/tool/skill.ts +0 -82
- package/src/tool/task.ts +0 -188
- package/src/tool/task.txt +0 -60
- package/src/tool/todo.ts +0 -53
- package/src/tool/todoread.txt +0 -14
- package/src/tool/todowrite.txt +0 -167
- package/src/tool/tool.ts +0 -88
- package/src/tool/truncation.ts +0 -106
- package/src/tool/webfetch.ts +0 -182
- package/src/tool/webfetch.txt +0 -13
- package/src/tool/websearch.ts +0 -150
- package/src/tool/websearch.txt +0 -14
- package/src/tool/write.ts +0 -80
- package/src/tool/write.txt +0 -8
- package/src/util/archive.ts +0 -16
- package/src/util/color.ts +0 -19
- package/src/util/context.ts +0 -25
- package/src/util/defer.ts +0 -12
- package/src/util/eventloop.ts +0 -20
- package/src/util/filesystem.ts +0 -93
- package/src/util/fn.ts +0 -11
- package/src/util/format.ts +0 -20
- package/src/util/iife.ts +0 -3
- package/src/util/keybind.ts +0 -103
- package/src/util/lazy.ts +0 -18
- package/src/util/locale.ts +0 -81
- package/src/util/lock.ts +0 -98
- package/src/util/log.ts +0 -180
- package/src/util/queue.ts +0 -32
- package/src/util/rpc.ts +0 -66
- package/src/util/scrap.ts +0 -10
- package/src/util/signal.ts +0 -12
- package/src/util/timeout.ts +0 -14
- package/src/util/token.ts +0 -7
- package/src/util/wildcard.ts +0 -56
- package/src/worktree/index.ts +0 -524
- package/sst-env.d.ts +0 -9
- package/test/acp/agent-interface.test.ts +0 -51
- package/test/acp/event-subscription.test.ts +0 -436
- package/test/agent/agent.test.ts +0 -638
- package/test/bun.test.ts +0 -53
- package/test/cli/cmd/tui/fileref.test.ts +0 -30
- package/test/cli/github-action.test.ts +0 -129
- package/test/cli/github-remote.test.ts +0 -80
- package/test/cli/tui/navigator_logic.test.ts +0 -99
- package/test/cli/tui/transcript.test.ts +0 -297
- package/test/cli/ui.test.ts +0 -80
- package/test/config/agent-color.test.ts +0 -66
- package/test/config/config.test.ts +0 -1613
- package/test/config/fixtures/empty-frontmatter.md +0 -4
- package/test/config/fixtures/frontmatter.md +0 -28
- package/test/config/fixtures/no-frontmatter.md +0 -1
- package/test/config/markdown.test.ts +0 -192
- package/test/file/ignore.test.ts +0 -10
- package/test/file/path-traversal.test.ts +0 -198
- package/test/fixture/fixture.ts +0 -45
- package/test/fixture/lsp/fake-lsp-server.js +0 -77
- package/test/ide/ide.test.ts +0 -82
- package/test/keybind.test.ts +0 -421
- package/test/lsp/client.test.ts +0 -95
- package/test/mcp/headers.test.ts +0 -153
- package/test/mcp/oauth-browser.test.ts +0 -261
- package/test/patch/patch.test.ts +0 -348
- package/test/permission/arity.test.ts +0 -33
- package/test/permission/next.test.ts +0 -690
- package/test/permission-task.test.ts +0 -319
- package/test/plugin/codex.test.ts +0 -123
- package/test/preload.ts +0 -67
- package/test/project/project.test.ts +0 -120
- package/test/provider/amazon-bedrock.test.ts +0 -268
- package/test/provider/gitlab-duo.test.ts +0 -286
- package/test/provider/provider.test.ts +0 -2149
- package/test/provider/transform.test.ts +0 -1631
- package/test/question/question.test.ts +0 -300
- package/test/scheduler.test.ts +0 -73
- package/test/server/session-list.test.ts +0 -39
- package/test/server/session-select.test.ts +0 -78
- package/test/session/compaction.test.ts +0 -293
- package/test/session/llm.test.ts +0 -90
- package/test/session/message-v2.test.ts +0 -786
- package/test/session/retry.test.ts +0 -131
- package/test/session/revert-compact.test.ts +0 -285
- package/test/session/session.test.ts +0 -71
- package/test/skill/skill.test.ts +0 -185
- package/test/snapshot/snapshot.test.ts +0 -939
- package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
- package/test/tool/apply_patch.test.ts +0 -499
- package/test/tool/bash.test.ts +0 -320
- package/test/tool/external-directory.test.ts +0 -126
- package/test/tool/fixtures/large-image.png +0 -0
- package/test/tool/fixtures/models-api.json +0 -33453
- package/test/tool/grep.test.ts +0 -109
- package/test/tool/question.test.ts +0 -105
- package/test/tool/read.test.ts +0 -332
- package/test/tool/registry.test.ts +0 -76
- package/test/tool/truncation.test.ts +0 -159
- package/test/util/filesystem.test.ts +0 -39
- package/test/util/format.test.ts +0 -59
- package/test/util/iife.test.ts +0 -36
- package/test/util/lazy.test.ts +0 -50
- package/test/util/lock.test.ts +0 -72
- package/test/util/timeout.test.ts +0 -21
- package/test/util/wildcard.test.ts +0 -75
- package/tsconfig.json +0 -16
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { createMemo, Match, onCleanup, onMount, Show, Switch } from "solid-js"
|
|
2
|
-
import { useTheme } from "../../context/theme"
|
|
3
|
-
import { useSync } from "../../context/sync"
|
|
4
|
-
import { useDirectory } from "../../context/directory"
|
|
5
|
-
import { useConnected } from "../../component/dialog-model"
|
|
6
|
-
import { createStore } from "solid-js/store"
|
|
7
|
-
import { useRoute } from "../../context/route"
|
|
8
|
-
|
|
9
|
-
export function Footer() {
|
|
10
|
-
const { theme } = useTheme()
|
|
11
|
-
const sync = useSync()
|
|
12
|
-
const route = useRoute()
|
|
13
|
-
const mcp = createMemo(() => Object.values(sync.data.mcp).filter((x) => x.status === "connected").length)
|
|
14
|
-
const mcpError = createMemo(() => Object.values(sync.data.mcp).some((x) => x.status === "failed"))
|
|
15
|
-
const lsp = createMemo(() => Object.keys(sync.data.lsp))
|
|
16
|
-
const permissions = createMemo(() => {
|
|
17
|
-
if (route.data.type !== "session") return []
|
|
18
|
-
return sync.data.permission[route.data.sessionID] ?? []
|
|
19
|
-
})
|
|
20
|
-
const directory = useDirectory()
|
|
21
|
-
const connected = useConnected()
|
|
22
|
-
|
|
23
|
-
const [store, setStore] = createStore({
|
|
24
|
-
welcome: false,
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
onMount(() => {
|
|
28
|
-
// Track all timeouts to ensure proper cleanup
|
|
29
|
-
const timeouts: ReturnType<typeof setTimeout>[] = []
|
|
30
|
-
|
|
31
|
-
function tick() {
|
|
32
|
-
if (connected()) return
|
|
33
|
-
if (!store.welcome) {
|
|
34
|
-
setStore("welcome", true)
|
|
35
|
-
timeouts.push(setTimeout(() => tick(), 5000))
|
|
36
|
-
return
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
if (store.welcome) {
|
|
40
|
-
setStore("welcome", false)
|
|
41
|
-
timeouts.push(setTimeout(() => tick(), 10_000))
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
timeouts.push(setTimeout(() => tick(), 10_000))
|
|
46
|
-
|
|
47
|
-
onCleanup(() => {
|
|
48
|
-
timeouts.forEach(clearTimeout)
|
|
49
|
-
})
|
|
50
|
-
})
|
|
51
|
-
|
|
52
|
-
return (
|
|
53
|
-
<box flexDirection="row" justifyContent="space-between" gap={1} flexShrink={0}>
|
|
54
|
-
<text fg={theme.textMuted}>{directory()}</text>
|
|
55
|
-
<box gap={2} flexDirection="row" flexShrink={0}>
|
|
56
|
-
<Switch>
|
|
57
|
-
<Match when={store.welcome}>
|
|
58
|
-
<text fg={theme.text}>
|
|
59
|
-
Get started <span style={{ fg: theme.textMuted }}>/connect</span>
|
|
60
|
-
</text>
|
|
61
|
-
</Match>
|
|
62
|
-
<Match when={connected()}>
|
|
63
|
-
<Show when={permissions().length > 0}>
|
|
64
|
-
<text fg={theme.warning}>
|
|
65
|
-
<span style={{ fg: theme.warning }}>△</span> {permissions().length} Permission
|
|
66
|
-
{permissions().length > 1 ? "s" : ""}
|
|
67
|
-
</text>
|
|
68
|
-
</Show>
|
|
69
|
-
<text fg={theme.text}>
|
|
70
|
-
<span style={{ fg: lsp().length > 0 ? theme.success : theme.textMuted }}>•</span> {lsp().length} LSP
|
|
71
|
-
</text>
|
|
72
|
-
<Show when={mcp()}>
|
|
73
|
-
<text fg={theme.text}>
|
|
74
|
-
<Switch>
|
|
75
|
-
<Match when={mcpError()}>
|
|
76
|
-
<span style={{ fg: theme.error }}>⊙ </span>
|
|
77
|
-
</Match>
|
|
78
|
-
<Match when={true}>
|
|
79
|
-
<span style={{ fg: theme.success }}>⊙ </span>
|
|
80
|
-
</Match>
|
|
81
|
-
</Switch>
|
|
82
|
-
{mcp()} MCP
|
|
83
|
-
</text>
|
|
84
|
-
</Show>
|
|
85
|
-
<text fg={theme.textMuted}>/status</text>
|
|
86
|
-
</Match>
|
|
87
|
-
</Switch>
|
|
88
|
-
</box>
|
|
89
|
-
</box>
|
|
90
|
-
)
|
|
91
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { type Accessor } from "solid-js"
|
|
2
|
-
import type { InputRenderable } from "@opentui/core"
|
|
3
|
-
import { useTheme } from "@tui/context/theme"
|
|
4
|
-
import { ActionButton } from "./navigator-ui"
|
|
5
|
-
|
|
6
|
-
export type GitCommitProps = {
|
|
7
|
-
commitMessage: Accessor<string>
|
|
8
|
-
setCommitMessage: (msg: string) => void
|
|
9
|
-
onCommit: () => void
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export function GitCommit(props: GitCommitProps) {
|
|
13
|
-
const theme = useTheme()
|
|
14
|
-
let input: InputRenderable
|
|
15
|
-
|
|
16
|
-
return (
|
|
17
|
-
<box
|
|
18
|
-
paddingLeft={1}
|
|
19
|
-
paddingRight={1}
|
|
20
|
-
paddingTop={1}
|
|
21
|
-
paddingBottom={1}
|
|
22
|
-
flexDirection="row"
|
|
23
|
-
gap={1}
|
|
24
|
-
flexShrink={0}
|
|
25
|
-
backgroundColor={theme.theme.background}
|
|
26
|
-
onMouseUp={(e) => e.stopPropagation()}
|
|
27
|
-
>
|
|
28
|
-
<box
|
|
29
|
-
flexGrow={1}
|
|
30
|
-
paddingLeft={1}
|
|
31
|
-
paddingRight={1}
|
|
32
|
-
backgroundColor={theme.theme.backgroundElement}
|
|
33
|
-
onMouseUp={() => input?.focus()}
|
|
34
|
-
>
|
|
35
|
-
<input
|
|
36
|
-
ref={(el) => (input = el)}
|
|
37
|
-
placeholder="Message..."
|
|
38
|
-
value={props.commitMessage()}
|
|
39
|
-
onInput={props.setCommitMessage}
|
|
40
|
-
onMouseUp={() => input?.focus()}
|
|
41
|
-
onKeyDown={(e) => {
|
|
42
|
-
if (e.name === "return" && (e.ctrl || e.meta)) {
|
|
43
|
-
props.onCommit()
|
|
44
|
-
}
|
|
45
|
-
}}
|
|
46
|
-
focusedBackgroundColor={theme.theme.backgroundElement}
|
|
47
|
-
cursorColor={theme.theme.primary}
|
|
48
|
-
/>
|
|
49
|
-
</box>
|
|
50
|
-
<ActionButton
|
|
51
|
-
label="Commit"
|
|
52
|
-
onSelect={props.onCommit}
|
|
53
|
-
disabled={!props.commitMessage().trim()}
|
|
54
|
-
primary
|
|
55
|
-
flexGrow={0}
|
|
56
|
-
/>
|
|
57
|
-
</box>
|
|
58
|
-
)
|
|
59
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { type Accessor, createMemo, For, Show } from "solid-js"
|
|
2
|
-
import { TextAttributes } from "@opentui/core"
|
|
3
|
-
import type { ScrollAcceleration } from "@opentui/core"
|
|
4
|
-
import { useTheme, selectedForeground } from "@tui/context/theme"
|
|
5
|
-
import { Locale } from "@/util/locale"
|
|
6
|
-
import type { VcsHistoryLine } from "@jonsoc/sdk/v2"
|
|
7
|
-
|
|
8
|
-
class CustomSpeedScroll implements ScrollAcceleration {
|
|
9
|
-
constructor(private speed: number) {}
|
|
10
|
-
|
|
11
|
-
tick(_now?: number): number {
|
|
12
|
-
return this.speed
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
reset(): void {}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export type GitHistoryProps = {
|
|
19
|
-
branch: Accessor<string | undefined>
|
|
20
|
-
historyEntries: Accessor<VcsHistoryLine[]>
|
|
21
|
-
historyHeight: Accessor<number>
|
|
22
|
-
onBranchSwitcher: () => void
|
|
23
|
-
viewportOptions: any
|
|
24
|
-
verticalScrollbarOptions: any
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export function GitHistory(props: GitHistoryProps) {
|
|
28
|
-
const theme = useTheme()
|
|
29
|
-
|
|
30
|
-
return (
|
|
31
|
-
<box height={props.historyHeight()} flexShrink={0}>
|
|
32
|
-
<box
|
|
33
|
-
paddingLeft={1}
|
|
34
|
-
paddingRight={1}
|
|
35
|
-
paddingTop={1}
|
|
36
|
-
paddingBottom={1}
|
|
37
|
-
flexDirection="row"
|
|
38
|
-
justifyContent="space-between"
|
|
39
|
-
backgroundColor={theme.theme.background}
|
|
40
|
-
border={["top"]}
|
|
41
|
-
borderColor={theme.theme.border}
|
|
42
|
-
>
|
|
43
|
-
<box flexDirection="row" gap={1} onMouseUp={props.onBranchSwitcher}>
|
|
44
|
-
<text fg={theme.theme.text}>
|
|
45
|
-
<b>History</b>
|
|
46
|
-
</text>
|
|
47
|
-
<Show when={props.branch()}>
|
|
48
|
-
<box backgroundColor={theme.theme.primary} paddingLeft={1} paddingRight={1}>
|
|
49
|
-
<text fg={selectedForeground(theme.theme, theme.theme.primary)} wrapMode="none">
|
|
50
|
-
{props.branch()}
|
|
51
|
-
</text>
|
|
52
|
-
</box>
|
|
53
|
-
</Show>
|
|
54
|
-
</box>
|
|
55
|
-
<text fg={theme.theme.textMuted}>{props.historyEntries().length} commits</text>
|
|
56
|
-
</box>
|
|
57
|
-
<scrollbox
|
|
58
|
-
flexGrow={1}
|
|
59
|
-
height="100%"
|
|
60
|
-
paddingBottom={1}
|
|
61
|
-
viewportOptions={props.viewportOptions}
|
|
62
|
-
verticalScrollbarOptions={props.verticalScrollbarOptions}
|
|
63
|
-
scrollAcceleration={new CustomSpeedScroll(3)}
|
|
64
|
-
>
|
|
65
|
-
<Show
|
|
66
|
-
when={props.historyEntries().length > 0}
|
|
67
|
-
fallback={<text fg={theme.theme.textMuted}>No commits yet</text>}
|
|
68
|
-
>
|
|
69
|
-
<box flexDirection="column" gap={0}>
|
|
70
|
-
<For each={props.historyEntries()}>{(entry) => <HistoryRow entry={entry} />}</For>
|
|
71
|
-
</box>
|
|
72
|
-
</Show>
|
|
73
|
-
</scrollbox>
|
|
74
|
-
</box>
|
|
75
|
-
)
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function HistoryRow(props: { entry: VcsHistoryLine & { author?: string } }) {
|
|
79
|
-
const theme = useTheme()
|
|
80
|
-
|
|
81
|
-
const graph = () =>
|
|
82
|
-
props.entry.graph.replace(/\*/g, "●").replace(/\|/g, "│").replace(/\//g, "╯").replace(/\\/g, "╰").replace(/_/g, "─")
|
|
83
|
-
|
|
84
|
-
const cleanedRefs = createMemo(() => {
|
|
85
|
-
if (!props.entry.refs) return []
|
|
86
|
-
return props.entry.refs.map((r) => r.replace("HEAD -> ", "● "))
|
|
87
|
-
})
|
|
88
|
-
|
|
89
|
-
return (
|
|
90
|
-
<box flexDirection="row" gap={1}>
|
|
91
|
-
<text wrapMode="none" fg={theme.theme.accent}>
|
|
92
|
-
{graph()}
|
|
93
|
-
</text>
|
|
94
|
-
<box flexDirection="row" flexGrow={1} gap={1} overflow="hidden">
|
|
95
|
-
<text wrapMode="none" fg={theme.theme.text} flexGrow={1} flexShrink={1}>
|
|
96
|
-
{props.entry.subject}
|
|
97
|
-
</text>
|
|
98
|
-
|
|
99
|
-
<Show when={cleanedRefs().length > 0}>
|
|
100
|
-
<box flexDirection="row" gap={1} flexShrink={0} backgroundColor={theme.theme.background} paddingLeft={1}>
|
|
101
|
-
<For each={cleanedRefs()}>
|
|
102
|
-
{(ref) => {
|
|
103
|
-
const isHead = createMemo(() => ref.includes("● ") || ref.includes("tag: "))
|
|
104
|
-
const bg = createMemo(() => (isHead() ? theme.theme.warning : theme.theme.backgroundElement))
|
|
105
|
-
const fg = createMemo(() =>
|
|
106
|
-
isHead() ? selectedForeground(theme.theme, theme.theme.warning) : theme.theme.textMuted,
|
|
107
|
-
)
|
|
108
|
-
return (
|
|
109
|
-
<box backgroundColor={bg()} paddingLeft={1} paddingRight={1} flexShrink={0}>
|
|
110
|
-
<text wrapMode="none" fg={fg()} attributes={isHead() ? TextAttributes.BOLD : undefined}>
|
|
111
|
-
{ref.replace("tag: ", "🏷 ")}
|
|
112
|
-
</text>
|
|
113
|
-
</box>
|
|
114
|
-
)
|
|
115
|
-
}}
|
|
116
|
-
</For>
|
|
117
|
-
</box>
|
|
118
|
-
</Show>
|
|
119
|
-
</box>
|
|
120
|
-
</box>
|
|
121
|
-
)
|
|
122
|
-
}
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
import { type Accessor, createMemo, createSignal, Match, Show, Switch } from "solid-js"
|
|
2
|
-
import { useRouteData } from "@tui/context/route"
|
|
3
|
-
import { useSync } from "@tui/context/sync"
|
|
4
|
-
import { pipe, sumBy } from "remeda"
|
|
5
|
-
import { useTheme } from "@tui/context/theme"
|
|
6
|
-
import { SplitBorder } from "@tui/component/border"
|
|
7
|
-
import type { AssistantMessage, Session } from "@jonsoc/sdk/v2"
|
|
8
|
-
import { useCommandDialog } from "@tui/component/dialog-command"
|
|
9
|
-
import { useKeybind } from "../../context/keybind"
|
|
10
|
-
import { Installation } from "@/installation"
|
|
11
|
-
import { useTerminalDimensions } from "@opentui/solid"
|
|
12
|
-
|
|
13
|
-
type HeaderProps = {
|
|
14
|
-
navigatorOpen?: boolean
|
|
15
|
-
navigatorKeybind?: string
|
|
16
|
-
onNavigatorToggle?: () => void
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const Title = (props: { session: Accessor<Session> }) => {
|
|
20
|
-
const { theme } = useTheme()
|
|
21
|
-
return (
|
|
22
|
-
<text fg={theme.text}>
|
|
23
|
-
<span style={{ bold: true }}>#</span> <span style={{ bold: true }}>{props.session().title}</span>
|
|
24
|
-
</text>
|
|
25
|
-
)
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const ContextInfo = (props: { context: Accessor<string | undefined>; cost: Accessor<string> }) => {
|
|
29
|
-
const { theme } = useTheme()
|
|
30
|
-
return (
|
|
31
|
-
<Show when={props.context()}>
|
|
32
|
-
<text fg={theme.textMuted} wrapMode="none" flexShrink={0}>
|
|
33
|
-
{props.context()} ({props.cost()})
|
|
34
|
-
</text>
|
|
35
|
-
</Show>
|
|
36
|
-
)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export function Header(props: HeaderProps) {
|
|
40
|
-
const route = useRouteData("session")
|
|
41
|
-
const sync = useSync()
|
|
42
|
-
const session = createMemo(() => sync.session.get(route.sessionID)!)
|
|
43
|
-
const messages = createMemo(() => sync.data.message[route.sessionID] ?? [])
|
|
44
|
-
|
|
45
|
-
const cost = createMemo(() => {
|
|
46
|
-
const total = pipe(
|
|
47
|
-
messages(),
|
|
48
|
-
sumBy((x) => (x.role === "assistant" ? x.cost : 0)),
|
|
49
|
-
)
|
|
50
|
-
return new Intl.NumberFormat("en-US", {
|
|
51
|
-
style: "currency",
|
|
52
|
-
currency: "USD",
|
|
53
|
-
}).format(total)
|
|
54
|
-
})
|
|
55
|
-
|
|
56
|
-
const context = createMemo(() => {
|
|
57
|
-
const last = messages().findLast((x) => x.role === "assistant" && x.tokens.output > 0) as AssistantMessage
|
|
58
|
-
if (!last) return
|
|
59
|
-
const total =
|
|
60
|
-
last.tokens.input + last.tokens.output + last.tokens.reasoning + last.tokens.cache.read + last.tokens.cache.write
|
|
61
|
-
const model = sync.data.provider.find((x) => x.id === last.providerID)?.models[last.modelID]
|
|
62
|
-
let result = total.toLocaleString()
|
|
63
|
-
if (model?.limit.context) {
|
|
64
|
-
result += " " + Math.round((total / model.limit.context) * 100) + "%"
|
|
65
|
-
}
|
|
66
|
-
return result
|
|
67
|
-
})
|
|
68
|
-
|
|
69
|
-
const { theme } = useTheme()
|
|
70
|
-
const keybind = useKeybind()
|
|
71
|
-
const command = useCommandDialog()
|
|
72
|
-
const [hover, setHover] = createSignal<"parent" | "prev" | "next" | null>(null)
|
|
73
|
-
const [navigatorHover, setNavigatorHover] = createSignal(false)
|
|
74
|
-
const dimensions = useTerminalDimensions()
|
|
75
|
-
const narrow = createMemo(() => dimensions().width < 80)
|
|
76
|
-
const showNavigator = createMemo(() => Boolean(props.onNavigatorToggle))
|
|
77
|
-
const navigatorLabel = createMemo(() => (props.navigatorOpen ? "Hide navigator" : "Show navigator"))
|
|
78
|
-
|
|
79
|
-
return (
|
|
80
|
-
<box flexShrink={0}>
|
|
81
|
-
<box
|
|
82
|
-
paddingTop={1}
|
|
83
|
-
paddingBottom={1}
|
|
84
|
-
paddingLeft={2}
|
|
85
|
-
paddingRight={1}
|
|
86
|
-
{...SplitBorder}
|
|
87
|
-
border={["left"]}
|
|
88
|
-
borderColor={theme.border}
|
|
89
|
-
flexShrink={0}
|
|
90
|
-
backgroundColor={theme.backgroundPanel}
|
|
91
|
-
>
|
|
92
|
-
<Switch>
|
|
93
|
-
<Match when={session()?.parentID}>
|
|
94
|
-
<box flexDirection="column" gap={1}>
|
|
95
|
-
<box flexDirection={narrow() ? "column" : "row"} justifyContent="space-between" gap={narrow() ? 1 : 0}>
|
|
96
|
-
<box flexDirection="row" gap={1} alignItems="center">
|
|
97
|
-
<Show when={showNavigator()}>
|
|
98
|
-
<box
|
|
99
|
-
onMouseOver={() => setNavigatorHover(true)}
|
|
100
|
-
onMouseOut={() => setNavigatorHover(false)}
|
|
101
|
-
onMouseUp={() => props.onNavigatorToggle?.()}
|
|
102
|
-
backgroundColor={navigatorHover() ? theme.backgroundElement : theme.backgroundPanel}
|
|
103
|
-
>
|
|
104
|
-
<text fg={theme.text}>
|
|
105
|
-
{navigatorLabel()}
|
|
106
|
-
<Show when={props.navigatorKeybind}>
|
|
107
|
-
<span style={{ fg: theme.textMuted }}> {props.navigatorKeybind}</span>
|
|
108
|
-
</Show>
|
|
109
|
-
</text>
|
|
110
|
-
</box>
|
|
111
|
-
</Show>
|
|
112
|
-
<text fg={theme.text}>
|
|
113
|
-
<b>Subagent session</b>
|
|
114
|
-
</text>
|
|
115
|
-
</box>
|
|
116
|
-
<box flexDirection="row" gap={1} flexShrink={0}>
|
|
117
|
-
<ContextInfo context={context} cost={cost} />
|
|
118
|
-
<text fg={theme.textMuted}>v{Installation.VERSION}</text>
|
|
119
|
-
</box>
|
|
120
|
-
</box>
|
|
121
|
-
<box flexDirection="row" gap={2}>
|
|
122
|
-
<box
|
|
123
|
-
onMouseOver={() => setHover("parent")}
|
|
124
|
-
onMouseOut={() => setHover(null)}
|
|
125
|
-
onMouseUp={() => command.trigger("session.parent")}
|
|
126
|
-
backgroundColor={hover() === "parent" ? theme.backgroundElement : theme.backgroundPanel}
|
|
127
|
-
>
|
|
128
|
-
<text fg={theme.text}>
|
|
129
|
-
Parent <span style={{ fg: theme.textMuted }}>{keybind.print("session_parent")}</span>
|
|
130
|
-
</text>
|
|
131
|
-
</box>
|
|
132
|
-
<box
|
|
133
|
-
onMouseOver={() => setHover("prev")}
|
|
134
|
-
onMouseOut={() => setHover(null)}
|
|
135
|
-
onMouseUp={() => command.trigger("session.child.previous")}
|
|
136
|
-
backgroundColor={hover() === "prev" ? theme.backgroundElement : theme.backgroundPanel}
|
|
137
|
-
>
|
|
138
|
-
<text fg={theme.text}>
|
|
139
|
-
Prev <span style={{ fg: theme.textMuted }}>{keybind.print("session_child_cycle_reverse")}</span>
|
|
140
|
-
</text>
|
|
141
|
-
</box>
|
|
142
|
-
<box
|
|
143
|
-
onMouseOver={() => setHover("next")}
|
|
144
|
-
onMouseOut={() => setHover(null)}
|
|
145
|
-
onMouseUp={() => command.trigger("session.child.next")}
|
|
146
|
-
backgroundColor={hover() === "next" ? theme.backgroundElement : theme.backgroundPanel}
|
|
147
|
-
>
|
|
148
|
-
<text fg={theme.text}>
|
|
149
|
-
Next <span style={{ fg: theme.textMuted }}>{keybind.print("session_child_cycle")}</span>
|
|
150
|
-
</text>
|
|
151
|
-
</box>
|
|
152
|
-
</box>
|
|
153
|
-
</box>
|
|
154
|
-
</Match>
|
|
155
|
-
<Match when={true}>
|
|
156
|
-
<box flexDirection={narrow() ? "column" : "row"} justifyContent="space-between" gap={1}>
|
|
157
|
-
<box flexDirection="row" gap={1} alignItems="center">
|
|
158
|
-
<Show when={showNavigator()}>
|
|
159
|
-
<box
|
|
160
|
-
onMouseOver={() => setNavigatorHover(true)}
|
|
161
|
-
onMouseOut={() => setNavigatorHover(false)}
|
|
162
|
-
onMouseUp={() => props.onNavigatorToggle?.()}
|
|
163
|
-
backgroundColor={navigatorHover() ? theme.backgroundElement : theme.backgroundPanel}
|
|
164
|
-
>
|
|
165
|
-
<text fg={theme.text}>
|
|
166
|
-
{navigatorLabel()}
|
|
167
|
-
<Show when={props.navigatorKeybind}>
|
|
168
|
-
<span style={{ fg: theme.textMuted }}> {props.navigatorKeybind}</span>
|
|
169
|
-
</Show>
|
|
170
|
-
</text>
|
|
171
|
-
</box>
|
|
172
|
-
</Show>
|
|
173
|
-
<Title session={session} />
|
|
174
|
-
</box>
|
|
175
|
-
<box flexDirection="row" gap={1} flexShrink={0}>
|
|
176
|
-
<ContextInfo context={context} cost={cost} />
|
|
177
|
-
<text fg={theme.textMuted}>v{Installation.VERSION}</text>
|
|
178
|
-
</box>
|
|
179
|
-
</box>
|
|
180
|
-
</Match>
|
|
181
|
-
</Switch>
|
|
182
|
-
</box>
|
|
183
|
-
</box>
|
|
184
|
-
)
|
|
185
|
-
}
|