npcsh 1.1.3__tar.gz → 1.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {npcsh-1.1.3 → npcsh-1.1.4}/PKG-INFO +1 -1
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/_state.py +1 -1
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npcsh.py +1 -1
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/PKG-INFO +1 -1
- {npcsh-1.1.3 → npcsh-1.1.4}/setup.py +1 -1
- {npcsh-1.1.3 → npcsh-1.1.4}/LICENSE +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/README.md +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/__init__.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/alicanto.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/build.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/corca.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/guac.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/mcp_helpers.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/mcp_server.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/alicanto.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/alicanto.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/corca.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/corca.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/foreman.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/frederic.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/frederic4.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/guac.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/bash_executer.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/edit_file.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/image_generation.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/internet_search.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/kg_search.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/memory_search.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/python_executor.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/jinxs/screen_cap.jinx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/kadiefa.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/kadiefa.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/npcsh.ctx +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/npcsh_sibiji.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/plonk.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/plonk.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/plonkjr.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/plonkjr.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/sibiji.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/spool.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/npc_team/yap.png +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/plonk.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/pti.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/routes.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/spool.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/wander.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh/yap.py +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/SOURCES.txt +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/dependency_links.txt +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/entry_points.txt +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/requires.txt +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/npcsh.egg-info/top_level.txt +0 -0
- {npcsh-1.1.3 → npcsh-1.1.4}/setup.cfg +0 -0
|
@@ -2190,7 +2190,7 @@ def check_mode_switch(command:str , state: ShellState):
|
|
|
2190
2190
|
def execute_command(
|
|
2191
2191
|
command: str,
|
|
2192
2192
|
state: ShellState,
|
|
2193
|
-
review =
|
|
2193
|
+
review = False,
|
|
2194
2194
|
router = None,
|
|
2195
2195
|
command_history = None,
|
|
2196
2196
|
) -> Tuple[ShellState, Any]:
|
|
@@ -78,7 +78,7 @@ extra_files = package_files("npcsh/npc_team/")
|
|
|
78
78
|
|
|
79
79
|
setup(
|
|
80
80
|
name="npcsh",
|
|
81
|
-
version="1.1.
|
|
81
|
+
version="1.1.4",
|
|
82
82
|
packages=find_packages(exclude=["tests*"]),
|
|
83
83
|
install_requires=base_requirements, # Only install base requirements by default
|
|
84
84
|
extras_require={
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|