Skip to content

Commit aa4b5e5

Browse files
chore(main): release 1.29.0
1 parent 5149476 commit aa4b5e5

4 files changed

Lines changed: 87 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.28.0"
2+
".": "1.29.0"
33
}

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,90 @@
88

99
* update README.md for accuracy and formatting ([#159](https://github.com/dallay/agentsync/issues/159)) ([8cb9f19](https://github.com/dallay/agentsync/commit/8cb9f19b2302456f0e4536f7a37ad9af5645e605))
1010

11+
## [1.29.0](https://github.com/dallay/agentsync/compare/v1.28.0...v1.29.0) (2026-03-22)
12+
13+
14+
### Features
15+
16+
* add `nested-glob` target type for monorepo/multi-module AGENTS.md discovery ([#234](https://github.com/dallay/agentsync/issues/234)) ([4ea1d59](https://github.com/dallay/agentsync/commit/4ea1d59f7fec6dbf237e1f6dd5abdf3715d5326e))
17+
* Add support for 34 new AI agents ([#195](https://github.com/dallay/agentsync/issues/195)) ([49a576d](https://github.com/dallay/agentsync/commit/49a576d3fa95dbf42ecad589e5bca8f21b464d93))
18+
* ignore backup files in .gitignore by default ([#179](https://github.com/dallay/agentsync/issues/179)) ([fa2ab34](https://github.com/dallay/agentsync/commit/fa2ab34d154dc87d440c220eda7906a30cbcc55e))
19+
* **init:** add bundled agentsync skill installation flow ([2db0403](https://github.com/dallay/agentsync/commit/2db0403647ef03c1584501ebab2f65ac6eb18d7b))
20+
* **init:** expand scan_agent_files to detect 32 agents; add tests; cargo test passes ([#203](https://github.com/dallay/agentsync/issues/203)) ([9b29ac6](https://github.com/dallay/agentsync/commit/9b29ac60bddaf1fbdddcda04475e23b52a8e726d))
21+
* migrate from semantic-release to release-please ([#237](https://github.com/dallay/agentsync/issues/237)) ([f531f01](https://github.com/dallay/agentsync/commit/f531f010b74457cd292e7a6d91650b0acc446385))
22+
* Optimize directory iteration and MCP config generation ([#229](https://github.com/dallay/agentsync/issues/229)) ([9a01e2b](https://github.com/dallay/agentsync/commit/9a01e2bab597ce9416b386beaada3a1427247ad7))
23+
24+
25+
### Bug Fixes
26+
27+
* add `checks: write` permission for rustsec/audit-check ([#204](https://github.com/dallay/agentsync/issues/204)) ([a3cef14](https://github.com/dallay/agentsync/commit/a3cef1438dda015b998ec37faec308e4c1765a40))
28+
* **ci:** grant checks:write permission to audit job ([#196](https://github.com/dallay/agentsync/issues/196)) ([af78e34](https://github.com/dallay/agentsync/commit/af78e3449bb6df5894338fa2cae30df7d5210036))
29+
* **deps:** update cargo major upgrades ([2841cdf](https://github.com/dallay/agentsync/commit/2841cdf0c9eff4e27cf87cdf3fb300dcb9b47555))
30+
* **linker:** streamline dry-run directory creation logging ([b2d5b30](https://github.com/dallay/agentsync/commit/b2d5b304f4e10539b39f00d4c35a80dca9d9c077))
31+
* simplify backup naming to use fixed .bak extension ([#181](https://github.com/dallay/agentsync/issues/181)) ([a915697](https://github.com/dallay/agentsync/commit/a91569775fa046484b3f3104f8de55676c357dda))
32+
* update release-please-action to v4.1.1 (e4dc86b) ([0c7b165](https://github.com/dallay/agentsync/commit/0c7b1651f7ec61d2eb53cdf472ba891e625e512a))
33+
* use plural .opencode/skills/ directory for OpenCode ([#209](https://github.com/dallay/agentsync/issues/209)) ([ecf7c9e](https://github.com/dallay/agentsync/commit/ecf7c9e5d6ae2e08c592128d8fe6db7b998d17c2))
34+
* use release-please@^17.3.0 instead of ^19.0.0 ([5149476](https://github.com/dallay/agentsync/commit/51494763b9dc362789f1e81c97ddc11db3bda147))
35+
36+
37+
### Performance
38+
39+
* Deduplicate MCP shared paths and skip redundant writes ([#227](https://github.com/dallay/agentsync/issues/227)) ([5edafc7](https://github.com/dallay/agentsync/commit/5edafc7f540eea395caa6144dc39da066cf05b64))
40+
* implement I/O and compression caching in Linker ([fd71b66](https://github.com/dallay/agentsync/commit/fd71b66792ec8db772bd6b10e19601d102e9d87f))
41+
* optimize configuration management and serialization ([be830a7](https://github.com/dallay/agentsync/commit/be830a70accbcd15122214ea6b5e074ad2e77b55))
42+
* optimize configuration management using BTreeMap ([f5fa2d7](https://github.com/dallay/agentsync/commit/f5fa2d7c94678eca29fc2c34136a3fe02e8fa186))
43+
* optimize I/O, compression caching, and dry-run messaging ([f04c0f7](https://github.com/dallay/agentsync/commit/f04c0f7fb141ad4762befff6e2871510a98d7f37))
44+
* optimize Linker with compression and I/O caching ([#176](https://github.com/dallay/agentsync/issues/176)) ([7c6f190](https://github.com/dallay/agentsync/commit/7c6f190fff780e84f42ca2a18aa8b0e39a32a225))
45+
* optimize MCP configuration generation and merging ([#214](https://github.com/dallay/agentsync/issues/214)) ([6242318](https://github.com/dallay/agentsync/commit/62423182a4c4772083415d5dc44eb5b01e105936))
46+
* refine Linker caching and dry-run messaging ([23c345c](https://github.com/dallay/agentsync/commit/23c345cc7d7e6e8414f0ba6ecfb4bd58cbc9776c))
47+
48+
49+
### Documentation
50+
51+
* address PR feedback and fix docs build ([f23a1fe](https://github.com/dallay/agentsync/commit/f23a1fe962f357c0e1e4084d3a9ae7831005d615))
52+
* address PR feedback and unify CLI flags ([328fa21](https://github.com/dallay/agentsync/commit/328fa21f7b33686419f6fdf70301098c0caf2ea9))
53+
* audit and update monorepo documentation for CLI accuracy ([a021344](https://github.com/dallay/agentsync/commit/a021344a81e1a096a1550c8b94c0324b57dbb85f))
54+
* comprehensive documentation audit and monorepo updates ([0b1c4e2](https://github.com/dallay/agentsync/commit/0b1c4e2abf152c650631812f8cb43eb27b003aec))
55+
* finalize address of PR feedback and refine architecture detection ([3b86f6e](https://github.com/dallay/agentsync/commit/3b86f6e4b3e87dcc8b8347f7c9ecab5637e7167d))
56+
* improve accuracy of symlink-contents description in README.md ([6f10f58](https://github.com/dallay/agentsync/commit/6f10f58145e3f32e9538d18c9e154d5cac072cd7))
57+
* improve accuracy of symlink-contents description in README.md ([c905380](https://github.com/dallay/agentsync/commit/c90538055053881f48484e2d853ad2177180edb4))
58+
* unify project directory flag to --project-root ([0ebb993](https://github.com/dallay/agentsync/commit/0ebb993a462592db365582aac5b4fa6b8d470e25))
59+
* update project structure example in README.md ([758bbdf](https://github.com/dallay/agentsync/commit/758bbdf94bdbdc04d114d04450b52054e69ed692))
60+
* update README.md for accuracy and project standards ([#228](https://github.com/dallay/agentsync/issues/228)) ([a1cf760](https://github.com/dallay/agentsync/commit/a1cf760b3abbc0e3c185576bf7afe547e3f40efb))
61+
* update README.md for accuracy and supported flags ([2738d25](https://github.com/dallay/agentsync/commit/2738d25dba188f750a5dc9f7c6a648112f65a73f))
62+
* update README.md for CLI accuracy ([872b1d5](https://github.com/dallay/agentsync/commit/872b1d5be1684e8b1c2d09bfda67db8cd346dbae))
63+
* update README.md for CLI accuracy and standards ([#177](https://github.com/dallay/agentsync/issues/177)) ([9e9fa2d](https://github.com/dallay/agentsync/commit/9e9fa2d18c65b8505a82a996665414468425dde1))
64+
* update README.md for CLI accuracy and supported agents ([#162](https://github.com/dallay/agentsync/issues/162)) ([4bddaeb](https://github.com/dallay/agentsync/commit/4bddaeb01b7cbdb98b6726f74ee7f6a6d74779ac))
65+
66+
67+
### Continuous Integration
68+
69+
* **release:** run semantic-release via CLI and compute outputs from tags ([61fee27](https://github.com/dallay/agentsync/commit/61fee27a17137ec235077f6ed214b7b84d5e5190))
70+
71+
72+
### Chores
73+
74+
* align versions and fix various bugs in init and documentation ([5e0f0e0](https://github.com/dallay/agentsync/commit/5e0f0e004722b24669ec668f3667f3637b3598f5))
75+
* **deps:** bump aws-lc-sys in the cargo group across 1 directory ([#213](https://github.com/dallay/agentsync/issues/213)) ([e18d0d2](https://github.com/dallay/agentsync/commit/e18d0d2d2b5b8b6f9bddd565a7a3c7ea609ce284))
76+
* **deps:** update cycjimmy/semantic-release-action digest to 17c6867 ([#211](https://github.com/dallay/agentsync/issues/211)) ([f0c1cd4](https://github.com/dallay/agentsync/commit/f0c1cd43ca4b9971d13d7e3c81fe8aa2b4be3bf1))
77+
* **deps:** update cycjimmy/semantic-release-action digest to 1c8dbaa ([#165](https://github.com/dallay/agentsync/issues/165)) ([813f632](https://github.com/dallay/agentsync/commit/813f6329404281a4e4a63c79604a9ac024d952a7))
78+
* **deps:** update dallay/common-actions digest to ae3cdbb ([#166](https://github.com/dallay/agentsync/issues/166)) ([f25e6cc](https://github.com/dallay/agentsync/commit/f25e6cc3f98f8acd314f46c188c76eee37a86f9f))
79+
* **deps:** update dependency @astrojs/starlight to v0.37.6 ([#155](https://github.com/dallay/agentsync/issues/155)) ([978a4ad](https://github.com/dallay/agentsync/commit/978a4ada35ebe3af1387391ec951d7f1f98feb7b))
80+
* **deps:** update dependency @dallay/agentsync to v1.29.0 ([#167](https://github.com/dallay/agentsync/issues/167)) ([68eb89f](https://github.com/dallay/agentsync/commit/68eb89fdcb45dc8b7f04eb791f087cb5c62ab493))
81+
* **deps:** update dependency @dallay/agentsync to v1.29.0 ([#202](https://github.com/dallay/agentsync/issues/202)) ([86b8f3a](https://github.com/dallay/agentsync/commit/86b8f3a79eff0271cccac780931e02b4e0334e15))
82+
* **deps:** update dependency @dallay/agentsync-linux-x64 to v1.28.0 ([#161](https://github.com/dallay/agentsync/issues/161)) ([ba6593f](https://github.com/dallay/agentsync/commit/ba6593f6930d8edd1f529bdb09e966445359ff42))
83+
* **deps:** update dependency astro to v5.17.3 ([#191](https://github.com/dallay/agentsync/issues/191)) ([ca24e2b](https://github.com/dallay/agentsync/commit/ca24e2b5ef2a0e7312b9e30955cc7d06401677d6))
84+
* **deps:** update dependency astro to v5.18.0 ([f8b5c94](https://github.com/dallay/agentsync/commit/f8b5c947322547e267794d364f70df5e2a7881e1))
85+
* **deps:** update dependency astro to v5.18.1 ([#232](https://github.com/dallay/agentsync/issues/232)) ([1c328b2](https://github.com/dallay/agentsync/commit/1c328b2323f622ac2ed8c069007a9259af989bef))
86+
* **deps:** update devdependencies ([#206](https://github.com/dallay/agentsync/issues/206)) ([f8508af](https://github.com/dallay/agentsync/commit/f8508aff3b9d301143f5396c50bcb43497c9d9f1))
87+
* **deps:** update dtolnay/rust-toolchain digest to efa25f7 ([#212](https://github.com/dallay/agentsync/issues/212)) ([6942078](https://github.com/dallay/agentsync/commit/69420781f6b42bb3e156d87aada45f004ba6cfd2))
88+
* **deps:** update github actions ([#221](https://github.com/dallay/agentsync/issues/221)) ([42a4349](https://github.com/dallay/agentsync/commit/42a43490303f935a802abec2809a0462e0f1cca6))
89+
* **deps:** update major upgrades ([#207](https://github.com/dallay/agentsync/issues/207)) ([f4a0add](https://github.com/dallay/agentsync/commit/f4a0addea4d451660b09f7c9ddeab11436c96ab8))
90+
* **deps:** update node.js to v24.13.1 ([#174](https://github.com/dallay/agentsync/issues/174)) ([904f253](https://github.com/dallay/agentsync/commit/904f253a325678366ce8099878715e84aca944c8))
91+
* **deps:** update node.js to v24.14.0 ([#222](https://github.com/dallay/agentsync/issues/222)) ([e02702a](https://github.com/dallay/agentsync/commit/e02702afa38a99025ec380978b526a34b6f138d8))
92+
* **release:** 🔖 1.29.0 [skip ci] ([7e5777e](https://github.com/dallay/agentsync/commit/7e5777e666c0b8af408a867915bfc9ef68415e7c))
93+
* **release:** 🔖 1.30.0 [skip ci] ([568d6e8](https://github.com/dallay/agentsync/commit/568d6e898b36e44a3466ee3ef9a0e830a28c5d10))
94+
1195
## [1.27.2](https://github.com/dallay/agentsync/compare/v1.27.1...v1.27.2) (2026-02-08)
1296

1397
### 🚀 Performance

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentsync"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
edition = "2024"
55
rust-version = "1.89"
66
description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links."

0 commit comments

Comments
 (0)