Skip to content

Commit de58c47

Browse files
committed
docs(changelog): add vscode [1.1.0] section (release guard requires both changelogs)
The release workflow's guard asserts a dated ## [VERSION] section in BOTH CHANGELOG.md and packages/vscode/CHANGELOG.md; the v1.1.0 tag failed fast there because the vscode changelog was missing the section. No packages were published.
1 parent 7733c5a commit de58c47

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

packages/vscode/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Loom VS Code Extension — Changelog
22

3+
## [1.1.0] - 2026-06-08
4+
5+
### Added
6+
- **AI Reply on `refs/` chats.** Chats under `refs/` now show the **AI Reply** action,
7+
same as thread and weave chats (previously only `chat`-context chats had it).
8+
9+
### Changed
10+
- **Requirements-aware plan creation.** *Promote to Plan* now reads the thread's `req.md`
11+
and authors the `Satisfies` column as it creates the plan, so newly created plans carry
12+
requirement citations — previously only *Refine Plan* backfilled them.
13+
- **No double type-suffix.** Creating an idea from a title containing the word "idea" no
14+
longer yields a `…-idea-idea.md` thread/file.
15+
16+
### Notes
17+
- Lockstep 1.1.0 bump with the CLI and the rest of the monorepo.
18+
19+
---
20+
321
## [1.0.0] - 2026-06-06
422

523
### Added

0 commit comments

Comments
 (0)