Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dust-tt/dust

spolu created a review on a pull request on dust-tt/dust
Looks very legit!

View on GitHub

Fraggle pushed 1 commit to main dust-tt/dust
  • Fix: do not allow invalid app names (#8167) * Fix: do not allow invalid app names * Review fdbk 9cad3b8

View on GitHub

Fraggle closed a pull request on dust-tt/dust
Fix: do not allow invalid app names
## Description This PR adds validation to prevent the creation of apps with invalid names. Changes include: - Frontend validation in `VaultCreateAppModal.tsx` - Backend validation in API rou...
aubin-tchoi pushed 26 commits to zendesk-get-permissions dust-tt/dust
  • feat: implement the Resource pattern for a few resources 7737abb
  • feat: add an API wrapper to handle data fetching 7d522f8
  • fix: remove the await .json since it's already handled in callZendeskApi 0671c1a
  • feat: replace our wrapper with the lib node-zendesk b82dbe7
  • feat: implement ZendeskConnectorManager.create without the workflow (only creates a ConnectorResource) 6d82232
  • feat: implement permissions for the brands a6b6da3
  • feat: add a root node "Help Center" b5f4c23
  • fix: fix the url passed in the ContentNodes 7c2a55a
  • refactor: rename the permissions handling function+file 2510c75
  • feat: add the categories to the content node tree 529351b
  • fix: fix retrieveSelectedNodes 13e2a2b
  • feat: add changeZendeskClientSubdomain bd23c8f
  • feat: migrate to node-zendesk 6126aa3
  • feat: add types for tickets.list and tickets.show() f150ec8
  • fix(HelpCenter): only show brands that have a help center 700dcae
  • feat: add permissions for tickets 0dd8ce8
  • feat: rework the content node tree 065cc5a
  • feat: rework the content node tree ec3956c
  • feat: remove the help center node if the brand does not have one f152cbe
  • refactor: move the brand permissions to a dedicated file b735014
  • and 6 more ...

View on GitHub

spolu created a review on a pull request on dust-tt/dust
LGTM

View on GitHub

aubin-tchoi pushed 1 commit to zendesk-data-model dust-tt/dust
  • feat: implement the Resource pattern for a few resources 7737abb

View on GitHub

JulesBelveze pushed 1 commit to flav/new-dropdown dust-tt/dust
  • [front] - refactor: adjust class ordering in `NavigationSidebar` - Reordered classes for consistency within the `Na... fd8307b

View on GitHub

JulesBelveze pushed 1 commit to flav/new-dropdown dust-tt/dust
  • [front] - fix: update WorkspacePicker and NavigationSidebar styles - Set WorkspacePicker button to 'tertiary' varia... d5bf0c5

View on GitHub

aubin-tchoi pushed 26 commits to zendesk-get-permissions dust-tt/dust
  • feat: implement the Resource pattern for a few resources bad8ef4
  • feat: add an API wrapper to handle data fetching 6b293a0
  • fix: remove the await .json since it's already handled in callZendeskApi edc913e
  • feat: replace our wrapper with the lib node-zendesk e2411f8
  • feat: implement ZendeskConnectorManager.create without the workflow (only creates a ConnectorResource) 747aeda
  • feat: implement permissions for the brands 9fcadd1
  • feat: add a root node "Help Center" 0a67e39
  • fix: fix the url passed in the ContentNodes 28731fe
  • refactor: rename the permissions handling function+file b89183f
  • feat: add the categories to the content node tree e58e081
  • fix: fix retrieveSelectedNodes 5fbab82
  • feat: add changeZendeskClientSubdomain 952696f
  • feat: migrate to node-zendesk 80de980
  • feat: add types for tickets.list and tickets.show() d5fa898
  • fix(HelpCenter): only show brands that have a help center 91bc158
  • feat: add permissions for tickets 53389a8
  • feat: rework the content node tree b77d41f
  • feat: rework the content node tree cdfa84e
  • feat: remove the help center node if the brand does not have one 71d2b09
  • refactor: move the brand permissions to a dedicated file 2694081
  • and 6 more ...

View on GitHub

flvndvd created a comment on a pull request on dust-tt/dust
The issue was introduced in https://github.com/dust-tt/dust/pull/8134 as we skipped deleting the global group when deleting regular vault, which led to missing the deletion of the `group_vaults` mo...

View on GitHub

flvndvd created a review comment on a pull request on dust-tt/dust
Can we avoid using process.env?

View on GitHub

flvndvd created a review comment on a pull request on dust-tt/dust
Aren't we worried that this hand up for too long? Can't we delete the overall folder in one call since they use the same prefix? Pretty sure that we have some documents coming from managed data ...

View on GitHub

flvndvd created a review on a pull request on dust-tt/dust

View on GitHub

Fraggle deleted a branch dust-tt/dust

flav/delete-associated-group-vaults

Fraggle pushed 1 commit to main dust-tt/dust
  • Delete group_vaults when deleting a vault (#8192) a3fcc16

View on GitHub

Fraggle closed a pull request on dust-tt/dust
Delete group_vaults when deleting a vault
## Description <!-- Briefly describe the changes you've made and link any relevant issues (e.g., "Fixes #123"). --> <!-- If the PR includes UI changes, please attach a screenshot or GIF to illu...
Fraggle pushed 35 commits to 1524-bug-dust-app-fails-when-name-contains-a-dot dust-tt/dust
  • Add an empty ZendeskConnectorManager (#8125) * feat: add an empty ZendeskConnectorManager * feat: add a ZendeskCo... ed898af
  • [front] - fix: multi conversations deletion (#8155) * [front/components/assistant/conversation] - feature: implement... 939ad43
  • Update unrestricted vault ACLs (#8153) 59b0b4d
  • Fix: always use company data as default selection for api key (#8156) 3dc6604
  • Include shared spaces data source views in `@Dust` (#8121) c25526c
  • Fix skip GitHub issue (#8068) 0c9835d
  • enh: rework getLargeWhitelistedModel (#8159) Co-authored-by: Henry Fontanier <[email protected]> cea37f6
  • [connectors] Disable check on teams, since we don't grant permission anymore (#8160) a41bacb
  • [front] reduce number of unnecessary calls (#8158) 4294518
  • [connectors] Move assistant selection into ephemeral message (#8152) 2397723
  • chore: remove useless condition (#8161) Co-authored-by: Henry Fontanier <[email protected]> 6f183cc
  • Add: slackbot will re-create a conversation if needed, url is now visibile to the model. (#8154) e564ee9
  • [Assistant views] Remove 'assistant-search' & '{conversationId}' views (#8109) * [Assistant views] Remove 'assistant... 84b3cae
  • [connectors] fix(slack): Add fallback text (#8164) 42cac66
  • Flav/vaults to space step 6 (#8165) * Spaces polish * :sparkles: * Implement default restriction on space crea... ddbf85a
  • enh: upgrade to latest claude sonnet model (#8168) Co-authored-by: Henry Fontanier <[email protected]> 9b98f26
  • Add Zendesk api wrapper functions (#8157) * feat: add a function getZendeskAccessToken * feat: add an API wrapper... 83daae4
  • enh: remove tools use metaprompt on latest claude (#8169) Co-authored-by: Henry Fontanier <[email protected]> 138b76a
  • Revert "enh: remove tools use metaprompt on latest claude (#8169)" (#8170) This reverts commit 138b76a7c5c6f3bba6d30... c2fea91
  • Bump Sparkle version to 0.2.272 (#8171) * Bump Sparkle version to 0.2.272 * :shirt: 8676493
  • and 15 more ...

View on GitHub

JulesBelveze deleted a branch dust-tt/dust

sparkle/dropdown-variants

JulesBelveze closed a pull request on dust-tt/dust
[sparkle] - feature: add `NewDropdownMenuItem` warning variant
## Description This PR aims at adding a "warning" variant to `NewDropdownMenuItem` sparkle component. ## Risk Low, only styling ## Deploy Plan
aubin-tchoi pushed 1 commit to zendesk-data-model dust-tt/dust
  • feat: implement the Resource pattern for a few resources bad8ef4

View on GitHub

Fraggle created a review on a pull request on dust-tt/dust
Thanks ! How was the "members" group deleted before ?

View on GitHub

aubin-tchoi pushed 1 commit to zendesk-data-model dust-tt/dust
  • feat: implement the Resource pattern for a few resources a33e05d

View on GitHub

flvndvd opened a draft pull request on dust-tt/dust
Delete group_vaults when deleting a vault
## Description <!-- Briefly describe the changes you've made and link any relevant issues (e.g., "Fixes #123"). --> <!-- If the PR includes UI changes, please attach a screenshot or GIF to illu...
aubin-tchoi pushed 1 commit to zendesk-data-model dust-tt/dust
  • feat: implement the Resource pattern for a few resources a20a9a6

View on GitHub

flvndvd created a branch on dust-tt/dust

flav/delete-associated-group-vaults - Amplify your team's potential with customizable and secure AI assistants.

Fraggle created a review on a pull request on dust-tt/dust
LGTM.

View on GitHub

Fraggle created a review comment on a pull request on dust-tt/dust
nit: maybe it's an opportunity to type objectType (so the error message could be dynamically generated and we could assertNever in the switch case).

View on GitHub

Fraggle created a review on a pull request on dust-tt/dust

View on GitHub

Fraggle created a review comment on a pull request on dust-tt/dust
nit: couldn't that run all checks ?

View on GitHub

Fraggle created a review on a pull request on dust-tt/dust

View on GitHub

Load more