kilo-maintainer[bot]
96ba9549a8
release: v7.0.41
2026-03-10 11:43:50 +00:00
kilo-maintainer[bot]
7ab275117b
release: v7.0.40
2026-03-06 22:43:15 +00:00
kilo-maintainer[bot]
f8d6753cc2
release: v7.0.39
2026-03-05 15:53:20 +00:00
kilo-maintainer[bot]
5a85a0d7c9
release: v7.0.38
2026-03-04 22:27:58 +00:00
kilo-maintainer[bot]
1aa9af4ac0
release: v7.0.37
2026-03-03 18:59:43 +00:00
kilo-maintainer[bot]
10afa31b8b
release: v7.0.36
2026-03-03 14:59:39 +00:00
kilo-maintainer[bot]
a9e4891226
release: v7.0.35
2026-03-03 11:02:58 +00:00
kilo-maintainer[bot]
691b914260
release: v7.0.34
2026-03-03 09:13:54 +00:00
Kevin van Dijk
bc3a48b211
Merge branch 'main' into kevinvandijk/kilo-opencode-v1.2.15
2026-03-02 22:25:30 +01:00
kilo-maintainer[bot]
64e82d1bcf
release: v7.0.33
2026-02-27 19:40:30 +00:00
kilo-maintainer[bot]
967efc4a71
release: v7.0.32
2026-02-27 14:53:47 +00:00
kilo-maintainer[bot]
206783ca25
release: v7.0.31
2026-02-27 01:53:55 +00:00
Kevin van Dijk
fccf5544d9
Resolve merge conflicts
2026-02-26 14:46:06 +01:00
Kevin van Dijk
2c10cfbb52
refactor: kilo compat for v1.2.15
2026-02-26 14:35:48 +01:00
Luke Parker
fce811b52f
fix: most segfaults on windows with Bun v1.3.10 stable ( #15181 )
2026-02-26 17:55:01 +10:00
kilo-maintainer[bot]
e44534e28e
release: v7.0.30
2026-02-25 19:52:06 +00:00
kilo-maintainer[bot]
a971f7e480
release: v7.0.29
2026-02-25 12:19:23 +00:00
Marius
138f1bd95f
feat(vscode): add diff viewer panel to Agent Manager ( #6335 )
...
* feat(vscode): add diff viewer panel to Agent Manager
* Update translations
* Fix comments
2026-02-25 10:16:14 +00:00
kilo-maintainer[bot]
890c33cdda
release: v7.0.28
2026-02-25 07:09:16 +00:00
Kevin van Dijk
ae62fff98d
Resolve merge conflicts
2026-02-23 20:12:28 +01:00
Kevin van Dijk
0e76652f28
refactor: kilo compat for v1.2.7
2026-02-23 18:48:59 +01:00
kilo-maintainer[bot]
3e033d1793
release: v7.0.27
2026-02-23 16:31:43 +00:00
Kevin van Dijk
63ef8c9d01
Merge pull request #6195 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.3
...
OpenCode v1.2.3
2026-02-23 16:58:20 +01:00
kilo-maintainer[bot]
e6e3eff9a6
release: v7.0.26
2026-02-23 15:42:56 +00:00
Kevin van Dijk
8edb49ac1d
Resolve merge conflicts
2026-02-23 16:30:46 +01:00
Kevin van Dijk
373af86eb6
refactor: kilo compat for v1.2.3
2026-02-23 16:24:30 +01:00
Kevin van Dijk
7ac4e68dc8
Resolve merge conflicts
2026-02-23 13:54:54 +01:00
Kevin van Dijk
9030ba902c
refactor: kilo compat for v1.2.0
2026-02-23 13:30:22 +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
kilo-maintainer[bot]
4093d575c1
release: v1.0.25
2026-02-21 13:04:22 +00:00
kilo-maintainer[bot]
4b09f7f2d1
release: v1.0.24
2026-02-20 00:28:29 +00:00
Dax
cb8b74d3f1
refactor: migrate from Bun.Glob to npm glob package ( #14317 )
2026-02-19 13:40:09 -05:00
Dax Raad
af72010e9f
Revert "refactor: migrate from Bun.Glob to npm glob package"
...
This reverts commit 3c21735b35 .
2026-02-19 12:48:43 -05:00
Dax Raad
3c21735b35
refactor: migrate from Bun.Glob to npm glob package
...
Replace Bun.Glob usage with a new Glob utility wrapper around the npm 'glob' package.
This moves us off Bun-specific APIs toward standard Node.js compatible solutions.
Changes:
- Add new src/util/glob.ts utility module with scan(), scanSync(), and match()
- Default include option is 'file' (only returns files, not directories)
- Add symlink option (default: false) to control symlink following
- Migrate all 12 files using Bun.Glob to use the new Glob utility
- Add comprehensive tests for the glob utility
Breaking changes:
- Removed support for include: 'dir' option (use include: 'all' and filter manually)
- symlink now defaults to false (was true in most Bun.Glob usages)
Files migrated:
- src/util/log.ts
- src/util/filesystem.ts
- src/tool/truncation.ts
- src/session/instruction.ts
- src/storage/json-migration.ts
- src/storage/storage.ts
- src/project/project.ts
- src/cli/cmd/tui/context/theme.tsx
- src/config/config.ts
- src/tool/registry.ts
- src/skill/skill.ts
- src/file/ignore.ts
2026-02-19 12:34:18 -05:00
Frank
24a9841322
zen: update sst version
2026-02-18 13:54:23 -05:00
Kevin van Dijk
f5e65046fa
Resolve merge conflicts
2026-02-18 18:16:52 +01:00
Kevin van Dijk
5d9c6180d9
refactor: kilo compat for v1.1.64
2026-02-18 18:08:06 +01:00
Kevin van Dijk
ec1b20336d
Resolve merge conflicts
2026-02-18 16:39:04 +01:00
Dax
6b29896a35
feat: Add centralized filesystem module for Bun.file migration ( #14117 )
2026-02-18 15:30:52 +00:00
Kevin van Dijk
3ea7c918ed
refactor: kilo compat for v1.1.62
2026-02-18 16:20:05 +01:00
Kevin van Dijk
f3f82fb65a
Resolve merge conflicts
2026-02-18 15:43:38 +01:00
Kevin van Dijk
217f56f58f
refactor: kilo compat for v1.1.61
2026-02-18 13:32:24 +01:00
Kevin van Dijk
6f9f7443ef
Resolve merge conflicts
2026-02-18 13:26:43 +01:00
Kevin van Dijk
53dea6e1e0
refactor: kilo compat for v1.1.60
2026-02-18 12:53:03 +01:00
kilo-maintainer[bot]
65f0fdc22c
release: v1.0.23
2026-02-17 16:57:46 +00:00
kilo-maintainer[bot]
b8474bc1f9
release: v1.0.22
2026-02-16 19:58:41 +00:00
Aiden Cline
839c5cda12
fix: ensure anthropic models on OR also have variant support ( #13498 )
2026-02-14 14:30:07 -06:00
6d95f0d14c
sqlite again ( #10597 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev >
2026-02-14 04:19:02 +00:00
kilo-maintainer[bot]
f486ccfc43
release: v1.0.21
2026-02-13 13:57:12 +00:00
kilo-maintainer[bot]
5c3a1abc4f
release: v1.0.20
2026-02-13 08:44:41 +00:00