Skip to content

Commit 36a40b4

Browse files
authored
Merge pull request #7 from abhishekanne/tests
Updated readme file , workspace clean up
2 parents 872e733 + da81eab commit 36a40b4

19 files changed

+1371
-783
lines changed

e2etests/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ edition = "2021"
77

88
[dependencies]
99
expectrl = "0.7"
10+
regex = "1.0"
1011

1112
[features]
12-
core_session = ["help", "quit", "clear"] # Core Session Commands (/help, /quit, /clear)
13+
core_session = ["help", "quit", "clear", "changelog"] # Core Session Commands (/help, /quit, /clear, /changelog)
1314
help = [] # Help Command (/help)
1415
quit = [] # Quit Command (/quit)
1516
clear = [] # Clear Command (/clear)
17+
changelog = [] # Changelog Command (/changelog)
1618

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

3840
todos = [] # todos command
41+
experiment=[] # experiment command
3942

4043
regression = [] # Regression Tests
4144
sanity = [] # Sanity Tests - Quick smoke tests for basic functionality

e2etests/README.md

Lines changed: 234 additions & 90 deletions
Large diffs are not rendered by default.

e2etests/run_mcp_clean.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

e2etests/run_mcp_only.sh

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)