Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion e2etests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ edition = "2021"

[dependencies]
expectrl = "0.7"
regex = "1.0"

[features]
core_session = ["help", "quit", "clear"] # Core Session Commands (/help, /quit, /clear)
core_session = ["help", "quit", "clear", "changelog"] # Core Session Commands (/help, /quit, /clear, /changelog)
help = [] # Help Command (/help)
quit = [] # Quit Command (/quit)
clear = [] # Clear Command (/clear)
changelog = [] # Changelog Command (/changelog)

tools = [] # Tools Command (/tools)
agent = [] # Agent Commands (/agent list, /agent create, etc.)
Expand All @@ -36,6 +38,7 @@ ai_prompts = [] # AI Prompts ("What is AWS?", "Hello")
q_subcommand = [] # Q SubCommand (q chat, q doctor, q translate)

todos = [] # todos command
experiment=[] # experiment command

regression = [] # Regression Tests
sanity = [] # Sanity Tests - Quick smoke tests for basic functionality
324 changes: 234 additions & 90 deletions e2etests/README.md

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions e2etests/run_mcp_clean.sh

This file was deleted.

249 changes: 0 additions & 249 deletions e2etests/run_mcp_only.sh

This file was deleted.

Loading