Skip to content

Commit 3b6f4a1

Browse files
committed
docs: add RELEASE_NOTES_0.0.16
1 parent 3d82275 commit 3b6f4a1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RELEASE_NOTES_0.0.16.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Release v0.0.16
2+
3+
## Summary
4+
Documentation-only release clarifying `variableFilter` semantics as **exact, case-sensitive names** (no regex/glob). Updated README examples, expanded publishing checklist, and added resilience to auto-select launch configuration test (skips gracefully if multi-root folder cannot be injected).
5+
6+
## Changes
7+
- Bumped version: 0.0.15 -> 0.0.16
8+
- CHANGELOG: Added 0.0.16 entry (docs clarification, rationale)
9+
- README: Removed regex examples (`^(user|session)$`, `^order_`) in favor of explicit names; added detailed release workflow; clarified required vs optional `variableFilter` (start vs resume tool)
10+
- Test: `autoSelectLaunchConfig.test.ts` now attempts to inject `workspace-b` folder and falls back to skip to avoid false negatives in single-root harness environments
11+
- Lint: Removed stray expression in `session.ts` causing ESLint failure
12+
13+
## Integrity
14+
No runtime / API changes. All existing tests pass (1 skipped: auto-select sole config when multi-root not available). Suitable for marketplace publish.
15+
16+
## Recommended Prompt Adjustments
17+
Update any Copilot prompts using regex-style variable filters to enumerate explicit names instead:
18+
- OLD: "filter ^(user|session)$" -> NEW: "filter variables user,session"
19+
20+
## Next Steps
21+
If acceptable, publish via existing CI by creating a GitHub Release on tag `v0.0.16`. Marketplace package will reflect updated docs.

0 commit comments

Comments
 (0)