sp.wack

Results 151 comments of sp.wack

@mamoodi After a little investigation, the initial settings is sent as soon as the session starts. Unless you change the settings and the RESTART or reinitialize the session/OpenHands, the changes...

> Is this component library standalone enough that it can go to its own repo? Yes preferably, but after short discussion with @rbren, we'll keep it here for now. >...

@mamoodi Good point. It would make sense to the user if they are unable to edit a file while OpenHands is working, but it may be confusing if they are...

> Are status codes mappable to msg_id? With the existing method, yes. Each error would return a single message ID, and in turn for a single error translation. This means...

> 'settings_not_found' would be mapped to settings_not_found$KEY? Using https://github.com/All-Hands-AI/OpenHands/blob/93d2e4a338adcaa8acaa602adad14364abca821f/openhands/server/routes/manage_conversations.py#L152-L170 as an example: `settings_not_found` would map to `CONFIGURATION$SETTINGS_NOT_FOUND` `missing_llm_api_key` would map to `STATUS$ERROR_LLM_AUTHENTICATION` I am for returning additional codes as they...

After discussing with Robert, we decided that instead of introducing new syntax for `status_code`, the existing i18n keys provide a suitable syntax for `status_code,` regardless of whether they are used...

> Quick heads for GitLab all the repos get listed, unlike GitHub where the user needs to provide fine grained access to specific repos I've removed it for the time...

I believe this issue was fixed in #5488