Commit Graph

19 Commits

Author SHA1 Message Date
b1eacdc2a3 0.4.1 2026-02-06 11:30:08 -05:00
3d837aef3d 0.4.0 2026-02-06 11:25:56 -05:00
101300b103 feat: add text clipboard copy/read with mouse selection support
Add cross-platform text clipboard operations (macOS, Linux, Windows)
with OSC 52 support for SSH/tmux environments. Wire up onMouseUp and
Ctrl+Y in the TUI to copy selected text to the system clipboard via
OpenTUI's renderer selection API.
2026-02-06 11:16:07 -05:00
8adf48abd3 feat: inline permission prompt and improve TUI layout
- Render permission modal inline below log panel instead of floating CenteredModal overlay
- Hide input area when permission prompt is active
- Add dev:debug and dev:debug-brk scripts for Bun inspector debugging
- Add background color to header to prevent content bleeding through
- Add margin spacing between header and log panel
- Change permission modal border to top-only for cleaner inline appearance
2026-02-06 09:09:43 -05:00
954725ad9b 0.3.0 2026-02-04 23:02:11 -05:00
68884a5d58 0.2.4 2026-02-02 14:18:45 -05:00
cc4aaffdf5 0.2.3 2026-02-02 14:11:11 -05:00
4c414573c4 0.2.2 2026-01-31 23:19:42 -05:00
83ed5aa7ba 0.2.1 2026-01-31 22:35:35 -05:00
b35980ad0b 0.2.0 2026-01-31 22:22:44 -05:00
87a6d7ed42 0.1.80 2026-01-31 19:21:19 -05:00
83904cbfcc 0.1.79 2026-01-29 07:39:34 -05:00
36f7afbf01 0.1.78 2026-01-29 07:33:57 -05:00
57c5555a58 0.1.77 2026-01-29 04:53:59 -05:00
dfbbab2ecb 0.1.76 2026-01-27 23:50:12 -05:00
44b78aefae fixing the installation issue 2026-01-27 23:49:48 -05:00
caa910a3b8 0.1.75 2026-01-27 23:39:04 -05:00
2856c7785b Fixing the repository URL in package.json 2026-01-27 23:38:47 -05:00
0062e5d9d9 Terminal-based AI coding agent with interactive TUI for autonomous code generation.
Features:
  - Interactive TUI with React/Ink
  - Autonomous agent with tool calls (bash, read, write, edit, glob, grep)
  - Permission system with pattern-based rules
  - Session management with auto-compaction
  - Dual providers: GitHub Copilot and Ollama
  - MCP server integration
  - Todo panel and theme system
  - Streaming responses
  - GitHub-compatible project context
2026-01-27 23:33:06 -05:00