Commit Graph

335 Commits

Author SHA1 Message Date
kilo-maintainer[bot] 10bb4d11ee release: v7.2.3 2026-04-10 04:24:44 +00:00
Catriel Müller 3ab06812c4 fix: use release sync for prereleases 2026-04-09 23:39:30 -03:00
Catriel Müller aa97827f1d fix: use main in publish sync 2026-04-09 23:36:00 -03:00
Catriel Müller ce6b3ce569 fix: align pre-release version publishing 2026-04-09 23:25:35 -03:00
Kirill Kalishev 4f1fa19955 Merge pull request #8683 from Kilo-Org/glitter-neighbor
fix(cli): skip opencode annotation check on upstream merge PRs
2026-04-09 14:01:07 -04:00
kirillk 258fbc4e16 fix(cli): case-insensitive match for resolve merge conflict subject 2026-04-09 13:06:30 -04:00
kirillk c02addb544 fix(cli): also detect Resolve merge conflict commits as upstream merges 2026-04-09 13:05:25 -04:00
kirillk b42fdc3235 fix(cli): skip opencode annotation check on upstream merge PRs 2026-04-09 12:38:41 -04:00
kirillk e11bb7cb7b fix(cli): skip opencode annotation check on upstream merge PRs 2026-04-09 12:30:48 -04:00
Catriel Müller de65bd8a7e Merge pull request #8599 from Kilo-Org/feat/cli-npm-prerelease
feat(cli): publish CLI as npm prerelease when pre_release flag is set
2026-04-09 13:30:46 -03:00
Evgeny Shurakov 537db08447 fix: exempt kilo-* dirs from annotation check, add markers to session route
The kilo-sessions/ directory is entirely Kilo-specific and should not
require kilocode_change markers. Update isExempt() to also match
directories starting with 'kilo-'. Add block markers to the /viewed
route changes in session.ts.
2026-04-09 14:17:13 +02:00
Marian Alexandru Alecu 452b258d21 Merge pull request #8191 from Kilo-Org/feat/local-recall-tool
feat(cli): add local recall tool for cross-worktrees session search
2026-04-08 20:28:20 +03:00
kilo-maintainer[bot] 31e1981361 release: v7.2.1 2026-04-08 16:32:13 +00:00
Alex Alecu 6bb47302dd Merge remote-tracking branch 'origin/main' into feat/local-recall-tool
# Conflicts:
#	script/check-opencode-annotations.ts
2026-04-08 18:56:24 +03:00
Alex Alecu ee5bb2fa5c fix(cli): exit on git failure in annotation checker 2026-04-08 18:51:58 +03:00
kirillk 039cf837f1 fix(cli): add word boundary to MARKER_PREFIX regex
Prevents matching typos like kilocode_changes, kilocode_changelog.
Reported by reviewer in #8601.
2026-04-08 11:13:57 -04:00
kiloconnect[bot] 3ea1e8f400 feat(cli): publish CLI as npm prerelease when pre_release flag is set
When the publish workflow is dispatched with pre_release=true, the CLI
and SDK packages are now published to npm under the "rc" dist-tag with
a semver prerelease version (e.g. 7.1.24-rc.202604081425) instead of
going to the "latest" tag as a stable release.

