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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ a.out
target
.scripts
.direnv/
packages/kilo-jetbrains/build-tasks/.gradle/

# Local dev files
opencode-dev
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function createDialogProviderOptions() {
placeholder: "Provider id",
description: () => (
<text fg={theme.textMuted}>
This only stores a credential. Configure the provider in opencode.json to use it.
This only stores a credential. Configure the provider in kilo.json to use it.{/* kilocode_change */}
</text>
),
})
Expand Down Expand Up @@ -381,7 +381,7 @@ function ApiMethod(props: ApiMethodProps) {
if (props.custom && !sync.data.provider_next.all.some((provider) => provider.id === props.providerID)) {
toast.show({
variant: "info",
message: `Saved credential for ${props.providerID}. Configure it in opencode.json to use it.`,
message: `Saved credential for ${props.providerID}. Configure it in kilo.json to use it.`, // kilocode_change
})
dialog.clear()
return
Expand Down
1 change: 1 addition & 0 deletions packages/opencode/src/cli/cmd/tui/context/local.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({
duration: 3000,
})
})
// kilocode_change end

const result = {
model,
Expand Down
Loading