This commit is contained in:
Saoud Rizwan
2024-10-06 04:03:27 -04:00
parent 372c4df3bf
commit 34f160b35a
3 changed files with 6 additions and 28 deletions

View File

@@ -460,7 +460,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
)}
</p>
{/* {apiProvider === "kodu" && (
{/* {apiProvider === "" && (
<div
style={{
display: "flex",
@@ -481,7 +481,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
color: "var(--vscode-errorForeground)",
}}></i>
<span>
Uh-oh, this could be a problem on Kodu's end. We've been alerted and
Uh-oh, this could be a problem on end. We've been alerted and
will resolve this ASAP. You can also{" "}
<a
href="https://discord.gg/claudedev"

View File

@@ -308,7 +308,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
</>
)}
</div>
{/* {apiProvider === "kodu" && (
{/* {apiProvider === "" && (
<div
style={{
backgroundColor: "color-mix(in srgb, var(--vscode-badge-background) 50%, transparent)",
@@ -324,11 +324,11 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
}}>
<div style={{ fontWeight: "500" }}>Credits Remaining:</div>
<div>
{formatPrice(koduCredits || 0)}
{(koduCredits || 0) < 1 && (
{formatPrice(Credits || 0)}
{(Credits || 0) < 1 && (
<>
{" "}
<VSCodeLink style={{ fontSize: "0.9em" }} href={getKoduAddCreditsUrl(vscodeUriScheme)}>
<VSCodeLink style={{ fontSize: "0.9em" }} href={getAddCreditsUrl(vscodeUriScheme)}>
(get more?)
</VSCodeLink>
</>