Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
85af8ff
chore(i18n): improve Portuguese (Brazil) translations
pedroheyerdahl Jan 27, 2026
d369200
Get the default free model from the API
chrarnoldus Jan 27, 2026
b8b445a
Update LowCreditWarning
chrarnoldus Jan 27, 2026
e2909f2
Replace docs with new Markdoc site
olearycrew Jan 26, 2026
a76148d
Add last index pages
olearycrew Jan 26, 2026
e2b570d
docsearch working
olearycrew Jan 26, 2026
2f8c252
Style search bar
olearycrew Jan 26, 2026
5dc13ab
Change build name
olearycrew Jan 26, 2026
b9424d0
Remove next
olearycrew Jan 26, 2026
a98b7a7
Update dependancies with versions
olearycrew Jan 26, 2026
473e710
chore: update pnpm-lock.yaml for kilocode-docs
olearycrew Jan 26, 2026
2c6d8e6
Add posthog to docs site
olearycrew Jan 27, 2026
0553a2f
Add back free and budget models page
olearycrew Jan 27, 2026
e1ec12f
Add back tool reference
olearycrew Jan 27, 2026
ccd0384
Autocomplete
olearycrew Jan 27, 2026
643038e
Add customize section to break up code with ai
olearycrew Jan 27, 2026
88cdaa5
Don't offer to switch if already set
chrarnoldus Jan 27, 2026
1167757
Extract function
chrarnoldus Jan 27, 2026
7a4c392
Add delay
chrarnoldus Jan 27, 2026
895342f
Translations
chrarnoldus Jan 27, 2026
eab56c1
Merge pull request #5401 from Kilo-Org/bdo/replace-docs
markijbema Jan 27, 2026
030a9db
Update src/api/providers/kilocode/getKilocodeDefaultModel.ts
chrarnoldus Jan 27, 2026
54b7f14
Remove redirect that is causing prod error
olearycrew Jan 27, 2026
7ae149b
Remove basepath
olearycrew Jan 27, 2026
50b7731
Merge pull request #5423 from Kilo-Org/bdo/try-and-fix-redirects
markijbema Jan 27, 2026
7a8c040
Add basepath of docs
olearycrew Jan 27, 2026
8feea6b
Remove bad thing
olearycrew Jan 27, 2026
bca95a2
Merge pull request #5424 from Kilo-Org/bdo/add-back-basepath
markijbema Jan 27, 2026
8fb071e
Add mock
chrarnoldus Jan 27, 2026
2eb7ef0
Merge pull request #5422 from Kilo-Org/christiaan/use-free-model
chrarnoldus Jan 27, 2026
11b91e7
As I thought, redirects should have /docs in them
olearycrew Jan 27, 2026
418bf45
Merge pull request #5427 from Kilo-Org/bdo/fix-for-redirects
markijbema Jan 27, 2026
405ae9e
fix(docs): remove self-referencing redirects causing redirect loops
emilieschario Jan 27, 2026
9139aea
Merge pull request #5434 from Kilo-Org/fix/docs-redirect-loop
emilieschario Jan 27, 2026
e16006b
Revert "fix(docs): remove self-referencing redirects causing redirect…
emilieschario Jan 27, 2026
9f251eb
Merge pull request #5438 from Kilo-Org/revert-5434-fix/docs-redirect-…
emilieschario Jan 27, 2026
ebcfca8
Improve Portuguese (Brazil) translation
chrarnoldus Jan 27, 2026
c14c12a
test: add redirect loop detection test for docs
markijbema Jan 27, 2026
6e45b27
remove loops
markijbema Jan 27, 2026
f707fcc
Merge pull request #5440 from Kilo-Org/mark/redirect-loops
markijbema Jan 27, 2026
7a534ae
Merge pull request #5420 from Kilo-Org/chore/improve-pt-br-translations
markijbema Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/tall-sloths-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---

Improved Portuguese (Brazil) translation
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docusaurus Build Check
name: Markdoc Build Check

env:
NODE_VERSION: 20.20.0
Expand All @@ -15,7 +15,7 @@ permissions:

jobs:
build:
name: Build Docusaurus Site
name: Build Markdoc Site
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 6 additions & 0 deletions apps/kilocode-docs/.env.docs.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NEXT_PUBLIC_ALGOLIA_APP_ID=ABC123
NEXT_PUBLIC_ALGOLIA_API_KEY=zyz6789
NEXT_PUBLIC_ALGOLIA_INDEX_NAME="Kilo Code Docs"
NEXT_PUBLIC_ALGOLIA_ASSISTANT_ID=foo-bar
NEXT_PUBLIC_POSTHOG_KEY=phc_QWERTY
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
2 changes: 0 additions & 2 deletions apps/kilocode-docs/.env.example

This file was deleted.

3 changes: 3 additions & 0 deletions apps/kilocode-docs/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Use bd merge for beads JSONL files
.beads/issues.jsonl merge=beads
36 changes: 7 additions & 29 deletions apps/kilocode-docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
.release-notes/
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader
*.js
!src/**/*.js

# Misc
node_modules/
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.npmrc

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.devcontainer
TEMP/

.history/
.next/
.vercel
package-lock.json
yarn.lock
screenshots/
.beads/
.env
11 changes: 11 additions & 0 deletions apps/kilocode-docs/.kilocode/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"env": { "DEFAULT_MINIMUM_TOKENS": "" },
"alwaysAllow": ["resolve-library-id", "query-docs"],
"disabled": true
}
}
}
184 changes: 0 additions & 184 deletions apps/kilocode-docs/.kilocode/rules/memory-bank-instructions.md

This file was deleted.

Loading
Loading