kilo-maintainer[bot]
3d04228b6a
release: v7.6.2
2026-09-10 17:39:05 +00:00
kilo-maintainer[bot]
cc08de15dc
release: v7.6.1
2026-09-10 17:16:56 +00:00
kilo-maintainer[bot]
9a0cb9d2e5
release: v7.6.0
2026-09-10 08:32:11 +00:00
Igor Šćekić
a658942645
fix(remote): derive session repository metadata from the session directory ( #13949 )
...
Fix the working directory for sessions that Kilo remote starts from the mobile app.
Owner reproduction on macOS:
1. Start `kilo remote` from `~/Projects`.
2. In the mobile app, start a new remote session and select the `cloud` folder.
3. Inspect that session in the sessions list.
Expected: the session uses `~/Projects/cloud` as its working directory and shows the existing repository metadata in the sessions list.
Actual: the session shows no metadata.
Trace the selected folder through remote session creation, working directory selection, and metadata publication.
Fix the shared cause so the selected folder determines both session execution and metadata.
Use the existing metadata contract and preserve folder access checks.
Allow necessary changes in the cloud repository if the defect crosses the mobile or backend boundary.
Add a regression check for a remote process started outside the selected repository.
Prove the owner reproduction locally with the real remote process and mobile app.
Verify the session executes in the selected repository and the sessions list shows its metadata.
Include a recording, or screenshots if recording is unavailable, in the PR body.
Deliver reviewed, CI-green PRs to the production repositories and assign them to @iscekic.
Do not merge the PRs.
2026-09-09 11:17:28 +02:00
marius-kilocode
6d2c2b8266
test(cli): classify snapshot runtime integration
2026-09-09 09:12:18 +02:00
Marius
1dde56d613
Merge pull request #13921 from Kilo-Org/shocking-farmer
...
fix(release): include CLI notes in GitHub releases
2026-09-08 15:10:28 +02:00
marius-kilocode
36d6d7dab6
fix(release): include CLI notes in GitHub releases
2026-09-08 14:56:21 +02:00
marius-kilocode
e97d11dd4e
fix(goal): preserve running goals and pending drafts
2026-09-08 13:22:02 +02:00
marius-kilocode
8a2403b9f5
chore: merge main into goal branch
2026-09-08 13:21:49 +02:00
kilo-maintainer[bot]
f48de6b351
release: v7.5.16
2026-09-08 09:49:37 +00:00
marius-kilocode
9fe193cdb1
chore: merge latest main into goal branch
2026-09-08 11:49:28 +02:00
marius-kilocode
4a5c40217a
fix(vscode): remove diff source duplication
2026-09-07 14:13:21 +02:00
marius-kilocode
cf59107f10
chore: merge main into goal session branch
2026-09-07 10:53:00 +02:00
Marius
c02e0c9569
Merge pull request #13541 from Kilo-Org/integrate-pr-comments-into-diff-ui
...
feat(vscode): show PR review comments inline in diffs
2026-09-07 10:29:46 +02:00
kilo-maintainer[bot]
1e46935580
release: v7.5.15
2026-09-06 02:26:52 +00:00
kilo-maintainer[bot]
1536aef0fb
release: v7.5.14
2026-09-04 16:25:34 +00:00
marius-kilocode
7474eccaca
fix(vscode): resolve PR review and CI regressions
2026-09-04 15:20:14 +02:00
kilo-maintainer[bot]
b2cad7eec9
release: v7.5.13
2026-09-04 13:16:58 +00:00
kilo-maintainer[bot]
9d918e446c
release: v7.5.12
2026-09-04 12:46:07 +00:00
kilo-maintainer[bot]
6d221c2be1
release: v7.5.11
2026-09-04 12:08:16 +00:00
marius-kilocode
2298ea087d
chore: merge main and fix goal CI checks
2026-09-04 11:13:17 +02:00
marius-kilocode
f29d6f5ada
refactor(vscode): eliminate duplication between PR types and lock in allowlist cleanup
2026-09-04 10:46:27 +02:00
Marius
a77d72ee7f
Merge pull request #13742 from Kilo-Org/dedupe-ui-css-cleanup
...
refactor(ui): remove redundant shared CSS
2026-09-03 12:53:37 +02:00
marius-kilocode
6566aadd81
refactor(vscode): share session tab layout styles
2026-09-03 12:40:00 +02:00
marius-kilocode
76e7944664
refactor(ui): remove redundant shared CSS
2026-09-03 12:39:56 +02:00
kilo-maintainer[bot]
24b4b9fef7
release: v7.5.9
2026-09-02 12:55:50 +00:00
kilo-maintainer[bot]
a6ff015f52
release: v7.5.8
2026-09-02 12:28:10 +00:00
marius-kilocode
84a23000e2
refactor(kilo-console): share available provider selection
2026-09-01 13:58:27 +02:00
Marius
e5a0d7fcc0
Merge pull request #13661 from Kilo-Org/dedupe-c-model-choices
...
refactor(kilo-console): share model picker choices
2026-09-01 13:51:04 +02:00
Marius
e653957529
Merge pull request #13659 from Kilo-Org/dedupe-b-ui-fifth
...
refactor(vscode): share context menu styles
2026-09-01 13:50:32 +02:00
marius-kilocode
fe7f3ac064
refactor(kilo-console): share model picker choices
2026-09-01 13:40:07 +02:00
marius-kilocode
f9360df27d
refactor(vscode): share context menu styles
2026-09-01 13:18:27 +02:00
marius-kilocode
7c43c31abe
refactor(kilo-console): share CLI settings toggle
2026-09-01 13:17:48 +02:00
Marius
b6a2979e59
Merge pull request #13656 from Kilo-Org/dedupe-b-ui-fourth
...
refactor(vscode): share dropped mention text insertion
2026-09-01 13:09:06 +02:00
Marius
9d1c0d16b9
Merge pull request #13654 from Kilo-Org/dedupe-c-config-overlay
...
refactor(cli): reuse config overlay reader after updates
2026-09-01 13:06:51 +02:00
Igor Šćekić
49692a6abf
feat(remote): advertise instance kind and process identity ( #13565 )
...
* feat(remote): advertise instance kind and process identity
* test(remote): fix metadata fixtures and runtime classification
2026-09-01 13:00:25 +02:00
marius-kilocode
7b3c20a393
refactor(vscode): share dropped mention text insertion
2026-09-01 12:37:04 +02:00
marius-kilocode
706f776b89
refactor(cli): reuse config overlay reader after updates
2026-09-01 12:33:15 +02:00
Marius
5fbc3803e3
Merge pull request #13641 from Kilo-Org/improve-esc-subagent-control
...
feat: keep background agents running when the main agent stops
2026-09-01 12:32:56 +02:00
Marius
b7d1527d26
Merge pull request #13653 from Kilo-Org/dedupe-c-mcp-normalization
...
refactor(kilo-console): remove duplicate remote MCP normalization
2026-09-01 12:25:54 +02:00
Marius
4c1bdb03f4
Merge pull request #13651 from Kilo-Org/dedupe-b-next-ui-group
...
refactor(vscode): share local activity indicator
2026-09-01 12:25:10 +02:00
Marius
c861cce871
Merge pull request #13648 from Kilo-Org/dedupe-c-bash-permissions
...
refactor(cli): share common bash permission entries
2026-09-01 12:24:20 +02:00
marius-kilocode
f03f93c540
refactor(kilo-console): remove duplicate remote MCP normalization
2026-09-01 12:04:58 +02:00
marius-kilocode
303c618c26
refactor(vscode): share local activity indicator
2026-09-01 12:04:32 +02:00
marius-kilocode
19546908b2
fix: align scoped interruption with CI guards
2026-09-01 12:04:16 +02:00
Marius
1f3f1caf50
Merge pull request #13649 from Kilo-Org/dedupe-b-relative-path
...
refactor(ui): share project-relative path formatting
2026-09-01 11:56:38 +02:00
Marius
72babe6afc
Merge pull request #13647 from Kilo-Org/dedupe-a-next-host-group
...
refactor(vscode): share not-found error detection
2026-09-01 11:55:24 +02:00
marius-kilocode
3ba58e485b
chore: merge main and retain resolved duplication removals
2026-09-01 11:48:10 +02:00
marius-kilocode
0fc7f36865
refactor(ui): share project-relative path formatting
2026-09-01 11:45:12 +02:00
Marius
018c5e5440
Merge pull request #13643 from Kilo-Org/dedupe-b-context-requests
...
refactor(vscode): share context request bookkeeping
2026-09-01 11:39:51 +02:00