Commit Graph
11513 Commits
Author SHA1 Message Date
Catriel Müller ab0ef3008f refactor: rename gh repo 2026-02-23 11:47:15 -03:00
Kevin van Dijk 82d28bb2a5 Merge pull request #6173 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.0
OpenCode v1.2.0
2026-02-23 15:40:28 +01:00
Catriel Müller 5f161009d7 refactor: rename db 2026-02-23 11:04:07 -03:00
Catriel Müller 801ecdbbee Merge pull request #6170 from mujtaba93/fix/non-avx-cpu-support
docs: add baseline CLI documentation for older CPUs without AVX support
2026-02-23 10:53:31 -03:00
Catriel Müller 325224ceb7 refactor: include migrations on the build 2026-02-23 10:41:48 -03:00
Marius ce7c9a20bd docs: document product architecture and Agent Manager in AGENTS.md (#6164)
* docs: document product architecture and Agent Manager in AGENTS.md

* fix: add missing table separators and align upstream OpenCode URL
2026-02-23 13:26:09 +00:00
Marius dbb772dc3d fix(agent-manager): prevent Escape key from committing worktree rename (#6176) 2026-02-23 13:26:05 +00:00
Marius c17430d08a feat(agent-manager): custom worktree names with persistent labels and inline rename (#6175) 2026-02-23 13:13:13 +00:00
Christiaan Arnoldus 308de7f820 Merge pull request #6147 from thomasboom/fix/readme-reference-frontier-models
docs: revise model details in README to reference SOTA models
2026-02-23 14:12:00 +01:00
Kevin van Dijk 7ac4e68dc8 Resolve merge conflicts 2026-02-23 13:54:54 +01:00
Mujtaba PatwegarandCatriel Müller 9bd624bdf4 Update packages/kilo-docs/markdoc/partials/install-cli.md
Co-authored-by: Catriel Müller <catrielmuller@gmail.com>
2026-02-23 18:17:45 +05:30
Kevin van Dijk 9030ba902c refactor: kilo compat for v1.2.0 2026-02-23 13:30:22 +01:00
mujtaba a787692206 Add documentation for users experiencing "Illegal instruction" crashes on CPUs without AVX support (issue #5929).
Verified that packages/opencode/script/build.ts already builds baseline (non-AVX) binaries in CI - they are uploaded to GitHub releases with "-baseline" suffix. Added CLI installation docs to redirect users to download the appropriate baseline variant for their platform.
2026-02-23 17:55:27 +05:30
Catriel Müller 6543166ffc Merge pull request #6169 from Kilo-Org/catrielmuller/fix-sdk-server
fix: use kilo binary instead of opencode in SDK server and TUI spawn
2026-02-23 09:23:34 -03:00
Catriel Müller 7115178c3d fix: use kilo binary instead of opencode in SDK server and TUI spawn 2026-02-23 09:11:34 -03:00
Catriel Müller 073ab2ef16 Merge pull request #6165 from Kilo-Org/catrielmuller/match-vscode-publish-version
fix: align vscode extension publish version with CLI version
2026-02-23 08:51:01 -03:00
Catriel Müller 8471c556d3 fix: align vscode extension publish version with CLI version
Remove the +6 major version offset applied during build and publish
for the kilo-vscode package so both packages share the same version.
2026-02-23 08:42:44 -03:00
Marius 5942ada47a fix: improve agent manager sidebar contrast for branch text and icons across themes (#6154) 2026-02-23 11:21:06 +00:00
Marius 3f7cd3c0cf fix: match New Worktree dialog input styling to sidebar prompt input (#6158) 2026-02-23 11:20:39 +00:00
Thomas Boom 44260f7bed Merge branch 'main' into fix/readme-reference-frontier-models 2026-02-23 12:14:58 +01:00
Mark IJbema 2c15bae7d4 Merge pull request #6161 from Kilo-Org/mark/update-default-branch-to-main
docs: update default branch references from dev to main
2026-02-23 11:52:11 +01:00
Mark IJbema c5b1adf4f6 docs: remove broken GitHub issue links from vscode docs
Remove GitHub issue links that pointed to the old kilo repository.
The issue tracker has moved and these links are no longer valid.
2026-02-23 11:48:23 +01:00
Mark IJbema 24bb66ca91 fix: restore opencode fork reference to upstream
AGENTS.md should reference the upstream opencode repository
(anomalyco/opencode), not link to ourselves.
2026-02-23 11:41:41 +01:00
Mark IJbema b51b9eb677 docs: update repository URLs from kilo to kilocode
Update all github.com/Kilo-Org/kilo references to github.com/Kilo-Org/kilocode
across package.json files, documentation, scripts, and configuration files.

This reflects the repository rename from kilo to kilocode.
2026-02-23 11:41:41 +01:00
Mark IJbema 3eaefc8614 docs: update repository links in migration plan
- Update old extension link from kilocode to kilocode-legacy
- Update new extension link from kilo to kilocode monorepo
2026-02-23 11:21:28 +01:00
Christiaan Arnoldus b222d199bd Merge pull request #6062 from Kilo-Org/christiaan/reasoning
Allow reasoning for Claude models on the Kilo gateway and restore preserved reasoning
2026-02-23 11:20:40 +01:00
Marian Alexandru Alecu fa8ed08047 Merge pull request #6152 from Kilo-Org/feat/plan-mode-telemetry
feat(telemetry): add plan followup tracking
2026-02-23 12:19:54 +02:00
Mark IJbema 9a0ac0c0ee docs: update default branch references from dev to main
- Update AGENTS.md to reflect main as default branch
- Update GitHub Actions workflows to trigger on main branch
- Update publish scripts to cherry-pick from origin/main
- Update upstream merge scripts and documentation
- Update CONTRIBUTING.md links in PR standards workflow
- Fix disabled workflow and documentation links

All development commands (bun dev, npm run dev) and external services
(models.dev, ai-sdk.dev) remain unchanged as they are unrelated to branch names.
2026-02-23 11:19:39 +01:00
Marian Alexandru Alecu 5f895866de Merge branch 'main' into feat/plan-mode-telemetry 2026-02-23 12:15:33 +02:00
Christiaan Arnoldus 01e6063344 Merge branch 'main' into christiaan/reasoning 2026-02-23 11:13:56 +01:00
Mark IJbema 72d282bfa9 Merge pull request #6160 from Kilo-Org/mark/fix-typecheck-workflow
Fix typecheck workflow to run on all PRs
2026-02-23 11:13:41 +01:00
Mark IJbema 216e851a45 Update test workflow to use main branch 2026-02-23 11:06:22 +01:00
Mark IJbema f2b52ec6e9 Fix typecheck workflow to run on all PRs and use main branch 2026-02-23 11:03:45 +01:00
Christiaan Arnoldus 253b5562a1 Merge branch 'main' into christiaan/reasoning 2026-02-23 10:11:42 +01:00
Alex Alecu c773513dcd feat(telemetry): add plan followup tracking 2026-02-23 10:55:41 +02:00
Thomas Boom ba153c769d Revise model details in README to reference SOTA models 2026-02-23 07:49:34 +01:00
Christiaan Arnoldusandkiloconnect[bot] ec45711257 Apply suggestion from @kiloconnect[bot]
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-22 17:03:15 +01:00
Mark IJbema 674afc75e3 Merge pull request #6059 from Kilo-Org/mark/docs-update-kilo-org-repo-urls
docs: update Kilo-Org/kilo references to Kilo-Org/kilocode
2026-02-22 16:30:43 +01:00
Mark IJbema 1121b78926 docs: update Kilo-Org/kilo references to Kilo-Org/kilocode
The repo was moved from github.com/Kilo-Org/kilo to
github.com/Kilo-Org/kilocode. Update all stale references in the docs.
2026-02-22 16:19:50 +01:00
Mark IJbema bf8064ddc4 Merge pull request #546 from Kilo-Org/session/agent_8e672607-eb9d-4b31-8292-c18813a7a18d
fix(vscode): fix caret position desync after pasting text in chat input
2026-02-22 12:44:48 +01:00
Mark IJbema bbcf5f1aec Merge pull request #582 from Kilo-Org/fix-manifest-icon
Add proper details to vscode marketplace manifest
2026-02-22 11:19:16 +01:00
Mark IJbema 89876b43b1 Merge pull request #584 from pschiel/vscode-ext-windows-fix
fix: use kilo.exe as binary name on win32
2026-02-22 11:17:29 +01:00
kilo-maintainer[bot] d3411035d8 chore: generate 2026-02-22 03:20:10 +00:00
Brendan O'Leary 6238d69043 Merge pull request #576 from Kilo-Org/docs/broken-links-checker 2026-02-21 22:19:24 -05:00
ops 21ecdf5dc2 fix: use kilo.exe as binary name on win32 2026-02-22 01:11:52 +01:00
Kevin van Dijk f7c4f41b4b Add correct title and description 2026-02-22 00:45:54 +01:00
Kevin van Dijk 9aa32abe7b Add proper logo to vscode marketplace manifest 2026-02-22 00:41:09 +01:00
Brendan O'Learyandkiloconnect[bot] 0619ad125c Update packages/kilo-docs/pages/collaborate/index.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-21 15:23:54 -05:00
Brendan O'Learyandkiloconnect[bot] 36e41096ec Update packages/kilo-docs/pages/collaborate/index.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-21 15:23:40 -05:00
Brendan O'Learyandkiloconnect[bot] 2379bf0836 Update packages/kilo-docs/pages/collaborate/index.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-21 15:23:34 -05:00