Skip to content

Conversation

@jjjake
Copy link
Owner

@jjjake jjjake commented Jan 28, 2026

Add support for setting a custom global User-Agent string via:

  • CLI: ia --user-agent "MyApp/1.0" <command>
  • Config file: user_agent = MyApp/1.0 in [general] section
  • Python API: get_session(config={'general': {'user_agent': 'MyApp/1.0'}})

Add support for setting a custom global User-Agent string via:
- CLI: `ia --user-agent "MyApp/1.0" <command>`
- Config file: `user_agent = MyApp/1.0` in `[general]` section
- Python API: `get_session(config={'general': {'user_agent': 'MyApp/1.0'}})`

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants