openclaw/src/commands
sheeek 1c757ae35e refactor(sandbox): use extracted display and formatter modules
Update sandbox.ts to import and use functions from:
- sandbox-display.ts for all UI output
- sandbox-formatters.ts for data formatting

Removes 141 LOC of display/formatting code from sandbox.ts,
reducing it from 351 to 210 LOC (-40%).

Core business logic now clearer and more focused.
2026-01-09 13:23:16 +01:00
..
models chore(lint): biome import order 2026-01-09 09:27:42 +01:00
providers test: update google-shared expectations 2026-01-09 03:04:16 +01:00
agent-via-gateway.test.ts fix: route agent CLI via gateway 2026-01-06 03:41:56 +01:00
agent-via-gateway.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
agent.test.ts refactor(outbound): centralize telegram account defaults 2026-01-08 21:05:01 +01:00
agent.ts fix: serialize claude cli runs 2026-01-09 04:58:21 +00:00
agents.add.test.ts style: tidy cli formatting 2026-01-08 08:26:40 +01:00
agents.test.ts fix(ci): stabilize windows paths 2026-01-08 03:03:03 +00:00
agents.ts fix(onboarding): preflight claude cli keychain 2026-01-08 23:18:33 +01:00
antigravity-oauth.ts chore: apply biome lint fixes 2026-01-03 05:10:09 +01:00
auth-choice-options.test.ts feat: update token auth flow 2026-01-09 08:13:05 +01:00
auth-choice-options.ts feat: improve auth setup flows 2026-01-09 09:59:58 +01:00
auth-choice.ts feat: improve auth setup flows 2026-01-09 09:59:58 +01:00
auth-token.ts feat: update token auth flow 2026-01-09 08:13:05 +01:00
configure.ts style: sort configure imports 2026-01-09 10:03:52 +01:00
daemon-runtime.ts fix(daemon): audit runtime best practices 2026-01-08 22:18:07 +00:00
docs.ts chore: clean up lint and scratchpad 2026-01-07 01:28:46 +00:00
doctor-auth.ts feat: apply lobster palette to prompts 2026-01-09 09:05:24 +01:00
doctor-format.ts feat: add logs cli and restart hints 2026-01-08 06:56:34 +00:00
doctor-gateway-services.ts chore(lint): biome import order 2026-01-09 09:27:42 +01:00
doctor-legacy-config.ts feat: apply lobster palette to prompts 2026-01-09 09:05:24 +01:00
doctor-prompter.ts fix: sync doctor-prompter.ts with main 2026-01-09 11:07:17 +01:00
doctor-sandbox.ts feat: apply lobster palette to prompts 2026-01-09 09:05:24 +01:00
doctor-security.ts chore(lint): biome import order 2026-01-09 09:27:42 +01:00
doctor-state-integrity.ts chore(lint): biome import order 2026-01-09 09:27:42 +01:00
doctor-state-migrations.test.ts fix(doctor): add headless flags + auto-migrate sessions 2026-01-07 04:43:24 +01:00
doctor-state-migrations.ts fix(doctor): add headless flags + auto-migrate sessions 2026-01-07 04:43:24 +01:00
doctor-workspace.ts fix: improve gateway diagnostics 2026-01-08 02:29:32 +01:00
doctor.test.ts test: stabilize doctor + bash tool tests 2026-01-08 23:44:54 +01:00
doctor.ts chore(lint): biome import order 2026-01-09 09:27:42 +01:00
gateway-status.test.ts feat: add gateway dev config options 2026-01-09 10:39:00 +01:00
gateway-status.ts feat: add gateway dev config options 2026-01-09 10:39:00 +01:00
google-gemini-model-default.test.ts fix: set gemini default model for api-key auth (#489) - thanks @jonasjancarik 2026-01-09 02:49:42 +01:00
google-gemini-model-default.ts fix: set gemini default model for api-key auth (#489) - thanks @jonasjancarik 2026-01-09 02:49:42 +01:00
health.command.coverage.test.ts feat(discord): Discord transport 2025-12-26 13:20:30 +01:00
health.snapshot.test.ts fix: stage sandbox media for inbound attachments 2026-01-05 06:18:11 +01:00
health.test.ts fix(tests): align discord + queue changes 2025-12-26 14:32:57 +01:00
health.ts feat(cli): move provider login/logout 2026-01-08 07:40:08 +01:00
message.test.ts feat: unify message cli and tools 2026-01-09 08:30:24 +01:00
message.ts fix: normalize poll providers and msteams deps 2026-01-09 11:07:32 +01:00
models.list.test.ts fix: normalize provider aliases in auth order 2026-01-07 05:43:32 +01:00
models.set.test.ts Test: cover z.ai normalization 2026-01-07 05:30:06 +01:00
models.ts feat: add models auth commands 2026-01-09 08:13:04 +01:00
onboard-auth.test.ts feat: support token auth profiles 2026-01-09 08:13:04 +01:00
onboard-auth.ts feat: support token auth profiles 2026-01-09 08:13:04 +01:00
onboard-helpers.ts feat: apply lobster palette to prompts 2026-01-09 09:05:24 +01:00
onboard-interactive.ts feat: unify onboarding + config schema 2026-01-03 16:48:08 +01:00
onboard-non-interactive.ts feat: improve auth setup flows 2026-01-09 09:59:58 +01:00
onboard-providers.test.ts refactor: centralize WhatsApp config merging 2026-01-08 06:56:34 +00:00
onboard-providers.ts feat: streamline quickstart provider selection 2026-01-08 12:19:16 +01:00
onboard-remote.ts feat: add onboarding doc links 2026-01-07 01:19:31 +01:00
onboard-skills.ts feat: add onboarding doc links 2026-01-07 01:19:31 +01:00
onboard-types.ts feat: improve auth setup flows 2026-01-09 09:59:58 +01:00
onboard.ts docs: recommend WSL2 for Windows installs 2026-01-07 01:21:36 +01:00
openai-codex-model-default.test.ts fix: add OpenAI Codex OAuth to configure 2026-01-06 09:13:51 +01:00
openai-codex-model-default.ts fix: add OpenAI Codex OAuth to configure 2026-01-06 09:13:51 +01:00
providers.test.ts fix: remove incorrect discord limited warning 2026-01-08 23:59:40 -06:00
providers.ts chore: add provider logs command 2026-01-08 12:01:06 +01:00
sandbox-display.ts refactor(sandbox): extract display logic into separate module 2026-01-09 13:23:16 +01:00
sandbox-formatters.ts refactor(sandbox): extract formatters into separate module 2026-01-09 13:23:16 +01:00
sandbox.test.ts test(sandbox): add comprehensive test suite for CLI commands 2026-01-09 13:23:16 +01:00
sandbox.ts refactor(sandbox): use extracted display and formatter modules 2026-01-09 13:23:16 +01:00
sessions.test.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
sessions.ts feat: refresh CLI output styling and progress 2026-01-08 05:20:39 +01:00
setup.ts fix(workspace): align clawd + bootstrap 2026-01-06 19:54:50 +01:00
signal-install.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
status.test.ts chore: surface daemon status help 2026-01-08 10:29:44 +01:00
status.ts feat: add quickstart onboarding defaults 2026-01-08 11:54:40 +01:00
systemd-linger.ts feat: apply lobster palette to prompts 2026-01-09 09:05:24 +01:00