Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion apps/web-evals/src/components/home/run.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function Run({ run, taskMetrics }: RunProps) {
<AlertDialogTitle>Are you sure?</AlertDialogTitle>
<AlertDialogDescription>This action cannot be undone.</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogFooter className="flex-col gap-2 items-center justify-center">
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction ref={continueRef} onClick={onConfirmDelete}>
Continue
Expand Down
68 changes: 34 additions & 34 deletions src/api/providers/kilocode-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,38 +96,38 @@ export const KILO_CODE_MODELS: Record<string, KiloCodeModel> = {
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",
},
},
}
2 changes: 1 addition & 1 deletion src/i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"custom_storage_path_unusable": "Custom storage path \"{{path}}\" is unusable, will use default path",
"cannot_access_path": "Cannot access path {{path}}: {{error}}",
"settings_import_failed": "Settings import failed: {{error}}.",
"mistake_limit_guidance": "This may indicate a failure in the model's thought process or inability to use a tool properly, which can be mitigated with some user guidance (e.g. \"Try breaking down the task into smaller steps\").",
"mistake_limit_guidance": "Error in using tools, can be mitigated with some user guidance (e.g. \"Try breaking down the task into smaller steps\").",
"violated_organization_allowlist": "Failed to run task: the current profile isn't compatible with your organization settings",
"condense_failed": "Failed to condense context",
"condense_not_enough_messages": "Not enough messages to condense context of {{prevContextTokens}} tokens. At least {{minimumMessageCount}} messages are required, but only {{messageCount}} are available.",
Expand Down
22 changes: 11 additions & 11 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "matterai",
"version": "4.119.0",
"version": "4.120.0",
"icon": "assets/icons/matterai-ic.png",
"galleryBanner": {
"color": "#FFFFFF",
Expand Down Expand Up @@ -90,15 +90,15 @@
"viewsContainers": {
"activitybar": [
{
"id": "kilo-code-ActivityBar",
"id": "axon-code-ActivityBar",
"title": "%views.activitybar.title%",
"icon": "assets/icons/matterai-ic.png",
"darkIcon": "assets/icons/matterai-ic.png"
}
]
},
"views": {
"kilo-code-ActivityBar": [
"axon-code-ActivityBar": [
{
"type": "webview",
"id": "axon-code.SidebarProvider",
Expand Down Expand Up @@ -239,8 +239,8 @@
"command": "axon-code.vsc.generateCommitMessage",
"title": "%command.generateCommitMessage.title%",
"icon": {
"light": "assets/icons/kilo-light.svg",
"dark": "assets/icons/kilo-dark.svg"
"light": "assets/icons/matterai-ic.svg",
"dark": "assets/icons/matterai-ic.svg"
},
"category": "%configuration.title%"
},
Expand Down Expand Up @@ -418,24 +418,24 @@
{
"command": "axon-code.ghost.cancelRequest",
"key": "escape",
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.isProcessing"
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && axoncode.ghost.isProcessing"
},
{
"command": "axon-code.ghost.cancelSuggestions",
"key": "escape",
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && axoncode.ghost.hasSuggestions"
},
{
"command": "axon-code.ghost.generateSuggestions",
"key": "ctrl+l",
"mac": "cmd+l",
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.enableSmartInlineTaskKeybinding && !github.copilot.completions.enabled"
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && axoncode.ghost.enableSmartInlineTaskKeybinding && !github.copilot.completions.enabled"
},
{
"command": "axon-code.ghost.showIncompatibilityExtensionPopup",
"key": "ctrl+l",
"mac": "cmd+l",
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.enableSmartInlineTaskKeybinding && github.copilot.completions.enabled"
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && axoncode.ghost.enableSmartInlineTaskKeybinding && github.copilot.completions.enabled"
},
{
"command": "axon-code.generateTerminalCommand",
Expand All @@ -456,13 +456,13 @@
"mac": "cmd+i",
"win": "ctrl+i",
"linux": "ctrl+i",
"when": "editorTextFocus && !github.copilot.completions.enabled && kilocode.ghost.enableQuickInlineTaskKeybinding"
"when": "editorTextFocus && !github.copilot.completions.enabled && axoncode.ghost.enableQuickInlineTaskKeybinding"
},
{
"command": "axon-code.ghost.showIncompatibilityExtensionPopup",
"key": "ctrl+i",
"mac": "cmd+i",
"when": "editorTextFocus && github.copilot.completions.enabled && kilocode.ghost.enableQuickInlineTaskKeybinding"
"when": "editorTextFocus && github.copilot.completions.enabled && axoncode.ghost.enableQuickInlineTaskKeybinding"
},
{
"command": "axon-code.toggleAutoApprove",
Expand Down
7 changes: 0 additions & 7 deletions src/services/code-index/__tests__/config-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1309,13 +1309,6 @@ describe("CodeIndexConfigManager", () => {
expect(configManager.currentEmbedderProvider).toBe("openai")
})

it("should return correct Qdrant configuration", () => {
expect(configManager.qdrantConfig).toEqual({
url: "http://qdrant.local",
apiKey: "test-qdrant-key",
})
})

it("should return correct model ID", () => {
expect(configManager.currentModelId).toBe("text-embedding-3-large")
})
Expand Down
Loading
Loading