Skip to content

Commit 86fec93

Browse files
chore: bump version to 1.5.6
1 parent eb48536 commit 86fec93

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
All notable changes to the "promptitude" extension will be documented in this file.
44

5-
## [1.5.5] - 2026-03-18
6-
7-
### Improved
8-
9-
- Sync failure messages now distinguish **invalid repository URLs** (e.g. sub-paths like `/tree/main/...`) from **incompatible repository structures** (repo is reachable but has no supported prompt folders). The summary toast shows a categorised count, and "Show Details" lists the specific reason per repository.
5+
## [1.5.6] - 2026-03-18
106

117
### Added
128

139
- Instructions size safeguard: warns when active instructions (`.instructions.md`) may overwhelm GitHub Copilot's context window. Checks total instructions file size (>500 KB), active instructions count (>50), and repository count (>10) after each sync. Only instructions are counted since they are auto-loaded into context, unlike `.prompt.md` files which are invoked on-demand.
1410
- Disabled (inactive) prompts are now cleaned up from the active prompts directory during sync, preventing them from being loaded by Copilot.
1511

12+
## [1.5.5] - 2026-03-18
13+
14+
### Improved
15+
16+
- Sync failure messages now distinguish **invalid repository URLs** (e.g. sub-paths like `/tree/main/...`) from **incompatible repository structures** (repo is reachable but has no supported prompt folders). The summary toast shows a categorised count, and "Show Details" lists the specific reason per repository.
17+
1618
## [1.5.4] - 2026-01-12
1719

1820
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "promptitude-extension",
33
"displayName": "Promptitude",
44
"description": "Sync GitHub Copilot prompts, chatmodes and instructions from git repositories",
5-
"version": "1.5.5",
5+
"version": "1.5.6",
66
"publisher": "logientnventive",
77
"icon": "resources/promptitude-icon.png",
88
"repository": {

0 commit comments

Comments
 (0)