You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement context server configuration API (#6)
* Implement context server configuration API
* Bump version
---------
Co-authored-by: Sergio Rubio <rubiojr@rbel.co>
Add date ranges support (#4)
Adds a new optional extension setting to_date, to set the end date of the
GitHub search query.
When set, the search query uses the date range <from_date>..<to_date>
for the activity period.
If not set, the end date is set to today.