Skip to content

Commit

Permalink
Update text (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
logancyang authored Jan 26, 2025
1 parent 6914350 commit deeadc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We've introduced **Relevant Notes in Copilot Chat** in the previous release. You

## 🤖 v2.7.0 Copilot Plus (alpha) demo video - AI Agent for Obsidian! 🚀

Copilot Plus is a brand new mode that brings powerful agentic capabilities to Obsidian. Think of it as Cursor inside Obsidian but optimized for PKM use cases instead of coding. It is still in limited alpha and only available to alpha testers. If you are interested in joining the alpha, please consider sponsoring the project on Github (please have your email info in your github profile or I won't be able to reach you) or buy me coffees!
Copilot Plus is a brand new mode that brings powerful agentic capabilities to Obsidian. Think of it as Cursor inside Obsidian but optimized for PKM use cases instead of coding.

Check out the demo video below for the first sneak peak of what Copilot Plus can do. It is under active development so expect more features to come very soon!

Expand All @@ -56,7 +56,7 @@ Check out the demo video below for the first sneak peak of what Copilot Plus can
- All QA modes leverage retrieval augmentation with a **local index**, ensuring your data isn't sent to a cloud-based vector search service.
- **Copilot Plus (beta)**: supercharge your second brain with a **powerful AI agent** right inside your Obsidian vault. [Learn more here](https://obsidiancopilot.com).

Chat and Vault QA modes are completely free to use. Copilot Plus is currently in limited alpha and free to use for alpha testers.
Chat and Vault QA modes are completely free to use. Copilot Plus is currently in beta, buy now to lock in the lowest price!

## Model Providers

Expand Down
9 changes: 5 additions & 4 deletions src/settings/v2/components/BasicSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ChainType } from "@/chainFactory";
import { isCommandEnabled } from "@/commands";
import { RebuildIndexConfirmModal } from "@/components/modals/RebuildIndexConfirmModal";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { SettingItem } from "@/components/ui/setting-item";
import { SettingSwitch } from "@/components/ui/setting-switch";
Expand All @@ -10,10 +11,9 @@ import { useTab } from "@/contexts/TabContext";
import { getModelKeyFromModel, updateSetting, useSettingsValue } from "@/settings/model";
import { formatDateTime, getProviderLabel } from "@/utils";
import { ArrowRight, ExternalLink, HelpCircle, Key, Loader2 } from "lucide-react";
import { Notice } from "obsidian";
import React, { useState } from "react";
import ApiKeyDialog from "./ApiKeyDialog";
import { Input } from "@/components/ui/input";
import { Notice } from "obsidian";

const ChainType2Label: Record<ChainType, string> = {
[ChainType.LLM_CHAIN]: "Chat",
Expand Down Expand Up @@ -149,8 +149,9 @@ const BasicSettings: React.FC<BasicSettingsProps> = ({ indexVaultToVectorStore }
Copilot Plus brings powerful AI agent capabilities to Obsidian.
</p>
<p className="text-xs text-muted">
Alpha access is limited to sponsors and early supporters at the moment.
Officially launching in Jan 2025!
Copilot Plus is currently in beta. We are actively working on improving
the product and adding more features! Join now to lock in the lowest
price!
</p>
</div>
<div className="text-sm text-muted">
Expand Down

0 comments on commit deeadc8

Please sign in to comment.