markijbema
9bb8a0ddf6
test(kilo-vscode): add settle function to visual regression tests
...
Introduce a `settle` helper function to improve the stability of visual
regression tests. The function ensures that fonts are loaded, animation
frames have processed, and specific dynamic elements (like code blocks)
have finished rendering before snapshots are taken. This helps reduce
flakiness caused by asynchronous rendering in Storybook.
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-18 07:14:15 +00:00
Joshua Lambert
390de4b12a
Merge pull request #9758 from Kilo-Org/sleepy-stoplight
...
fix(cli): restore source file when reverting a move across folders
2026-06-18 00:12:47 -04:00
Brian Turcotte
ebac27ae62
Merge pull request #11379 from Kilo-Org/add-top-level-announcement-notification
...
Add top-level announcement notification
2026-06-17 18:23:59 -04:00
kiloconnect[bot]
ba0f49ac45
style: fix prettier formatting in notifications.tsx
2026-06-17 21:50:38 +00:00
kiloconnect[bot]
42617c0009
chore: update source-links.md with notifications.tsx URLs
2026-06-17 21:50:16 +00:00
Catriel Müller
67655c47cd
Merge pull request #10788 from noobezlol/fix/bash-permission-string-migration
...
fix(cli): handle string permission migration
2026-06-17 17:15:20 -03:00
Catriel Müller
7e1deaf1cf
refactor: fix permission bypass
2026-06-17 16:46:14 -03:00
Catriel Müller
4ff5df9160
refactor: move test to kilo folder
2026-06-17 16:35:32 -03:00
Kirill Kalishev
d07428d50a
Merge pull request #11382 from Kilo-Org/jetbrains/release/v7.0.1-rc.11
...
release(jetbrains): v7.0.1-rc.11
2026-06-17 15:14:28 -04:00
noobezlol
941007b68d
test(cli): cover json permission migration
2026-06-17 14:48:28 -03:00
noobezlol
ab1c90b68c
fix(cli): handle string permission migration
2026-06-17 14:48:28 -03:00
kiloconnect[bot]
7cd018af3a
fix(vscode): update star giveaway notification message and make dismissible
2026-06-17 17:37:44 +00:00
Kirill Kalishev
4592ddd4be
docs(jetbrains): edit changelog for v7.0.1-rc.11
2026-06-17 13:21:44 -04:00
kilo-maintainer[bot]
1e0df0cbc4
release(jetbrains): v7.0.1-rc.11
2026-06-17 17:20:54 +00:00
Kirill Kalishev
2b5d4fef6e
Merge pull request #11378 from Kilo-Org/fix/jetbrains-publish-install
...
ci(jetbrains): install deps before publish build
jetbrains/v7.0.1-rc.11
2026-06-17 13:06:15 -04:00
kiloconnect[bot]
f02deb5517
feat(vscode): add top-level announcement notification
2026-06-17 16:57:12 +00:00
kirillk
90b90f0f04
docs(jetbrains): clarify release PR handoff
2026-06-17 12:48:06 -04:00
kirillk
05ed4b6a70
ci(jetbrains): install deps before publish build
2026-06-17 12:46:57 -04:00
Kirill Kalishev
4de69af48f
Merge pull request #11374 from Kilo-Org/jetbrains/release/v7.0.1-rc.10
...
release(jetbrains): v7.0.1-rc.10
2026-06-17 12:25:39 -04:00
Kirill Kalishev
6ef2c111e5
docs(jetbrains): edit changelog for v7.0.1-rc.10
2026-06-17 12:09:33 -04:00
Mark IJbema
fd4f66950d
Merge pull request #11365 from Kilo-Org/mark/fork-cli-tips
...
refactor(cli): fork TUI tips
2026-06-17 18:04:06 +02:00
kilo-maintainer[bot]
7bfbca20e2
release(jetbrains): v7.0.1-rc.10
2026-06-17 16:03:22 +00:00
Mark IJbema
6f06eee326
Merge pull request #11372 from Kilo-Org/ci/complete-jetbrains-image
...
ci: complete the JetBrains test container
jetbrains/v7.0.1-rc.10
2026-06-17 17:51:13 +02:00
kiloconnect[bot]
57622a1f39
fix(cli): update kilocode_change markers in tips-view TIPS array
2026-06-17 15:47:50 +00:00
Kirill Kalishev
a91b33b6bc
Merge pull request #11324 from Kilo-Org/leather-peace
...
feat(jetbrains): add session copy controls
2026-06-17 11:34:05 -04:00
Mark IJbema
45c6048312
Merge branch 'main' into mark/fork-cli-tips
2026-06-17 17:32:06 +02:00
Marius
52b3a01092
Merge pull request #11373 from Kilo-Org/poised-exoplanet
...
fix: silence interrupted session notifications
2026-06-17 17:32:03 +02:00
Kirill Kalishev
901ecd7c65
Merge pull request #11221 from Kilo-Org/tidy-antlion
...
Add JetBrains provider settings management
2026-06-17 11:31:53 -04:00
Kirill Kalishev
7fa2239ce5
Merge branch 'main' into leather-peace
2026-06-17 11:17:07 -04:00
markijbema
2ab9316913
ci: keep stable JetBrains image layers before dependency cache
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-17 15:15:51 +00:00
Kirill Kalishev
b53183b658
Merge branch 'main' into tidy-antlion
2026-06-17 11:14:17 -04:00
Kirill Kalishev
ca014e6907
Merge branch 'main' into poised-exoplanet
2026-06-17 11:13:59 -04:00
Marius
45dff0b7fa
Merge pull request #11146 from Kilo-Org/feat/gitkilo
...
Polish VS Code tool call previews
2026-06-17 17:11:40 +02:00
markijbema
57b7177d7c
ci: prewarm the JetBrains image Bun package cache
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-17 15:09:53 +00:00
marius-kilocode
f21a34a1e6
fix: silence interrupted session notifications
2026-06-17 17:09:03 +02:00
Mark IJbema
3b1ff4f986
Merge pull request #9807 from truffle-dev/fix/cli-best-effort-telemetry-shutdown-on-exit-9788
...
fix(cli): bound Telemetry.shutdown so unreachable PostHog endpoint cannot block CLI exit
2026-06-17 17:04:42 +02:00
kirillk
0f9605dd48
Merge remote-tracking branch 'origin/leather-peace' into leather-peace
2026-06-17 11:01:47 -04:00
kirillk
c541d849f7
fix(jetbrains): localize session copy strings
2026-06-17 11:01:01 -04:00
Kirill Kalishev
f9c691dfe1
Merge branch 'main' into leather-peace
2026-06-17 11:00:27 -04:00
markijbema
9dd4711c9a
ci: complete the JetBrains test container
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-17 14:55:20 +00:00
Brian Turcotte
b384922444
Merge pull request #11335 from Kilo-Org/briant/addLanguages
...
adding alternate language readmes
2026-06-17 10:51:53 -04:00
github-actions[bot]
b76752dd11
chore: update kilo-vscode visual regression baselines
2026-06-17 14:47:50 +00:00
Mark IJbema
f59a0f1584
Merge branch 'main' into fix/cli-best-effort-telemetry-shutdown-on-exit-9788
2026-06-17 16:45:51 +02:00
markijbema
1cf9041541
test(kilocode): update command branding test file path
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-17 14:44:50 +00:00
marius-kilocode
5746b1e061
fix(vscode): restore tool preview motion
2026-06-17 16:43:31 +02:00
Mark IJbema
9b12e1ca29
test(cli): avoid global runtime mock
2026-06-17 16:35:09 +02:00
marius-kilocode
9a8e271737
Merge remote-tracking branch 'origin/main' into feat/gitkilo
2026-06-17 16:25:24 +02:00
Mark IJbema
d3aa48c707
refactor(cli): comment unused upstream tips
2026-06-17 16:17:33 +02:00
kirillk
00b795946a
fix(jetbrains): preserve provider config scope
2026-06-17 10:16:18 -04:00
Mark IJbema
53940cbe7b
refactor(cli): empty unused upstream tips
2026-06-17 16:15:36 +02:00