Wang Zixiao
Wang Zixiao
### What to fix Allow user to only update the display name The fix only updates the frontend form schema; we still need the backend update to accept the mutation...
## Not for merging at the moment. #### Changes * Add /chat * Embed the /chat into /files
### Notable changes * Using @quilted/threads to replace remote-ui/rpc * Change FileContext ``` export interface LineRange { start: number end?: number } export interface FileContext { kind: 'file' range?: LineRange...
### Feature Display the selected code's **file path** in VSCode. Clicking it will navigate the user to the corresponding position in the editor ### Screen record https://jam.dev/c/2dc2d5a6-6b83-48ef-a5a8-aaff1e4bdef7
Mock for review first, not merging ### Screen record: https://jam.dev/c/39e63f7a-b5e5-4725-9b68-994aaf68895a ### Screenshots Why I only put a button for coping link: * Currently, we only share the link. There is...
### Main fix #### 1. Empty chat panel when server down **Issue**: When the server instance is not up, the chat panel is currently empty. **After Fix:** Display a message....
Screen record: https://jam.dev/c/0b01b2cc-aa25-4a3f-b3c7-980d184be3eb ### Completed: * Chat panel positioned on the right * Ability to display loading and unauthorized warning messages * Theme color and font size synchronized with the...
## Context We want to enable users to manually select context. For example, users can select a piece of code and add it to the context so that it will...