{t("settings:codeIndex.clearDataDialog.cancelButton")}
diff --git a/webview-ui/src/components/chat/TodoListDisplay.tsx b/webview-ui/src/components/chat/TodoListDisplay.tsx
index c9a4d8f4d0..386488e5d0 100644
--- a/webview-ui/src/components/chat/TodoListDisplay.tsx
+++ b/webview-ui/src/components/chat/TodoListDisplay.tsx
@@ -47,7 +47,7 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
width: 8,
height: 8,
borderRadius: "50%",
- background: "var(--vscode-charts-green)",
+ background: "var(--color-matterai-green)",
marginRight: 8,
marginLeft: 2,
flexShrink: 0,
@@ -79,7 +79,7 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
width: 8,
height: 8,
borderRadius: "50%",
- background: "var(--vscode-charts-green)",
+ background: "var(--color-matterai-green)",
marginRight: 8,
marginLeft: 2,
flexShrink: 0,
@@ -127,8 +127,10 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
@@ -147,7 +149,7 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
style={{
fontWeight: 500,
color: allCompleted
- ? "var(--vscode-charts-green)"
+ ? "var(--color-matterai-green)"
: mostImportantTodo?.status === "in_progress"
? "var(--vscode-charts-yellow)"
: "var(--vscode-foreground)",
@@ -278,7 +280,7 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
width: 8,
height: 8,
borderRadius: "50%",
- background: "var(--vscode-charts-green)",
+ background: "var(--color-matterai-green)",
marginRight: 8,
marginTop: 7,
flexShrink: 0,
@@ -334,7 +336,7 @@ export function TodoListDisplay({ todos }: { todos: any[] }) {
fontWeight: 500,
color:
todo.status === "completed"
- ? "var(--vscode-charts-green)"
+ ? "var(--color-matterai-green)"
: todo.status === "in_progress"
? "var(--vscode-charts-yellow)"
: "var(--vscode-foreground)",
diff --git a/webview-ui/src/components/history/BatchDeleteTaskDialog.tsx b/webview-ui/src/components/history/BatchDeleteTaskDialog.tsx
index 73698c7653..5dfea4ec73 100644
--- a/webview-ui/src/components/history/BatchDeleteTaskDialog.tsx
+++ b/webview-ui/src/components/history/BatchDeleteTaskDialog.tsx
@@ -53,7 +53,7 @@ export const BatchDeleteTaskDialog = ({ taskIds, ...props }: BatchDeleteTaskDial
-
+
diff --git a/webview-ui/src/components/history/DeleteTaskDialog.tsx b/webview-ui/src/components/history/DeleteTaskDialog.tsx
index 4ca383c4ba..63ba3cc2e2 100644
--- a/webview-ui/src/components/history/DeleteTaskDialog.tsx
+++ b/webview-ui/src/components/history/DeleteTaskDialog.tsx
@@ -58,7 +58,7 @@ export const DeleteTaskDialog = ({ taskId, ...props }: DeleteTaskDialogProps) =>
{/* kilocode_change end */}
-
+
diff --git a/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx b/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx
index e6cba73b07..2744f40d28 100644
--- a/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx
+++ b/webview-ui/src/components/marketplace/components/MarketplaceItemCard.tsx
@@ -228,7 +228,7 @@ export const MarketplaceItemCard: React.FC = ({ item,
)}
-
+
{t("marketplace:removeConfirm.cancel")}
{
diff --git a/webview-ui/src/components/modes/DeleteModeDialog.tsx b/webview-ui/src/components/modes/DeleteModeDialog.tsx
index d801b3149b..5644bf83cc 100644
--- a/webview-ui/src/components/modes/DeleteModeDialog.tsx
+++ b/webview-ui/src/components/modes/DeleteModeDialog.tsx
@@ -46,7 +46,7 @@ export const DeleteModeDialog: React.FC = ({ open, onOpen
)}
-
+
{t("prompts:deleteMode.cancel")}
{t("prompts:deleteMode.confirm")}
diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx
index 1cdaa2f4fe..a2b4941f63 100644
--- a/webview-ui/src/components/settings/SettingsView.tsx
+++ b/webview-ui/src/components/settings/SettingsView.tsx
@@ -983,7 +983,7 @@ const SettingsView = forwardRef(({ onDone, t
{t("settings:unsavedChangesDialog.description")}
-
+
onConfirmDialogResult(false)}>
{t("settings:unsavedChangesDialog.cancelButton")}
diff --git a/webview-ui/src/components/settings/SlashCommandsSettings.tsx b/webview-ui/src/components/settings/SlashCommandsSettings.tsx
index ece2806746..8cd3fa58ae 100644
--- a/webview-ui/src/components/settings/SlashCommandsSettings.tsx
+++ b/webview-ui/src/components/settings/SlashCommandsSettings.tsx
@@ -243,7 +243,7 @@ export const SlashCommandsSettings: React.FC = () => {
{t("chat:slashCommands.deleteDialog.description", { name: commandToDelete?.name })}
-
+
{t("chat:slashCommands.deleteDialog.cancel")}
diff --git a/webview-ui/src/components/settings/providers/VirtualQuotaFallbackProviderPresentation.tsx b/webview-ui/src/components/settings/providers/VirtualQuotaFallbackProviderPresentation.tsx
index 68f5f01687..fd0bae703a 100644
--- a/webview-ui/src/components/settings/providers/VirtualQuotaFallbackProviderPresentation.tsx
+++ b/webview-ui/src/components/settings/providers/VirtualQuotaFallbackProviderPresentation.tsx
@@ -182,7 +182,7 @@ export const VirtualQuotaFallbackProviderPresentation = ({
-
+
Cancel
diff --git a/webview-ui/src/components/ui/hooks/useOpenRouterModelProviders.ts b/webview-ui/src/components/ui/hooks/useOpenRouterModelProviders.ts
index d92b6bddb6..67a6fad914 100644
--- a/webview-ui/src/components/ui/hooks/useOpenRouterModelProviders.ts
+++ b/webview-ui/src/components/ui/hooks/useOpenRouterModelProviders.ts
@@ -107,40 +107,40 @@ const KILO_CODE_MODELS: Record = {
input_cache_writes: "0",
},
},
- // "axon-code-pro": {
- // id: "axon-code-pro",
- // name: "Axon Code Pro",
- // description: "Axon Code Pro is a heavy intelligent LLM model for coding tasks",
- // input_modalities: ["text"],
- // context_length: 256000,
- // max_output_length: 32768,
- // output_modalities: ["text"],
- // supported_sampling_parameters: [
- // "temperature",
- // "top_p",
- // "top_k",
- // "repetition_penalty",
- // "frequency_penalty",
- // "presence_penalty",
- // "seed",
- // "stop",
- // ],
- // supported_features: ["tools", "structured_outputs", "web_search"],
- // openrouter: {
- // slug: "matterai/axon",
- // },
- // datacenters: [{ country_code: "US" }],
- // created: 1750426201,
- // owned_by: "matterai",
- // pricing: {
- // prompt: "0.000001",
- // completion: "0.000004",
- // image: "0",
- // request: "0",
- // input_cache_reads: "0",
- // input_cache_writes: "0",
- // },
- // },
+ "axon-code-pro": {
+ id: "axon-code-pro",
+ name: "Axon Code Pro",
+ description: "Axon Code Pro is a heavy intelligent LLM model for coding tasks",
+ input_modalities: ["text"],
+ context_length: 256000,
+ max_output_length: 32768,
+ output_modalities: ["text"],
+ supported_sampling_parameters: [
+ "temperature",
+ "top_p",
+ "top_k",
+ "repetition_penalty",
+ "frequency_penalty",
+ "presence_penalty",
+ "seed",
+ "stop",
+ ],
+ supported_features: ["tools", "structured_outputs", "web_search"],
+ openrouter: {
+ slug: "matterai/axon",
+ },
+ datacenters: [{ country_code: "US" }],
+ created: 1750426201,
+ owned_by: "matterai",
+ pricing: {
+ prompt: "0.000001",
+ completion: "0.000004",
+ image: "0",
+ request: "0",
+ input_cache_reads: "0",
+ input_cache_writes: "0",
+ },
+ },
}
const parsePrice = (value?: string): number | undefined => {
diff --git a/webview-ui/src/utils/prettyModelName.ts b/webview-ui/src/utils/prettyModelName.ts
index 4c0d948e98..be5acd5991 100644
--- a/webview-ui/src/utils/prettyModelName.ts
+++ b/webview-ui/src/utils/prettyModelName.ts
@@ -2,7 +2,7 @@
const AXON_MODEL_CREDITS: Record = {
"axon-mini": "(0.5x)",
"axon-code": "(1x)",
- // "axon-code-pro": "(1.25x)",
+ "axon-code-pro": "(1.25x)",
}
export const prettyModelName = (modelId: string): string => {