mirror of https://github.com/aliasrobotics/cai.git
* docs: add TUI documentation index page
- Create docs/tui/ directory structure
- Add comprehensive TUI overview and index page
- Document TUI features: multi-terminal support, teams, parallel execution
- Add comparison table: TUI vs CLI use cases
- Include system requirements and supported terminals
- Document keyboard shortcuts and commands reference
- Add architecture overview and component structure
- Include quick start guide and documentation navigation
* docs: add TUI main interface screenshot
- Add cai-tui-main.png screenshot to docs/media/
- Screenshot shows TUI interface for documentation
* docs: add TUI getting started guide
- Add comprehensive getting-started.md for TUI
- Cover all 9 steps from launch to monitoring costs
- Include prerequisites and system requirements
- Document API key configuration process
- Explain model and agent selection
- Provide practical examples for first conversations
- Document multi-terminal workflows
- Explain team configurations
- Add troubleshooting section for common issues
- Include next steps and learning paths
* docs: improve security and update model information in getting-started
- Replace private IP 192.168.1.1 with documentation IP 198.51.100.50 (RFC 5737)
- Add GPT-5 model to available models table
- Add Claude 4-5 model to available models table
- Update model descriptions for clarity
- Ensure example IPs are safe for public documentation
* docs: minimum change
* docs: rename getting-started.md to getting_started.md for consistency
- Rename docs/tui/getting-started.md to getting_started.md (underscore format)
- Update all references in tui_index.md (3 occurrences)
- Maintain consistency with other markdown files naming convention
* docs: simplify TUI launch section in getting_started
- Remove alternative launch methods for cleaner first steps
- Remove 'Launch with Initial Prompt' section
- Remove 'Launch with YAML Configuration' section
- Focus on basic launch command for new users
* docs: prepare TUI docs for PR by managing broken links
- Replace broken documentation links with 🚧 indicators
- Add explanatory notes about documentation in development
- Convert inline links to plain text references
- Keep existing links (getting_started.md, cai_installation.md, cai_architecture.md)
- Maintain documentation structure for future expansion
* docs: add CAI-Pro exclusive banner to TUI documentation
|
||
|---|---|---|
| .. | ||
| assets | ||
| cai | ||
| media | ||
| providers | ||
| ref | ||
| stylesheets | ||
| tui | ||
| voice | ||
| agents.md | ||
| cai_architecture.md | ||
| cai_citation_and_acknowledgments.md | ||
| cai_development.md | ||
| cai_faq.md | ||
| cai_find_us.md | ||
| cai_installation.md | ||
| cai_list_of_models.md | ||
| cai_prompt_injection.md | ||
| cai_quickstart.md | ||
| config.md | ||
| context.md | ||
| examples.md | ||
| guardrails.md | ||
| handoffs.md | ||
| index.md | ||
| index2.md | ||
| mcp.md | ||
| models.md | ||
| multi_agent.md | ||
| quickstart.md | ||
| results.md | ||
| running_agents.md | ||
| streaming.md | ||
| tools.md | ||
| tracing.md | ||
| tracing_cai.md | ||
| usage_tracking.md | ||
| visualization.md | ||