-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: get messages from messages table for the playground #3874
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90e89a6 - Browse repository at this point
Copy the full SHA 90e89a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca83a0 - Browse repository at this point
Copy the full SHA 9ca83a0View commit details -
refactor(chat): Update imports and remove unnecessary config method i…
…n ChatComponent.
Configuration menu - View commit details
-
Copy full SHA for a79282e - Browse repository at this point
Copy the full SHA a79282eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c71f6b4 - Browse repository at this point
Copy the full SHA c71f6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a5ac6 - Browse repository at this point
Copy the full SHA 37a5ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3eec5 - Browse repository at this point
Copy the full SHA ff3eec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e5d72 - Browse repository at this point
Copy the full SHA 61e5d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8815c - Browse repository at this point
Copy the full SHA ef8815cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2618d - Browse repository at this point
Copy the full SHA bf2618dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fe1be - Browse repository at this point
Copy the full SHA e1fe1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c41950 - Browse repository at this point
Copy the full SHA 4c41950View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a200a - Browse repository at this point
Copy the full SHA d2a200aView commit details -
refactor: Simplify update_message function and use session_scope for …
…session management.
Configuration menu - View commit details
-
Copy full SHA for fc9c9df - Browse repository at this point
Copy the full SHA fc9c9dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9388b - Browse repository at this point
Copy the full SHA 5e9388bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9ad4e - Browse repository at this point
Copy the full SHA ea9ad4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f35cd - Browse repository at this point
Copy the full SHA 54f35cdView commit details -
refactor: Fix send_event_wrapper function and add callback parameter …
…to _build_vertex function.
Configuration menu - View commit details
-
Copy full SHA for 6929631 - Browse repository at this point
Copy the full SHA 6929631View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f9c75 - Browse repository at this point
Copy the full SHA d1f9c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4db7bc - Browse repository at this point
Copy the full SHA e4db7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for abaa23e - Browse repository at this point
Copy the full SHA abaa23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8019f - Browse repository at this point
Copy the full SHA 9a8019fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 441015e - Browse repository at this point
Copy the full SHA 441015eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fec2b3 - Browse repository at this point
Copy the full SHA 6fec2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2119d2 - Browse repository at this point
Copy the full SHA b2119d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a7802 - Browse repository at this point
Copy the full SHA 93a7802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8766c43 - Browse repository at this point
Copy the full SHA 8766c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e25adf - Browse repository at this point
Copy the full SHA 5e25adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b4bf7 - Browse repository at this point
Copy the full SHA d2b4bf7View commit details -
fix(chat.py): fix condition to check if message text is a string befo…
…re updating message text in the database
Configuration menu - View commit details
-
Copy full SHA for 0817895 - Browse repository at this point
Copy the full SHA 0817895View commit details -
refactor(ChatOutput.py): update ChatOutput class to correctly store a…
…nd assign the message value to ensure consistency and avoid potential bugs
Configuration menu - View commit details
-
Copy full SHA for b46f536 - Browse repository at this point
Copy the full SHA b46f536View commit details -
refactor(chat.py): update return type of store_message method to retu…
…rn a single Message object instead of a list of Messages refactor(chat.py): update logic to correctly handle updating and returning a single stored message object instead of a list of messages
Configuration menu - View commit details
-
Copy full SHA for 49b73d1 - Browse repository at this point
Copy the full SHA 49b73d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db1b0e - Browse repository at this point
Copy the full SHA 1db1b0eView commit details -
refactor(component.py): update type hint for name parameter in log me…
…thod to be more explicit
Configuration menu - View commit details
-
Copy full SHA for 28d00c9 - Browse repository at this point
Copy the full SHA 28d00c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2876b - Browse repository at this point
Copy the full SHA 6c2876bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad37fc3 - Browse repository at this point
Copy the full SHA ad37fc3View commit details -
refactor(component.py): rename _log_callback to _event_manager and up…
…date method call to on_log for better clarity and consistency
Configuration menu - View commit details
-
Copy full SHA for 06ced11 - Browse repository at this point
Copy the full SHA 06ced11View commit details -
refactor(chat.py): rename _log_callback method to _event_manager.on_t…
…oken for clarity and consistency in method naming
Configuration menu - View commit details
-
Copy full SHA for 31898ea - Browse repository at this point
Copy the full SHA 31898eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c4bf4 - Browse repository at this point
Copy the full SHA b2c4bf4View commit details -
refactor: Update Vertex class to use EventManager instead of log_call…
…back for better clarity and consistency
Configuration menu - View commit details
-
Copy full SHA for e88c145 - Browse repository at this point
Copy the full SHA e88c145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d29f00 - Browse repository at this point
Copy the full SHA 2d29f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8320de - Browse repository at this point
Copy the full SHA d8320deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b630bba - Browse repository at this point
Copy the full SHA b630bbaView commit details -
Add method to register event functions in EventManager
- Introduced `register_event_function` method to allow passing custom event functions. - Updated `noop` method to accept `event_type` parameter. - Adjusted `__getattr__` to return `EventCallback` type.
Configuration menu - View commit details
-
Copy full SHA for c72bd9b - Browse repository at this point
Copy the full SHA c72bd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c95daf - Browse repository at this point
Copy the full SHA 2c95dafView commit details -
Add unit tests for EventManager in test_event_manager.py
- Added tests for event registration, including default event type, empty string names, and specific event types. - Added tests for custom event functions and unregistered event access. - Added tests for event sending, including JSON formatting, empty data, and large payloads. - Added tests for handling JSON serialization errors and the noop function.
Configuration menu - View commit details
-
Copy full SHA for 8834512 - Browse repository at this point
Copy the full SHA 8834512View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d375bd4 - Browse repository at this point
Copy the full SHA d375bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfce547 - Browse repository at this point
Copy the full SHA bfce547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108d09a - Browse repository at this point
Copy the full SHA 108d09aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578f1a5 - Browse repository at this point
Copy the full SHA 578f1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef24c22 - Browse repository at this point
Copy the full SHA ef24c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc3094 - Browse repository at this point
Copy the full SHA ffc3094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e6991 - Browse repository at this point
Copy the full SHA 07e6991View commit details -
fix: update serialization and improve error handling (#3516)
* feat(utils): add support for V1BaseModel in serialize_field Add support for V1BaseModel instances in the serialize_field function by checking for a "to_json" method. If the method is not present, return the attribute values as a dictionary. * refactor: Update field serializer function and error handling in build_flow function
Configuration menu - View commit details
-
Copy full SHA for 8247d2e - Browse repository at this point
Copy the full SHA 8247d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13399f - Browse repository at this point
Copy the full SHA f13399fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec52860 - Browse repository at this point
Copy the full SHA ec52860View commit details -
feat: update message partially in MessagesStoreType
This commit adds the `updateMessagePartial` method to the `MessagesStoreType` in `messagesStore.ts`. This method allows updating a specific message by merging the changes with the existing message object.
Configuration menu - View commit details
-
Copy full SHA for 21259d7 - Browse repository at this point
Copy the full SHA 21259d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea460d0 - Browse repository at this point
Copy the full SHA ea460d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ad530 - Browse repository at this point
Copy the full SHA 46ad530View commit details -
Configuration menu - View commit details
-
Copy full SHA for f493af6 - Browse repository at this point
Copy the full SHA f493af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea11475 - Browse repository at this point
Copy the full SHA ea11475View commit details -
refactor: store message in ChatInput after updating flow_id
This commit refactors the `ChatInput` component by moving the logic to store the message after updating the `flow_id` property. This ensures that the message is properly stored in the correct flow. The previous implementation had the logic to store the message before updating the `flow_id`, which could lead to incorrect storage of messages. This change improves the reliability and accuracy of message storage in the `ChatInput` component.
Configuration menu - View commit details
-
Copy full SHA for d5397d6 - Browse repository at this point
Copy the full SHA d5397d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f7f72 - Browse repository at this point
Copy the full SHA 67f7f72View commit details -
refactor: update ChatComponent to use stored_message.id instead of se…
…lf.graph.flow_id Update the `ChatComponent` class in `chat.py` to use the `stored_message.id` property instead of `self.graph.flow_id` when logging a message. This ensures that the correct message ID is used for logging purposes. The previous implementation used the flow ID, which could lead to incorrect logging. This change improves the accuracy of message logging in the `ChatComponent`.
Configuration menu - View commit details
-
Copy full SHA for 7e9ccdc - Browse repository at this point
Copy the full SHA 7e9ccdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 604fbd2 - Browse repository at this point
Copy the full SHA 604fbd2View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3576bc - Browse repository at this point
Copy the full SHA c3576bcView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b299a9e - Browse repository at this point
Copy the full SHA b299a9eView commit details -
refactor: optimize message update in useMessagesStore
Improve the efficiency of updating messages in the `useMessagesStore` function of `messagesStore.ts`. Instead of iterating through the entire message list, this refactor searches for the message to update by iterating backwards from the end. This approach allows for faster message retrieval and update. The code has been modified to use a for loop and break out of the loop once the message is found. This change enhances the performance of the message update process.
Configuration menu - View commit details
-
Copy full SHA for a4825c2 - Browse repository at this point
Copy the full SHA a4825c2View commit details -
Refactor
serialize_flow_id
method to correctly handle UUID serializ……ation in `message.py`
Configuration menu - View commit details
-
Copy full SHA for c9a8f19 - Browse repository at this point
Copy the full SHA c9a8f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18d02c - Browse repository at this point
Copy the full SHA a18d02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe292e - Browse repository at this point
Copy the full SHA 5fe292eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8420ec5 - Browse repository at this point
Copy the full SHA 8420ec5View commit details -
refactor: update buildUtils.ts to use data instead of data.data in ad…
…dMessage function
Configuration menu - View commit details
-
Copy full SHA for 6d321e9 - Browse repository at this point
Copy the full SHA 6d321e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1b8f8 - Browse repository at this point
Copy the full SHA 7b1b8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49129eb - Browse repository at this point
Copy the full SHA 49129ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 932295c - Browse repository at this point
Copy the full SHA 932295cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b598231 - Browse repository at this point
Copy the full SHA b598231View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 560de16 - Browse repository at this point
Copy the full SHA 560de16View commit details -
Configuration menu - View commit details
-
Copy full SHA for c27c73a - Browse repository at this point
Copy the full SHA c27c73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d3aa4 - Browse repository at this point
Copy the full SHA 35d3aa4View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4283600 - Browse repository at this point
Copy the full SHA 4283600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d54fdb - Browse repository at this point
Copy the full SHA 1d54fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfbe66 - Browse repository at this point
Copy the full SHA 3dfbe66View commit details -
Refactor chatView component to include focusChat prop and trigger foc…
…us on chat when new session is set
Configuration menu - View commit details
-
Copy full SHA for 314747d - Browse repository at this point
Copy the full SHA 314747dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e593e5b - Browse repository at this point
Copy the full SHA e593e5bView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecabdb1 - Browse repository at this point
Copy the full SHA ecabdb1View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d65c50 - Browse repository at this point
Copy the full SHA 6d65c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a360615 - Browse repository at this point
Copy the full SHA a360615View commit details -
feat: Add someFlowTemplateFields function
Add the someFlowTemplateFields function to the reactflowUtils module. This function checks if any of the nodes in the provided array have template fields that pass a given validation function.
Configuration menu - View commit details
-
Copy full SHA for 16ec7f2 - Browse repository at this point
Copy the full SHA 16ec7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbdf57 - Browse repository at this point
Copy the full SHA 5dbdf57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 631468f - Browse repository at this point
Copy the full SHA 631468fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18af981 - Browse repository at this point
Copy the full SHA 18af981View commit details -
Refactor ChatView component: Remove unused eraser button
The eraser button in the ChatView component was removed as it was not being used and served no purpose. This change improves code cleanliness and removes unnecessary code.
Configuration menu - View commit details
-
Copy full SHA for 0fe7c00 - Browse repository at this point
Copy the full SHA 0fe7c00View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35cbea4 - Browse repository at this point
Copy the full SHA 35cbea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e6a0 - Browse repository at this point
Copy the full SHA 5f9e6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ccbdb - Browse repository at this point
Copy the full SHA 95ccbdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c42d48 - Browse repository at this point
Copy the full SHA 4c42d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for c324cca - Browse repository at this point
Copy the full SHA c324ccaView commit details -
Refactor MessagesStoreType in zustand/messages/index.ts: Remove unuse…
…d columns property and setColumns method
Configuration menu - View commit details
-
Copy full SHA for ab7ee2a - Browse repository at this point
Copy the full SHA ab7ee2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed86d88 - Browse repository at this point
Copy the full SHA ed86d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3211b22 - Browse repository at this point
Copy the full SHA 3211b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1580757 - Browse repository at this point
Copy the full SHA 1580757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0b8ef - Browse repository at this point
Copy the full SHA 6a0b8efView commit details -
Refactor RenderIcons component: Set default value for filteredShortcu…
…t prop to prevent bug
Configuration menu - View commit details
-
Copy full SHA for 4571a8b - Browse repository at this point
Copy the full SHA 4571a8bView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de4f3fc - Browse repository at this point
Copy the full SHA de4f3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ff185 - Browse repository at this point
Copy the full SHA 80ff185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac3bae - Browse repository at this point
Copy the full SHA 3ac3baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4779185 - Browse repository at this point
Copy the full SHA 4779185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c97c4d - Browse repository at this point
Copy the full SHA 8c97c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0d65d - Browse repository at this point
Copy the full SHA aa0d65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d115487 - Browse repository at this point
Copy the full SHA d115487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 778e886 - Browse repository at this point
Copy the full SHA 778e886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb1510 - Browse repository at this point
Copy the full SHA 9bb1510View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8344549 - Browse repository at this point
Copy the full SHA 8344549View commit details -
Configuration menu - View commit details
-
Copy full SHA for b72d36a - Browse repository at this point
Copy the full SHA b72d36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b245d57 - Browse repository at this point
Copy the full SHA b245d57View commit details -
Refactor EditMessageField component: Improve onBlur event handling an…
…d add button click flag
Configuration menu - View commit details
-
Copy full SHA for 8302fd4 - Browse repository at this point
Copy the full SHA 8302fd4View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b6f3c - Browse repository at this point
Copy the full SHA e3b6f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df54d9 - Browse repository at this point
Copy the full SHA 2df54d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2cd4e - Browse repository at this point
Copy the full SHA 3e2cd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a10e70 - Browse repository at this point
Copy the full SHA 7a10e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1cd809 - Browse repository at this point
Copy the full SHA e1cd809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80eecbf - Browse repository at this point
Copy the full SHA 80eecbfView commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f8bb9 - Browse repository at this point
Copy the full SHA 60f8bb9View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70a0f3c - Browse repository at this point
Copy the full SHA 70a0f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2ec07 - Browse repository at this point
Copy the full SHA ab2ec07View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88a2f9 - Browse repository at this point
Copy the full SHA b88a2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 739b3aa - Browse repository at this point
Copy the full SHA 739b3aaView commit details -
Refactor IOModal component to generate a unique session ID based on t…
…he current date and time
Configuration menu - View commit details
-
Copy full SHA for 6f86f32 - Browse repository at this point
Copy the full SHA 6f86f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12106b - Browse repository at this point
Copy the full SHA c12106bView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd3dff - Browse repository at this point
Copy the full SHA 0dd3dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 902e941 - Browse repository at this point
Copy the full SHA 902e941View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a3a48e - Browse repository at this point
Copy the full SHA 3a3a48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5094a6 - Browse repository at this point
Copy the full SHA a5094a6View commit details -
chore: Refactor sessionSelector component to improve session manageme…
…nt and interaction
Configuration menu - View commit details
-
Copy full SHA for c6d3a74 - Browse repository at this point
Copy the full SHA c6d3a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b7761 - Browse repository at this point
Copy the full SHA e6b7761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249f21a - Browse repository at this point
Copy the full SHA 249f21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb5f59 - Browse repository at this point
Copy the full SHA 6cb5f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36fa128 - Browse repository at this point
Copy the full SHA 36fa128View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ab7bc - Browse repository at this point
Copy the full SHA e1ab7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5820c - Browse repository at this point
Copy the full SHA eb5820cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf111ea - Browse repository at this point
Copy the full SHA bf111eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c55bd67 - Browse repository at this point
Copy the full SHA c55bd67View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2cfca - Browse repository at this point
Copy the full SHA fc2cfcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40968c7 - Browse repository at this point
Copy the full SHA 40968c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbffa5 - Browse repository at this point
Copy the full SHA 5cbffa5View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccce475 - Browse repository at this point
Copy the full SHA ccce475View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78b322 - Browse repository at this point
Copy the full SHA f78b322View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbc35c - Browse repository at this point
Copy the full SHA cbbc35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52dbbef - Browse repository at this point
Copy the full SHA 52dbbefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a8deb - Browse repository at this point
Copy the full SHA 91a8debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 586777f - Browse repository at this point
Copy the full SHA 586777fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed460f - Browse repository at this point
Copy the full SHA 7ed460fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d6cbb - Browse repository at this point
Copy the full SHA 94d6cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 215b3f2 - Browse repository at this point
Copy the full SHA 215b3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a553623 - Browse repository at this point
Copy the full SHA a553623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fccd7f - Browse repository at this point
Copy the full SHA 9fccd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eae60d2 - Browse repository at this point
Copy the full SHA eae60d2View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cd91af - Browse repository at this point
Copy the full SHA 6cd91afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0059309 - Browse repository at this point
Copy the full SHA 0059309View commit details -
Configuration menu - View commit details
-
Copy full SHA for bedcdab - Browse repository at this point
Copy the full SHA bedcdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b09d3e - Browse repository at this point
Copy the full SHA 3b09d3eView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56a9cb0 - Browse repository at this point
Copy the full SHA 56a9cb0View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 312ec21 - Browse repository at this point
Copy the full SHA 312ec21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6a3c0 - Browse repository at this point
Copy the full SHA 1a6a3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7cc9bd - Browse repository at this point
Copy the full SHA a7cc9bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99a0e9 - Browse repository at this point
Copy the full SHA c99a0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c836daf - Browse repository at this point
Copy the full SHA c836dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b03bc - Browse repository at this point
Copy the full SHA 40b03bcView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb048f6 - Browse repository at this point
Copy the full SHA cb048f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a385eea - Browse repository at this point
Copy the full SHA a385eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 322acaf - Browse repository at this point
Copy the full SHA 322acafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f5f22a - Browse repository at this point
Copy the full SHA 8f5f22aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 308a441 - Browse repository at this point
Copy the full SHA 308a441View commit details -
Refactor input handling to use direct dictionary access for 'session'…
… and 'input_value' keys
Configuration menu - View commit details
-
Copy full SHA for 60a1cfe - Browse repository at this point
Copy the full SHA 60a1cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7fd05 - Browse repository at this point
Copy the full SHA 6d7fd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9624b55 - Browse repository at this point
Copy the full SHA 9624b55View commit details -
⬆️ (pyproject.toml): upgrade duckduckgo-search dependency to version …
…6.3.1 for bug fixes or new features 🔧 (duckduckgo.spec.ts): refactor test to handle multiple possible outcomes when waiting for selectors and improve readability
Configuration menu - View commit details
-
Copy full SHA for 68a9678 - Browse repository at this point
Copy the full SHA 68a9678View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2222dc - Browse repository at this point
Copy the full SHA f2222dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7570ffb - Browse repository at this point
Copy the full SHA 7570ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b43ce12 - Browse repository at this point
Copy the full SHA b43ce12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b62a0 - Browse repository at this point
Copy the full SHA 88b62a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5f842 - Browse repository at this point
Copy the full SHA ce5f842View commit details -
Refactor chatMessage component to handle different types of children …
…content on code modal
Configuration menu - View commit details
-
Copy full SHA for 70d63e6 - Browse repository at this point
Copy the full SHA 70d63e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 655ebda - Browse repository at this point
Copy the full SHA 655ebdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 454c5c7 - Browse repository at this point
Copy the full SHA 454c5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7757c81 - Browse repository at this point
Copy the full SHA 7757c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109179f - Browse repository at this point
Copy the full SHA 109179fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b15b11 - Browse repository at this point
Copy the full SHA 6b15b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb7728 - Browse repository at this point
Copy the full SHA 5bb7728View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89a45b - Browse repository at this point
Copy the full SHA c89a45bView commit details