Commit Graph

1050 Commits

Author SHA1 Message Date
Víctor Mayoral Vilches a08dbbacab v0.5.8
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 12:52:03 +01:00
Víctor Mayoral Vilches 6b34648245 Fix guardrail init, use alias1 as default
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 12:51:45 +01:00
Víctor Mayoral Vilches 900c52c494 v0.5.7, fix in guardrails
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 12:42:26 +01:00
Víctor Mayoral Vilches 756c0917d8 Remove media objects from releases
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 12:29:31 +01:00
Víctor Mayoral Vilches ac3cdb1694 v0.5.6: Enhanced Web Security Testing, MCP Improvements, and Comprehensive Documentation
This release introduces significant enhancements to CAI's web security testing capabilities,
improves MCP server support, and substantially expands documentation coverage.

New Features
  - Add web_pentester_agent for professional web application security testing (#353)
  - Add HTTP header support to /mcp load command for SSE servers (#350)
  - Implement custom tool example for agent extensibility (#347)
  - Support for reasoning tokens in response processing (#318)
  - Docker container based on Kali Linux for enhanced tooling (#308)

Documentation
  - Add comprehensive CAI PRO documentation and CLI section (#333)
  - Add four new case studies: Unitree G1, Dragos CTF, HackerOne, PortSwigger (#345)
  - Add environment variables reference guide (#330)
  - Add installation guides for CAI Pro v0.5 and v0.6 (#312)
  - Document parallel agents functionality (#337)
  - Document --continue mode for session resumption
  - Document open router selection capabilities
  - Add CAI_TOOL_TIMEOUT to environment docs
  - Add Azure OpenAI provider configuration (#273)

Bug fixes
  - Fix missing import sys error (#335)
  - Fix TUI documentation issues and CAI-Pro links (#328)
  - Various stability improvements and error handling enhancements
2025-11-30 12:18:09 +01:00
Víctor Mayoral Vilches b9a58df93e Ignore some dev files
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 12:03:41 +01:00
Cristi b19e9bbf37
Add web_pentester_agent for web application security testing (#353)
Add web_pentester_agent for web app security testing
2025-11-30 12:02:35 +01:00
Víctor Mayoral Vilches 895703f949 Log ALIAS_API_KEY in local logs for reference and alignment with PRO
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-30 11:17:43 +01:00
Víctor Mayoral Vilches 392ded1ac3 Document new open router selection capabilities
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-27 16:28:51 +01:00
AgeOfAlgorithms efd15f43ba
feat: Add HTTP header support to /mcp load command for SSE servers (#350)
Adds --header/-H flag support to `/mcp load` for authenticated MCP servers
like Hack The Box. Handles long Bearer tokens that wrap across terminal lines.

Changes:
- Added --header/-H flag parsing in mcp.py handle_load() method
- Parse "Key: Value" format headers and strip quotes
- Pass headers to MCPServerSseParams
- Fix CLI command parsing to handle newlines from terminal wrapping
- Use shlex.split() for proper quote handling in pasted commands

Example usage:
/mcp load https://mcp.ai.hackthebox.com/v1/ctf/sse htb --header "Authorization: Bearer TOKEN"

Tested with HTB MCP server - successfully connects with 13 tools.

Developed by Claude Sonnet 4 with guidance from @AgeOfAlgorithms

Co-authored-by: AgeOfAlgorithms <AgeOfAlgorithms@pm.me>
2025-11-24 16:30:54 +01:00
Víctor Mayoral Vilches 4dc4f2e96e Simplify text
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-19 14:05:01 +01:00
Víctor Mayoral Vilches c69f670b19 Add emojis to CAI PRO
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-19 13:22:37 +01:00
Víctor Mayoral Vilches 43ecefcdff Add API capabilities in PRO to docs
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-19 13:10:07 +01:00
Mery-Sanz d6e8b0d561
Add custom tool example to agent (#347)
add custom tool example

Co-authored-by: Maria <maria@aliasrobotics.com>
2025-11-14 13:50:14 +01:00
Víctor Mayoral Vilches 28241117f2 Add C99 tool to docs
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-14 12:54:16 +01:00
Víctor Mayoral Vilches ccf823a2d5 Document --continue mode
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-14 12:41:43 +01:00
danielsanchezprieto01 e3b456f7f7
docs: add four new case studies to README (Unitree G1, Dragos CTF, HackerOne, PortSwigger) (#345)
* docs: add three new case studies to README

- Add Unitree G1 Humanoid Robot security analysis case study
- Add Dragos OT CTF 2025 Top-10 achievement case study
- Add HackerOne bug bounty platform case study
- Include case study images in docs/assets/images/
- Position new studies at the top as most recent
- Maintain consistent formatting with existing case studies

* docs: update case study descriptions with official text from web pages

- Update Unitree G1 description with official text
- Update Dragos CTF description with official text
- Update HackerOne description with official text
- Ensure consistency with published case studies

* docs: add PortSwigger case study to maintain 2-column structure

- Add PortSwigger Web Security Academy case study
- Position alongside MQTT broker in last row
- Maintain consistent 2-column layout throughout
- Include case study image in docs/assets/images/

* docs: update HackerOne case study title

- Remove 'and alias1' reference from HackerOne title
- Keep consistent naming with other case studies
2025-11-14 12:34:46 +01:00
Mery-Sanz 4e315531c1
Agent docs (#346)
* all agent are working, and docuemnted + benchmkar fixes

* revert

* Document extension of Red Team Agent

Added an example of extending the Red Team Agent with custom instructions.

---------

Co-authored-by: Maria <maria@aliasrobotics.com>
Co-authored-by: Francesco Balassone <77972200+duel0@users.noreply.github.com>
2025-11-14 11:46:27 +01:00
Víctor Mayoral Vilches 742ffe53a9 Add CAI_TOOL_TIMEOUT to docs
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-14 07:32:24 +01:00
Víctor Mayoral Vilches 2825450478 Add note with exemplary image
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-13 12:02:40 +01:00
Víctor Mayoral Vilches d74e036c20 Add clarification note on CAIBench availability
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-13 11:58:37 +01:00
Víctor Mayoral Vilches 9688f78679
Update README
Leave only the footnote as the main source of info.
2025-11-13 11:44:27 +01:00
Víctor Mayoral Vilches a6f60b1853
Remove CAI PRO version note from README (#342)
Clarify note about CAI PRO availability leaving the other note.
2025-11-13 11:35:58 +01:00
Mery-Sanz 7c6a8b4893
Document on parallel agents (#337)
Document on parallel

Co-authored-by: Maria <maria@aliasrobotics.com>
2025-11-10 13:49:00 +01:00
AllreadyTaken 09c68e7971
Created Cai Docker Container based on Kali rolling and adapted Readme.md for WSL install (#308)
* adapted readme and added dockerized folder for ease of use

* added brupsuite and seclists to dockerfile

* fixed env param in docker compose. OLLAMA_API_BASE  does not map to OLLAMA anymore

* made host.docker.internal extra host optional as in commenting it out. i dont wanna threat a maybe edge case problem as regular issue

* removed pip upgrade Step since its already up to date from kali itslef and breaks the build..

* fixed cai install given cali python packages already present

* host.docker.internal not working in wsl docker when coming from host. window shost ip is working. so removed the part and modified doc

---------

Co-authored-by: Robert Herzog <robert.herzog@hypnolords.com>
2025-11-09 10:38:15 +01:00
Vincent Yang ca65908d0d
Fix missing import `sys`. (#335) 2025-11-09 10:36:29 +01:00
RMtz88 054f3038de
Add installation guides in Markdown format for CAI Pro v0.5 and v0.6 (#312)
* Add installation guides in Markdown format for CAI Pro v0.5 and v0.6

* Add references to CAI Pro installation guides in README Install section

* Add Homebrew installation step for OS X in CAI Pro v0.5 guide

* Add navigation links back to README Install section in CAI Pro guides

---------

Co-authored-by: Rufino Cabrera <rufino@aliasrobotics.com>
2025-11-06 06:03:09 +01:00
Alessandro Straolzini 090f990c15
Enhance reasoning_tokens handling in response processing (#318)
Add error handling and type coercion for reasoning_tokens.
2025-11-06 06:00:58 +01:00
danielsanchezprieto01 c6b21d9890
docs: Add comprehensive CAI PRO documentation, CLI section and improve website styling (#333)
* docs: add comprehensive CAI PRO documentation and CLI interface

- Add 5 new CAI PRO pages: Alias1 Model, Features, Pricing, Quick Start, Contact
- Create CLI documentation section with 4 pages
- Update mkdocs.yml navigation structure
- Improve commercial focus and user journey
- Clean titles
- Correct email addresses (contact@ for sales, support@ for tech support)

* style: improve navigation and TOC color scheme

- Apply green color palette (#529d86) to main navigation sections
- Enhance visual hierarchy with refined font weights and sizes
- Add subtle hover effects and transitions
- Style Table of Contents with matching color scheme
- Keep professional look with moderate font sizes (0.7-0.75rem)
- Maintain consistency with header green color across all navigation
2025-11-05 19:31:54 +01:00
jimbas 1354dd851f
Create lm_studio (#332)
Add LM studio models
2025-11-05 19:30:52 +01:00
danielsanchezprieto01 96ba5dc07e
docs: Add comprehensive environment variables reference (#330)
docs: add comprehensive environment variables reference and update configuration

- Add new environment_variables.md with complete reference table and use case guides
- Update configuration.md table with default values and new variables
- Add CAI_GUARDRAILS, CAI_MAX_INTERACTIONS, CAI_STREAM, CAI_TELEMETRY, CAI_PARALLEL, CAI_GCTR_NITERATIONS, CAI_ACTIVE_CONTAINER
- Organize variables by use case: Getting Started, CTF, Memory, Security, Performance, Advanced, Container, TUI
- Add practical examples for common configurations
- Update mkdocs.yml navigation to include Environment Variables in Guides section
2025-11-04 19:19:12 +01:00
Víctor Mayoral Vilches 1f9eead14a Add two new closed source competitors
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-04 18:05:14 +01:00
danielsanchezprieto01 e75d7a97fc
docs: Fix TUI documentation issues and update CAI-Pro links (#328)
* 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

* docs: add comprehensive TUI user interface documentation

* docs: improve TUI user-interface with enhanced topbar descriptions, layout screenshots, and reorganized command palette

* Minimal changes

* docs: update user-interface content

* docs: add comprehensive keyboard shortcuts reference for TUI

* Restructure

* docs: rename files to use underscores for consistency (keyboard_shortcuts, user_interface)

* docs: add comprehensive commands reference for TUI

* docs: update commands_reference with enhanced agent list, terminal targeting methods, and UI refinements

* docs: activate links for completed TUI documentation files

* docs: add terminals_management.md with multi-terminal workflows and layouts

* docs: add remaining layout images and refine terminals_management content

* docs: add CAI-5+terminals.png screenshot to media folder

* docs: fix formatting issue in terminals_management removing terminals section

* docs: add terminal anatomy screenshot to terminals_management

* docs: fix triple terminal layout description to accurately reflect three-column split

* docs: minimal fix

* docs: add sidebar_features.md with Teams, Queue, Stats, and Keys tabs documentation

* docs: update sidebar_features with correct team compositions, ALIAS1 info, and automatic queue behavior

* docs: fix code block formatting in sidebar_features ALIAS1 section

* docs: add teams_and_parallel_execution.md with coordination patterns and strategies

* docs: update model references to use alias models in teams_and_parallel_execution

* docs: add advanced_features.md with ICL, MCP, guardrails, and integration guides

* docs: refactor advanced_features - simplify MCP section with link to config guide, update model references, remove deprecated content

* docs: fix MCP configuration guide link path in advanced_features

* docs: standardize env vars and add guardrails documentation link in advanced_features

* docs: remove auto-save reference and help message in advanced_features

* docs: add troubleshooting guide for TUI

* docs: refine troubleshooting - remove install/launch sections, update command references

* docs: finalize tui_index - activate all doc links, remove flags and config/faq references

* docs: update installation guide link to new v0.6 documentation

* docs: remove broken link and fix formatting in TUI docs

* docs: fix TUI documentation issues and update CAI-Pro links

- Fix getting_started.md: remove 'coming soon' flags and activate all doc links
- Fix terminals_management.md: replace broken links with existing documentation
- Fix troubleshooting.md: remove non-existent configuration.md link
- Update all CAI-Pro banner links to point to cybersecurityai.php page
2025-11-03 21:03:25 +01:00
Víctor Mayoral Vilches 3667db1083 Try out new badges
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-03 13:39:14 +01:00
Víctor Mayoral Vilches 6ce8125f12 Merge branch 'main' of https://github.com/aliasrobotics/cai into github 2025-11-02 14:24:34 +00:00
Víctor Mayoral Vilches fde4c4aef4 minor improvements in docs
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-02 14:24:16 +00:00
Víctor Mayoral Vilches ba15f8d9d9
Revert "Add retry logic for OpenAI timeout exceptions" (#326)
Revert "Add retry logic for OpenAI timeout exceptions (#322)"

This reverts commit 7a110a56fd.
2025-11-02 14:43:12 +01:00
Víctor Mayoral Vilches f5f3c42eb5 Rework documentation a bit, structure and aesthetics
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-01 18:21:14 +00:00
Víctor Mayoral Vilches c7a942eae3 Add CAI PRO badges
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-01 09:10:13 +00:00
Víctor Mayoral Vilches 6babb4ad94 Add documentation for /ctx
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-11-01 09:10:07 +00:00
danielsanchezprieto01 f00779186e
Docs/Adds comprehensive documentation for the CAI Terminal User Interface (TUI), covering all aspects from basic usage to advanced features. (#320)
* 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

* docs: add comprehensive TUI user interface documentation

* docs: improve TUI user-interface with enhanced topbar descriptions, layout screenshots, and reorganized command palette

* Minimal changes

* docs: update user-interface content

* docs: add comprehensive keyboard shortcuts reference for TUI

* Restructure

* docs: rename files to use underscores for consistency (keyboard_shortcuts, user_interface)

* docs: add comprehensive commands reference for TUI

* docs: update commands_reference with enhanced agent list, terminal targeting methods, and UI refinements

* docs: activate links for completed TUI documentation files

* docs: add terminals_management.md with multi-terminal workflows and layouts

* docs: add remaining layout images and refine terminals_management content

* docs: add CAI-5+terminals.png screenshot to media folder

* docs: fix formatting issue in terminals_management removing terminals section

* docs: add terminal anatomy screenshot to terminals_management

* docs: fix triple terminal layout description to accurately reflect three-column split

* docs: minimal fix

* docs: add sidebar_features.md with Teams, Queue, Stats, and Keys tabs documentation

* docs: update sidebar_features with correct team compositions, ALIAS1 info, and automatic queue behavior

* docs: fix code block formatting in sidebar_features ALIAS1 section

* docs: add teams_and_parallel_execution.md with coordination patterns and strategies

* docs: update model references to use alias models in teams_and_parallel_execution

* docs: add advanced_features.md with ICL, MCP, guardrails, and integration guides

* docs: refactor advanced_features - simplify MCP section with link to config guide, update model references, remove deprecated content

* docs: fix MCP configuration guide link path in advanced_features

* docs: standardize env vars and add guardrails documentation link in advanced_features

* docs: remove auto-save reference and help message in advanced_features

* docs: add troubleshooting guide for TUI

* docs: refine troubleshooting - remove install/launch sections, update command references

* docs: finalize tui_index - activate all doc links, remove flags and config/faq references

* docs: update installation guide link to new v0.6 documentation

* docs: remove broken link and fix formatting in TUI docs
2025-10-31 12:55:12 +01:00
Víctor Mayoral Vilches cc539928e2 Update README
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-10-31 11:46:47 +00:00
Víctor Mayoral Vilches c5c263950f Add two new papers
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-10-31 11:46:41 +00:00
aliasrobotics-support 7a110a56fd
Add retry logic for OpenAI timeout exceptions (#322)
- Catch litellm.Timeout exceptions in run_cai_cli
- Retry up to 3 times with 'continue' prompt
- Prevents complete failure on temporary API timeouts

Co-authored-by: Alfonso Glera <glerapic@gmail.com>
2025-10-30 14:01:16 +01:00
yuri-alias faf9802d4c
Added missing step in OSX install documentation. (#317)
* added documentation for repl commands and extensions

* added documentation on MCP use, added Chrome example

* added missing step in OSX installation
2025-10-29 14:44:59 +01:00
Francesco Balassone cd956813f0
Extended CAIBench README (#311)
* add preliminar files

* add preliminar files

* cai pro foot note

* cadd cyber PII info

* Update monolithsentinel image reference in README

* add ciberPII-bench

* Document Attack-Defense CTF framework in README

Added detailed section on Attack-Defense CTF including game structure, rules, scoring, architecture, and technical features.

* Update benchmarks/README.md

* Update README with Plot skeletons

* Added plots

* Update benchmark plots in README.md

* Added titles

* Add files via upload

* Add files via upload

* Update navigation in mkdocs.yml

---------

Co-authored-by: Maria <maria@aliasrobotics.com>
Co-authored-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-10-28 14:38:07 +01:00
danielsanchezprieto01 6498ade7da
Add TUI documentation (index + getting started) (#313)
* 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
2025-10-27 12:05:16 +01:00
Mery-Sanz 1bdc0522d7
Fix CAI prompt issue 303 (#306)
Co-authored-by: Maria <maria@aliasrobotics.com>
2025-10-22 16:08:38 +02:00
yuri-alias 3ca769c577
Added documentation section on MCP use (#305)
* added documentation for repl commands and extensions

* added documentation on MCP use, added Chrome example
2025-10-22 14:46:48 +02:00
yuri-alias 4c9e453f6c
added documentation for repl commands and extensions (#300) 2025-10-22 10:21:22 +02:00