AISE-TUDelft / coco

AI Code Completions for Jetbrains and VSCode
0 stars 0 forks source link

Completion of the server MVP #10

Open RebelOfDeath opened 2 weeks ago

RebelOfDeath commented 2 weeks ago

finalization of #8 and #9 with additional testing to minimize the likelihood of bugs.

Ar4l commented 2 weeks ago

Ideally we also include #11 and #12

RebelOfDeath commented 2 weeks ago

@Ar4l, agreed! I'll pick up #11 as I'll be working on the endpoints for the time being so I can also look into #12 when doing so. I think something we could potentially look into when we are also implementing sessions is to have a session token that is exchanged and that instead of users passing their actual user token, they communicate with the server using their session token.

This would also allow us to do some cool stuff down the line with tracking user behavior patterns within each session.

RebelOfDeath commented 2 weeks ago

I'll add #11 and #12 to the sprint targets for server MVP

Ar4l commented 2 weeks ago

@RebelOfDeath Yes session tokens are a must because it allows us to rate-limit the authentication API (in the event of ddos) while ensuring users that are in-session can continue.

RebelOfDeath commented 4 days ago

Essentially besides some modification that still needs to happen on the LLM side of things with regards to #7 (which for now is mocked in the tests) I see no blocking factor in starting to write the actual plugins as of 646a3c57084eede0472e90fbe20d6bfa571ab39a.