Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/corsair/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export const BaseProviders = [
'tavilymcp',
'teams',
'telegram',
'ticktick',
'todoist',
'toggl',
'trello',
Expand Down Expand Up @@ -342,6 +343,7 @@ export const ProviderDisplayNames = {
tavilymcp: 'Tavily MCP',
teams: 'Teams',
telegram: 'Telegram',
ticktick: 'TickTick',
todoist: 'Todoist',
toggl: 'Toggl',
trello: 'Trello',
Expand Down Expand Up @@ -526,6 +528,7 @@ export type AllProviders =
| 'tavilymcp'
| 'teams'
| 'telegram'
| 'ticktick'
| 'todoist'
| 'toggl'
| 'trello'
Expand Down
Loading
Loading