feat(ux): improve interactive mode readability and input visibility
All checks were successful
CI / test (push) Successful in 19s

- Replace plain 'tai>' prompt with styled console.input() bold cyan prompt
- Wrap interactive mode entry in a Rich Panel with border
- Frame each AI response with Rule dividers (──── AI Response ────)
- Style guardrail warnings with ⚠ prefix and bold yellow
- Improve /help output with formatted Panel showing all commands
- Style collection report: ✓/✗ per item with color, truncation in dim
- Style probe output: ✓/✗ with green/red, host info in dim
- Add Rule header divider on session start
This commit is contained in:
2026-05-04 06:37:10 +02:00
parent 6aa59bdd6b
commit 2c738579bd
3 changed files with 68 additions and 28 deletions

3
.gitignore vendored
View File

@@ -24,3 +24,6 @@ htmlcov/
# IDE
.vscode/
# Logs and session files
logs/