Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 @@ -184,6 +184,7 @@ export const BaseProviders = [
'tavilymcp',
'teams',
'telegram',
'textrazor',
'ticktick',
'todoist',
'toggl',
Expand Down Expand Up @@ -385,6 +386,7 @@ export const ProviderDisplayNames = {
tavilymcp: 'Tavily MCP',
teams: 'Teams',
telegram: 'Telegram',
textrazor: 'TextRazor',
ticktick: 'TickTick',
todoist: 'Todoist',
toggl: 'Toggl',
Expand Down Expand Up @@ -593,6 +595,7 @@ export type AllProviders =
| 'tavilymcp'
| 'teams'
| 'telegram'
| 'textrazor'
| 'ticktick'
| 'todoist'
| 'toggl'
Expand Down
Loading
Loading