Skip to content

Commit 85f4b1d

Browse files
ci: changeset release (#177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5419b02 commit 85f4b1d

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/thick-snakes-yell.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#176](https://github.com/TanStack/intent/pull/176) [`5419b02`](https://github.com/TanStack/intent/commit/5419b0273ed3d1b09b488f10acf5f004dfec7e10) - Add agent-safe hidden skill source handling to `intent list`.
8+
9+
`intent list` now detects agent sessions with `std-env` and redacts unlisted allowlist candidates from agent-facing output. Agents see allowed skills plus a count-only hidden-source notice, while `intent list --show-hidden` reveals hidden source names only outside agent sessions.
10+
11+
Agent-mode JSON output includes `hiddenSourceCount` but leaves `hiddenSources` empty, preventing structured output from leaking package names that could be added to `package.json#intent.skills`.
12+
313
## 0.3.0
414

515
### Minor 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.0",
3+
"version": "0.3.1",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)