Commit Graph

5983 Commits

Author SHA1 Message Date
Marian Alexandru Alecu 0ef52d5d5a Merge branch 'main' into local-review-base-picker 2026-05-25 11:05:47 +03:00
Joshua Lambert ea1479ccb0 Merge branch 'main' into rambunctious-chicory 2026-05-24 15:55:34 -04:00
Alex Alecu 57c291f68c fix(cli): keep workspace patch test scoped 2026-05-23 22:43:00 +03:00
Alex Alecu 6d8c9b1d4e fix(cli): make untracked patches portable on Windows 2026-05-23 11:00:22 +03:00
Alex Alecu d41324c084 Merge remote-tracking branch 'origin/main' into local-review-base-picker
# Conflicts:
#	packages/opencode/test/acp/agent-interface.test.ts
2026-05-22 22:44:11 +03:00
Alex Alecu f19d8ef6e5 fix(cli): harden local review suggestion handling 2026-05-22 22:14:53 +03:00
Catriel Müller b52a2115d3 Merge pull request #10513 from Kilo-Org/dynamic-department
Add background process support
2026-05-22 15:17:54 -03:00
Alex Alecu 80f3d65e33 fix(cli): accept free-form local-review input 2026-05-22 19:35:37 +03:00
Marian Alexandru Alecu 538960f420 Merge branch 'main' into local-review-base-picker 2026-05-22 19:16:55 +03:00
Catriel Müller 72854fab76 Merge pull request #10510 from Kilo-Org/dust-cork
fix(cli): reset terminal modes on TUI exit
2026-05-22 11:46:09 -03:00
Imanol Maiztegui 810905d99e Merge pull request #10517 from Kilo-Org/imanol/post-merge-fixes
chore: address post 1.14.41 merge review comments
2026-05-22 16:20:05 +02:00
Alex Alecu ab923c8ab5 fix(cli): focus local reviews on high-signal issues 2026-05-22 17:15:36 +03:00
Imanol Maiztegui fdc46ddfea chore: clean up post-merge artifacts and rebrand references
Remove accidentally committed Gradle build cache files from the
JetBrains package, add the .gradle directory to .gitignore, and
update user-facing strings from "opencode.json" to "kilo.json".
2026-05-22 15:58:59 +02:00
Marian Alexandru Alecu ccfec216a0 Merge pull request #10502 from Kilo-Org/track-accepted-suggestion-telemetry
feat: track accepted review suggestions
2026-05-22 16:56:27 +03:00
Catriel Müller 2062335803 fix: fix test 2026-05-22 10:42:20 -03:00
Catriel Müller a1ff9105a3 Merge branch 'main' into dynamic-department 2026-05-22 10:41:45 -03:00
Imanol Maiztegui 8ee9512ac3 Merge pull request #10507 from Kilo-Org/imanolmaiztegui/kilo-opencode-v1.14.41
OpenCode v1.14.41
2026-05-22 15:31:34 +02:00
Sascha Buehrle 42844e5054 Merge pull request #8403 from saschabuehrle/fix/issue-8288
fix: accept `env` alias in local MCP config
2026-05-22 14:52:43 +02:00
Catriel Müller 45f653f43d feat: background process on vscode 2026-05-22 09:50:50 -03:00
Catriel Müller 3e8f6d7bc7 fix: fix cleanup mouse events 2026-05-22 08:59:50 -03:00
Catriel Müller 656572c2cf fix: fix kitty proto on old terminals 2026-05-22 08:18:48 -03:00
Imanol Maiztegui 4a28a5f88f Merge branch 'main' into imanolmaiztegui/kilo-opencode-v1.14.41 2026-05-22 13:15:04 +02:00
Imanol Maiztegui bc99be418d fix(opencode): use named import for zod module
Switch from default to named import to align with the project's
import style and avoid potential issues with module resolution.
2026-05-22 13:03:31 +02:00
Alex Alecu c6f3b9cba8 docs(cli): link base branch order 2026-05-22 13:50:43 +03:00
Alex Alecu 2030323c64 feat: track shown review suggestions 2026-05-22 13:36:19 +03:00
Imanol Maiztegui 913d6cb07b fix(opencode): correct provider ID references and update TaskPromptOps cancel signature
Use providerID variable instead of provider.id in dialog-provider to
fix incorrect property access after destructuring. Update cancel method
in TaskPromptOps stubs to return Effect.void matching the expected
interface. Remove obsolete workspace-restore test file and add missing
fixture import.
2026-05-22 12:27:18 +02:00
Imanol Maiztegui 7b94fbb95b style: format code with prettier across multiple packages
Reformat multiline arrays, JSX props, CSS transitions, and test
indentation to comply with the project's prettier configuration.
Also reorder auto-generated SDK type imports alphabetically and
relocate type definitions to match updated openapi.json output.
2026-05-22 11:58:24 +02:00
Alex Alecu 0d12909a9e refactor(cli): make local-review commands regular 2026-05-22 12:36:24 +03:00
Alex Alecu c791ccf440 feat: track accepted review suggestions 2026-05-22 11:08:22 +03:00
Imanol Maiztegui b6523c0d91 resolve merge conflicts 2026-05-22 09:01:40 +02:00
Josh Lambert 6a41985d5a fix(cli): brand xAI OAuth as Kilocode 2026-05-22 00:27:53 -04:00
Joshua Lambert 3d64f562be Update packages/opencode/src/plugin/xai.ts
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-05-22 00:15:51 -04:00
Joshua Lambert b3697f1d5d Update packages/opencode/src/plugin/xai.ts
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-05-22 00:15:45 -04:00
Joshua Lambert cb4088b2ab Update packages/opencode/src/plugin/xai.ts
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-05-22 00:15:39 -04:00
Josh Lambert 4ef371768a feat(cli): add xAI Grok OAuth 2026-05-22 00:03:08 -04:00
Catriel Müller c076058bfc fix: fix logo on old windows terminal 2026-05-21 18:26:01 -03:00
Catriel Müller c604a1bb3d Merge pull request #10495 from Kilo-Org/impartial-peacock
fix(cli): show recent models in provider picker
2026-05-21 16:11:41 -03:00
Catriel Müller ae0fbe89dc fix(cli): show recent models in provider picker 2026-05-21 14:43:05 -03:00
Catriel Müller f2053dc8be refactor: address the comments 2026-05-21 14:38:18 -03:00
Catriel Müller ac61526d7b fix(cli): brand OpenAI OAuth flow as Kilo 2026-05-21 14:19:48 -03:00
Catriel Müller fca2afcf1e refactor: kilo command branding 2026-05-21 14:08:24 -03:00
Catriel Müller 1f24a39ae9 refactor: address the comments 2026-05-21 14:04:39 -03:00
Catriel Müller 06a6bf715d refactor: improve implementation 2026-05-21 13:58:30 -03:00
Catriel Müller 4e5fe60430 Merge pull request #10297 from IamCoder18/fix/tui-dialog-vertical-centering
fix(cli): vertically center TUI dialogs
2026-05-21 10:46:41 -03:00
Imanol Maiztegui f7816a9eeb refactor: kilo compat for v1.14.41 2026-05-21 14:48:36 +02:00
Catriel Müller cd009c3d8f feat: background process 2026-05-21 09:13:55 -03:00
Alex Alecu abf1c88b25 fix(cli): preserve local-review command context 2026-05-21 14:42:59 +03:00
Alex Alecu 1fa486a268 fix(cli): preserve local-review placeholder guidance 2026-05-21 11:21:24 +03:00
Alex Alecu a5f6eea0ec fix(cli): keep quoted review guidance as instructions 2026-05-21 11:19:34 +03:00
Alex Alecu 8a8c6cde54 fix(cli): reject invalid local-review bases 2026-05-21 11:18:51 +03:00