co-mono/packages/coding-agent/src
Mario Zechner 7f3fa417c4 feat(coding-agent): add --no-extensions flag to disable extension discovery
Adds --no-extensions CLI flag that skips automatic extension discovery
while still allowing explicit -e paths. Three modes now available:

1. Default: auto-discover + any -e additions
2. --no-extensions: no extensions at all
3. --no-extensions -e foo.js: only load explicit extensions

Useful for debugging or running subagent instances without auto-discovered
extensions.

closes #524
2026-01-08 03:22:38 +01:00
..
cli Add --no-extensions flag to disable extension discovery 2026-01-06 23:53:01 -08:00
core Merge branch 'feat/custom-thinking-budgets' 2026-01-08 03:02:08 +01:00
modes feat(coding-agent): add PI_SKIP_VERSION_CHECK env variable 2026-01-08 02:29:51 +01:00
utils fix(coding-agent): paste clipboard images on Wayland via wl-paste/xclip 2026-01-06 12:11:43 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00
index.ts feat(coding-agent): export run mode utilities with options interfaces 2026-01-08 01:53:24 +01:00
main.ts feat(coding-agent): add --no-extensions flag to disable extension discovery 2026-01-08 03:22:38 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00