This ensures that pre-release VS Code extension builds ship with a
matching pre-release CLI on npm, so users on the stable channel are
never affected by pre-release publishes.
2026-04-08 14:27:42 +00:00
kirillk bf2ae93d67 fix(cli): support JSX comment syntax in kilocode_change annotation check
The annotation check script only recognized // style comments but TSX
files require {/* */} syntax inside JSX templates. This caused false
failures for PRs adding JSX-annotated markers in packages/opencode/.
2026-04-08 10:05:07 -04:00
Alex Alecu 42448f98cd chore(cli): add missing kilocode_change annotations
Add kilocode_change markers to all Kilo-specific changes in shared
opencode files to pass the check-opencode-annotations CI check.
Also bring in the workflow and script from main.
2026-04-08 16:43:45 +03:00
Alex Alecu a0a1ffa744 Merge branch 'main' into feat/help-all-command 2026-04-08 12:07:21 +03:00
kirillk 2828b7e000 feat(cli): add annotation check script and AGENTS.md docs 2026-04-07 15:39:04 -04:00
kilo-maintainer[bot] 760f24608e release: v7.2.0 2026-04-07 19:11:12 +00:00
Mark IJbema a03a572d20 Merge remote-tracking branch 'origin/main' into feat/help-all-command 2026-04-07 18:58:39 +02:00
kilo-maintainer[bot] 5650850aa6 release: v7.1.23 2026-04-07 16:19:27 +00:00
Mark IJbema a38f7c7920 Merge pull request #8506 from Kilo-Org/feat/vscode-pre-release-publishing
feat(vscode): add pre-release publishing support
2026-04-07 16:41:05 +02:00
kiloconnect[bot] fe74b6bea0 chore: merge origin/main into feat/help-all-command, resolve conflict in index.ts 2026-04-07 13:11:17 +00:00
kilo-maintainer[bot] fc014b1205 release: v7.1.22 2026-04-06 16:10:12 +00:00
kilo-maintainer[bot] e10324aa7f release: v7.1.21 2026-04-05 15:48:18 +00:00
kilo-maintainer[bot] b91653bf97 release: v7.1.20 2026-04-02 17:33:20 +00:00
kilo-maintainer[bot] e45ddb41b4 release: v7.1.19 2026-04-02 14:00:55 +00:00
kiloconnect[bot] 6e93f58a5f feat(vscode): add pre-release publishing support to marketplace workflow
Add a pre_release checkbox to the publish workflow that passes
--pre-release to vsce package, vsce publish, and ovsx publish.
This enables publishing to the VS Code Marketplace pre-release
channel without requiring a separate versioning scheme.

Closes #8156
2026-04-02 13:48:45 +00:00
kilo-maintainer[bot] 3b2db43a4b release: v7.1.18 2026-04-02 10:18:47 +00:00
kilo-maintainer[bot] 8f7a5f48b3 release: v7.1.17 2026-04-01 15:08:40 +00:00
kilo-maintainer[bot] 325a64eaca release: v7.1.16 2026-04-01 14:37:43 +00:00
kilo-maintainer[bot] a1c8e5d798 release: v7.1.15 2026-04-01 12:32:06 +00:00
kilo-maintainer[bot] c9d4d1ac87 release: v7.1.14 2026-04-01 10:39:53 +00:00
kilo-maintainer[bot] 3cc4d38f12 release: v7.1.13 2026-04-01 07:35:46 +00:00
kilo-maintainer[bot] 1e8e07f9dc release: v7.1.12 2026-03-31 22:51:56 +00:00
kilo-maintainer[bot] 9fd9ffd8f0 release: v7.1.11 2026-03-31 11:02:44 +00:00
kilo-maintainer[bot] 64f6ca8962 release: v7.1.10 2026-03-31 09:49:05 +00:00
kiloconnect[bot] af6328aecc fix: update Kilo-Org/kilo references to Kilo-Org/kilocode 2026-03-30 13:58:12 +00:00
kilo-maintainer[bot] 43811bfa03 release: v7.1.9 2026-03-28 07:57:17 +00:00
kilo-maintainer[bot] 121f6e3cac release: v7.1.8 2026-03-26 20:05:26 +00:00
kilo-maintainer[bot] 5c0daa4162 release: v7.1.7 2026-03-26 18:42:18 +00:00
kilo-maintainer[bot] 9e5d96dd30 release: v7.1.6 2026-03-26 17:30:35 +00:00
kilo-maintainer[bot] 18c5fc3f22 release: v7.1.5 2026-03-26 09:56:13 +00:00
kilo-maintainer[bot] fd5fee9ec3 release: v7.1.4 2026-03-25 16:32:24 +00:00
kilo-maintainer[bot] b20cedb571 release: v7.1.3 2026-03-24 10:45:11 +00:00
Mark IJbema 67b34b0fad fix: exclude models-snapshot.ts from source link extraction
The models-snapshot.ts file contains hundreds of provider API endpoint
URLs that are not user-facing links. Regenerate source-links.md with
the correct 76 URLs.
2026-03-24 10:34:52 +01:00
kilo-maintainer[bot] bb20679c42 release: v7.1.2 2026-03-23 17:48:25 +00:00