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 user management REST API for multi-user LLM configuration (#33)
* Initial plan
* Implement user management API server and client integration
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
* Add testing documentation for user config API
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
* Address code review feedback: use lifespan and app.state, move imports to top
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
* Add comprehensive README for user_config_api
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
* Use task author username instead of config owner for API calls
Modified _fetch_config_from_api to accept username parameter and added
fetch_user_config function to extract username from issue/PR/MR author.
TaskHandler now fetches per-user config before processing each task.
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
* 実際に動かして修正
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
Co-authored-by: notfolder <notfolder@gmail.com>
0 commit comments