mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
refactor(connect-agent-dialog): update dialog title for clarity and improved user understanding
This commit is contained in:
parent
bf9d536757
commit
1385ff4789
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export function ConnectAgentDialog({ className }: { className?: string }) {
|
|||
</DialogTrigger>
|
||||
<DialogContent className="max-h-[85vh] min-w-0 overflow-x-hidden overflow-y-auto sm:max-w-2xl">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Connect to Claude Code, Codex, OpenCode…</DialogTitle>
|
||||
<DialogTitle>Connect your coding agent to SurfSense</DialogTitle>
|
||||
<DialogDescription>
|
||||
Give your coding agent access to SurfSense scrapers and your knowledge base. Create an API key under API Keys, choose your agent, then paste the config.
|
||||
</DialogDescription>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue