mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 12:04:11 +00:00
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).
This commit is contained in:
parent
d29f268f46
commit
a4ccff382c
22 changed files with 1344 additions and 103 deletions
2
packages/coding-agent/examples/extensions/doom-overlay/.gitignore
vendored
Normal file
2
packages/coding-agent/examples/extensions/doom-overlay/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Auto-downloaded on first run
|
||||
doom1.wad
|
||||
Loading…
Add table
Add a link
Reference in a new issue