Commit Graph

7649 Commits

Author SHA1 Message Date
Catriel Müller 5ee56e29fc fix(cli): restore worktree family typecheck 2026-06-01 18:04:39 -03:00
Catriel Müller 2f93185b0c fix: suppress false incomplete response warnings 2026-06-01 17:59:14 -03:00
kilo-maintainer[bot] fafeb4ff73 release: v7.3.20 2026-06-01 20:50:17 +00:00
Catriel Müller 7b70e8f438 fix(cli): clean background process port env 2026-06-01 16:20:41 -03:00
Catriel Müller 791515ea09 fix(cli): limit background process port scans 2026-06-01 16:01:28 -03:00
Catriel Müller 9c618d224f fix: fix tests 2026-06-01 15:25:51 -03:00
Catriel Müller 525737c4f1 refactor: fix typecheck and mistral link 2026-06-01 14:23:57 -03:00
Catriel Müller 9b07af0d20 Merge branch 'main' into sharp-balance 2026-06-01 14:09:40 -03:00
Catriel Müller 16a174dcde refactor: fix typecheck 2026-06-01 14:01:41 -03:00
Catriel Müller 79ac67b3c9 refactor: merge main 2026-06-01 13:54:53 -03:00
Catriel Müller 0c1cff22ec Merge pull request #9499 from truffle-dev/fix/tui-submodule-session-worktree-family
fix(cli): include working tree in WorktreeFamily.list for submodules
2026-06-01 12:58:54 -03:00
Catriel Müller 24943b1fda Merge branch 'main' into sharp-balance 2026-06-01 12:48:04 -03:00
marius-kilocode b5213921c1 fix: preserve Kilo identity after upstream merge 2026-06-01 16:58:26 +02:00
Catriel Müller a770114b07 Merge pull request #10789 from Kilo-Org/fix/cli-queued-plan-context
fix(cli): preserve context for queued plan prompts
2026-06-01 11:52:37 -03:00
marius-kilocode ae2a0fea34 fix(kilo-docs): use stable external links 2026-06-01 16:34:00 +02:00
Marius 4faf255e84 Merge pull request #10792 from Kilo-Org/bejewled-grain
fix(cli): allow clearing agent variant overrides
2026-06-01 16:18:08 +02:00
marius-kilocode 78bfc700ea fix: harden upstream v1.14.42 integration 2026-06-01 16:11:59 +02:00
marius-kilocode 2a264819f4 fix(cli): annotate nullable agent variant schema 2026-06-01 15:57:20 +02:00
marius-kilocode cb1fdb3b1b fix(cli): allow clearing agent variant overrides 2026-06-01 15:56:48 +02:00
marius-kilocode 0f271a39d7 resolve merge conflicts 2026-06-01 15:20:54 +02:00
Catriel Müller 316a6627dc fix(cli): preserve context for queued plan prompts 2026-06-01 10:15:05 -03:00
Marius 1eeab10b25 Merge pull request #10786 from Kilo-Org/foul-oval
fix(cli): skip background port scans in VS Code
2026-06-01 13:29:34 +02:00
marius-kilocode 7cc6080646 refactor: kilo compat for v1.14.42 2026-06-01 12:51:31 +02:00
marius-kilocode 7dd8aabade fix(cli): skip background port scans in VS Code 2026-06-01 11:50:11 +02:00
Christiaan Arnoldus 7b4af411a5 Merge pull request #10735 from Kilo-Org/cli/opus-4-8-adaptive-thinking
feat(cli): treat opus 4.8 as adaptive thinking model like 4.7
2026-06-01 10:47:00 +02:00
kiloconnect[bot] 188d22afcf fix(cli): match old opus-4.7 id-form checks for 4.8 (dot-only where 4.7 was) 2026-05-31 21:20:26 +00:00
Thomas Brugman 16eae9ccb1 Merge branch 'main' into seen-turnip 2026-05-31 12:25:02 +02:00
Catriel Müller cf85e0d51f feat: embedded kilo console 2026-05-29 21:01:45 -03:00
Catriel Müller 623c9275f2 refactor: optional daemon mode 2026-05-29 19:50:09 -03:00
Catriel Müller c0eda12dab feat: lsp & formatters pages 2026-05-29 19:35:30 -03:00
Josh Lambert 7dbc710725 chore: backfill changelogs for v7.3.16 through v7.3.18 2026-05-29 17:50:41 -04:00
Catriel Müller 528878c6b3 refactor: refactor settings 2026-05-29 17:20:27 -03:00
kilo-maintainer[bot] 9721cf9f4e release: v7.3.18 2026-05-29 16:27:57 +00:00
Imanol Maiztegui 57bc6eea58 fix(cli): route share links through Kilo session API (#10736)
* fix(cli): route share links through Kilo session API

Refactor shareSession and unshareSession to return Effect values using
EffectBridge.fromPromise and replace the ShareNext dependency in
SessionShare with KiloSession calls so CLI-generated share URLs point
to app.kilo.ai/s/ public links.

* test(session-share): replace EffectBridge usage with direct Storage service calls

Update session-share test to use Storage.Service directly instead of
wrapping Storage.write in EffectBridge.fromPromise, aligning test code
with the refactored service-based architecture. Add Storage.defaultLayer
to the test effect layer composition.
2026-05-29 12:15:42 -04:00
marius-kilocode 277d09d636 Merge remote-tracking branch 'origin/main' into feature-read-xlsx-extraction
# Conflicts:
#	packages/opencode/src/tool/read.ts
2026-05-29 17:22:42 +02:00
Marius 1bdc24cebc Merge pull request #10737 from Kilo-Org/feature-read-docx-extraction
feat(cli): support DOCX text extraction in read tool
2026-05-29 17:13:53 +02:00
Marius aec4c4f0f0 Merge pull request #10727 from Kilo-Org/effect-question-facade-10720
refactor(cli): remove Question compatibility facade
2026-05-29 17:07:25 +02:00
marius-kilocode f7830cb7e5 fix(cli): bound XLSX read input size 2026-05-29 16:59:16 +02:00
marius-kilocode c1d315c987 refactor(cli): narrow DOCX read routing and surface warnings 2026-05-29 16:59:16 +02:00
Marius 2c7eeaa0b1 Merge pull request #10739 from Kilo-Org/fix/read-notebook-guard
refactor(cli): make notebook read routing explicit
2026-05-29 16:55:36 +02:00
Catriel Müller 0ef8e5e0a5 refactor: hot reload tui configs 2026-05-29 11:54:34 -03:00
marius-kilocode 752807394d Merge origin/main into effect-question-facade-10720 2026-05-29 16:52:49 +02:00
Thomas Brugman f061af639e fix(cli): use auth service for profile command 2026-05-29 16:50:53 +02:00
kilo-maintainer[bot] 3f6de75f36 release: v7.3.17 2026-05-29 14:49:26 +00:00
marius-kilocode 2081af2b33 feat(cli): support XLSX text extraction in read tool 2026-05-29 16:49:08 +02:00
marius-kilocode 1ed120a15e Merge remote-tracking branch 'origin/main' into feature-read-docx-extraction
# Conflicts:
#	packages/opencode/src/tool/read.ts
2026-05-29 16:43:32 +02:00
marius-kilocode 8465e7707a refactor(cli): make notebook read routing explicit 2026-05-29 16:41:15 +02:00
Marius ac4536a11c Merge pull request #10733 from Kilo-Org/feature-read-ipynb-content
feat(cli): read Jupyter notebooks as cell content
2026-05-29 16:36:05 +02:00
Thomas Brugman 04b54c0d9e Merge branch 'main' into seen-turnip 2026-05-29 16:31:03 +02:00
marius-kilocode f5742940cc feat(cli): support DOCX text extraction in read tool 2026-05-29 16:24:48 +02:00