co-mono/packages/coding-agent/src
Nico Bailon a4ccff382c feat(tui): overlay positioning API with CSS-like values
Add OverlayOptions for configurable positioning (anchor, margins, offsets,
percentages). Add OverlayHandle for programmatic visibility control with
hide/setHidden/isHidden. Add visible callback for responsive overlays.

Extension API: ctx.ui.custom() now accepts overlayOptions and onHandle callback.

Examples: overlay-qa-tests.ts (10 test commands), doom-overlay (DOOM at 35 FPS).
2026-01-12 22:44:58 -08:00
..
cli feat(coding-agent): add resume scope toggle with async loading 2026-01-12 00:00:03 +01:00
core feat(tui): overlay positioning API with CSS-like values 2026-01-12 22:44:58 -08:00
modes feat(tui): overlay positioning API with CSS-like values 2026-01-12 22:44:58 -08:00
utils feat: Add skill slash commands and fuzzy matching for all commands 2026-01-11 17:56:11 +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 Change getAllTools() to return ToolInfo[] instead of string[] 2026-01-12 17:18:43 +01:00
main.ts Merge branch 'tmp-2025-01-11' - resume scope toggle with async loading (#620) 2026-01-12 00:00:28 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00