You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create CHANGELOG.md documenting releases from 0.1.0 to 0.4.0
- Bump version from 0.2.0 to 0.4.0
- Add changelog requirement note to CLAUDE.md
- Update CLAUDE.md with missing AgentEvent::Retry variant
- Update CLAUDE.md with clemitui test structure
- Fix docs/TOOLS.md system prompt path reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
└── e2e_tests.rs # 19 PTY-based tests for actual terminal output
84
88
```
85
89
86
90
**Design**: clemitui takes primitive types (strings, durations, token counts), not genai-rs types. This allows it to work with any ACP agent. clemini's format.rs re-exports these and adds genai-rs-specific wrappers.
87
91
92
+
Run clemitui tests: `cargo test -p clemitui`
93
+
88
94
### Event-Driven Architecture
89
95
90
96
The agent (`src/agent.rs`) is decoupled from UI via channel-based events:
0 commit comments