Skip to content

Commit 8a25a7b

Browse files
ci: changeset release (#186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb3c08b commit 8a25a7b

4 files changed

Lines changed: 15 additions & 17 deletions

File tree

.changeset/forty-heads-fly.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/nine-pigs-laugh.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/intent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @tanstack/intent
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#185](https://github.com/TanStack/intent/pull/185) [`b7920e9`](https://github.com/TanStack/intent/commit/b7920e9a8cee1f15ee373651b40daae0c1977120) - Fix `intent list` suppressing the allow-all risk warning.
8+
9+
When `intent.skills` is set to allow-all (`"*"`), `intent list --no-notices` and `INTENT_NO_NOTICES=1` no longer hide the warning that all skill sources are permitted. This banner is a security-relevant signal, not a migration tip, so it's now excluded from suppression while other notices remain suppressible as before.
10+
11+
- [#187](https://github.com/TanStack/intent/pull/187) [`fb3c08b`](https://github.com/TanStack/intent/commit/fb3c08b9ff1332295e838a18b056673f59c99c2d) - Fix potential hangs on slow or large environments:
12+
13+
- Bound the npm registry staleness check with a request timeout so `intent list` and other staleness checks can't hang indefinitely on a slow or unreachable registry.
14+
- Bound global package-manager detection with a command timeout so it can't hang indefinitely when the environment's global `node_modules` is slow to resolve.
15+
- Avoid enumerating a workspace package's entire skill tree just to check whether it has any skills, reducing filesystem work in large monorepos.
16+
317
## 0.3.2
418

519
### Patch Changes

packages/intent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/intent",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)