Commit Graph

20 Commits

Author SHA1 Message Date
51b5fe1aa1 0.4.4 2026-02-15 13:34:32 -05:00
9e5065dab8 0.4.3 2026-02-14 06:41:48 -05:00
6111530c08 feat: add pink-purple theme, fix image paste race condition, allow @/commands anywhere in input
- Add Pink Purple theme (hot pink/purple/magenta on dark plum background)
- Fix race condition where clearPastedImages() in input-area ran before
  the async message handler could read the images, silently dropping them
- Allow @ file picker and / command menu to trigger at any cursor position,
  not just when the input is empty
- Update CHANGELOG and README with new changes
2026-02-14 06:39:08 -05:00
4152e0a4a9 0.4.2 2026-02-06 11:50:28 -05:00
b1eacdc2a3 0.4.1 2026-02-06 11:30:08 -05:00
3d837aef3d 0.4.0 2026-02-06 11:25:56 -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
adfebda501 Add debug log panel, centered modals, and fix multiple UX issues
Features:
  - Add /logs command to toggle debug log panel (20% width on right)
  - Debug panel shows API calls, streaming events, tool calls, state changes
  - Add /help submenus with detailed command explanations
  - Center all modal dialogs in the terminal window

  Bug Fixes:
  - Fix streaming content not displaying (add fallback when streaming fails)
  - Fix permission modal shortcut key mismatch ('a' → 'l' for local scope)
  - Fix agent prompt accumulation when switching agents multiple times
  - Fix permission modal using brittle index for "No" option

  Improvements:
  - Restrict git commands (add, commit, push, etc.) unless user explicitly requests
  - Unify permission options across all UI components
  - Add Ollama model selection when switching to Ollama provider
  - Store base system prompt to prevent agent prompt stacking

  New files:
  - src/tui-solid/components/debug-log-panel.tsx
  - src/tui-solid/components/centered-modal.tsx
  - src/tui-solid/components/help-menu.tsx
  - src/tui-solid/components/help-detail.tsx
  - src/constants/help-content.ts
2026-01-29 04:53:39 -05:00
dfbbab2ecb 0.1.76 2026-01-27 23:50:12 -05:00
caa910a3b8 0.1.75 2026-01-27 23:39:04 -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