• Your Name's avatar
    Add CLI argument support and change default port to 17765 · 4ee2fc61
    Your Name authored
    - Changed default port from 8000 to 17765 in config and code
    - Added command-line argument parsing with argparse
    - Added --config flag to specify custom config directory
    - Added --host, --port flags to override config file settings
    - Added --https, --ssl-cert, --ssl-key flags for HTTPS configuration
    - Added --no-auth flag to disable authentication
    - CLI arguments take precedence over config file
    - Updated config.py to support custom config directories via AISBF_CONFIG_DIR env var
    - Config and handlers are now initialized after CLI parsing to support --config flag
    4ee2fc61
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
AI.PROMPT Loading commit data...
CHANGELOG.md Loading commit data...
DEBUG_GUIDE.md Loading commit data...
DOCUMENTATION.md Loading commit data...
KIRO_GATEWAY.md Loading commit data...
KIRO_INTEGRATION.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
cli.py Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...
test_google.sh Loading commit data...
test_proxy.sh Loading commit data...