12543c683e
pointing to /config. This avoids running the conn command during the build process and ensures a
cleaner setup.
2. Copilot UI Fix: Resolved a double-escaping bug in the terminal bottom bar. Device prompts (like
6WIND-PE1>) will now render correctly instead of showing HTML entities like >.
3. AI Model Update: Updated the default engineer model in connpy/ai.py to
gemini/gemini-3.1-flash-lite, removing the deprecated -preview suffix.
4. Standardized Timeouts: Unified all default timeouts to 20 seconds across the board. This includes
direct execution (run/test), modern playbooks (v2), and classic task-based playbooks (v1).
5. Documentation Update: Regenerated the full documentation site in the docs/ directory using pdoc to
reflect the latest changes.
6. Cleanup: Removed all debug prints from connpy/core.py and restored the docker/logs/.gitignore
file.
23 lines
411 B
Plaintext
23 lines
411 B
Plaintext
rich>=13.7.1
|
|
rich-argparse>=1.4.0
|
|
argcomplete>=3.1.2
|
|
inquirer>=3.3.0
|
|
pexpect>=4.8.0
|
|
pycryptodome>=3.18.0
|
|
PyYAML>=6.0.1
|
|
pyfzf>=0.3.1
|
|
litellm>=1.40.0
|
|
grpcio>=1.62.0
|
|
grpcio-tools>=1.62.0
|
|
protobuf>=6.31.1,<7.0.0
|
|
google-api-python-client>=2.125.0
|
|
google-auth-oauthlib>=1.2.0
|
|
google-auth-httplib2>=0.2.0
|
|
prompt-toolkit>=3.0.0
|
|
mcp>=1.2.0
|
|
aiohttp>=3.9.0
|
|
httpx>=0.27.0
|
|
requests>=2.31.0
|
|
pytest>=8.0.0
|
|
pytest-mock>=3.12.0
|