feat: Add nushell to CLI agents
This commit is contained in:
5
tools.py
5
tools.py
@@ -32,7 +32,8 @@ CLI_AGENTS = [
|
|||||||
"hurl",
|
"hurl",
|
||||||
"xh",
|
"xh",
|
||||||
"Posting",
|
"Posting",
|
||||||
"HTTPie"
|
"HTTPie",
|
||||||
|
"nushell"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -276,4 +277,4 @@ def parse_date(date_groups: list[str]) -> str | None:
|
|||||||
|
|
||||||
def get_tools_data():
|
def get_tools_data():
|
||||||
with open("data/tools.json", "r") as f:
|
with open("data/tools.json", "r") as f:
|
||||||
return json.load(f)
|
return json.load(f)
|
||||||
|
|||||||
Reference in New Issue
Block a user