| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | chore: Remove some unused rust code | Benedikt Peetz | 4 days |
| | | |||
| * | feat: Add skill discovery, loading, and invocation (#3444) | Michelle Tilley | 2026-04-23 |
| | | | | Adds a skills system that lets users define reusable LLM instructions as `SKILL.md` files with YAML frontmatter. | ||
| * | feat: shell tool execution timeouts (#3437) | Michelle Tilley | 2026-04-21 |
| | | |||
| * | refactor: Replace ad-hoc dispatch with FSM + driver architecture (#3434) | Michelle Tilley | 2026-04-21 |
| Replaces the tangled dispatch handler system (`tui/dispatch.rs`, `tui/state.rs`) with a pure finite state machine + driver architecture. The FSM handles all state transitions as explicit `(State, Event) → (NewState, Effects)` mappings. The driver executes IO effects and bridges the TUI to the FSM. | |||
