diff --git a/.changeset/better-mugs-bet.md b/.changeset/better-mugs-bet.md deleted file mode 100644 index 094820a..0000000 --- a/.changeset/better-mugs-bet.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"specif-ai": minor ---- - -- Update of requirements, user stories and tasks would remain on the same page without going back to listing page. -- Chat prompt update to be concise and not remove existing content from what user had provided. -- Prompt update to not talk about how the feature or entity would benefit the user. -- For PRDs, Screens and Personas which get generated while creating a project or updating the requirements would format to contain new lines before getting written to the file. \ No newline at end of file diff --git a/.changeset/fine-bars-fail.md b/.changeset/fine-bars-fail.md deleted file mode 100644 index 2fabc7d..0000000 --- a/.changeset/fine-bars-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"specif-ai": patch ---- - -Added tooltips for the Delete, Copy, Settings, Folder, and Logout icons. diff --git a/.changeset/neat-eels-bake.md b/.changeset/neat-eels-bake.md deleted file mode 100644 index 649c55d..0000000 --- a/.changeset/neat-eels-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"specif-ai": patch ---- -- Fix: Chat history is disappearing in User story -- Fix: Task chat is breaking due to payload validation failure -- Enhancement: Jira Prequisite Message -- Enhancement: Suggestions appear horizontal when chat history is not empty \ No newline at end of file diff --git a/.changeset/sour-parrots-vanish.md b/.changeset/sour-parrots-vanish.md deleted file mode 100644 index dd56cd8..0000000 --- a/.changeset/sour-parrots-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"specif-ai": patch ---- - -add guidelines to add and update business process prompts diff --git a/.changeset/tall-mice-bow.md b/.changeset/tall-mice-bow.md deleted file mode 100644 index 228667b..0000000 --- a/.changeset/tall-mice-bow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"specif-ai": minor ---- - -- During addition/ update of a business process the attached PRDs and BRDs will not be appended to the business process description -- Added process flow diagram examples and guidelines to create flow chart prompt for better responses -- PRDs and BRDs are sent as context during the creation of business process flow chart diff --git a/CHANGELOG.md b/CHANGELOG.md index 5463829..2fe88ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.9.7] + +### Enhancements + +- Recurring suggestions for AI chat +- Editing requirements, user stories, and tasks now remains on the same page, avoiding unnecessary navigation. +- Improved chat prompt behavior to be concise, preserve existing content, and avoid explaining feature benefits. +- Reformatted PRDs, Screens, and Personas to improve readability by adding new lines before writing to the file. +- PRDs and BRDs are no longer appended to the business process description during addition or updates. +- PRDs and BRDs are now included as context when generating the business process flowchart. +- Added process flow diagram examples and guidelines to improve flowchart generation prompts. +- Updated business process add/update prompt to exclude marketing, promotional, or summarizing content. +- Added tooltips for Delete, Copy, Settings, Folder, and Logout icons to improve usability. +- Added Jira prerequisite message for better clarity. +- Updated suggestions layout to appear horizontally when chat history is not empty. + +### Fixed + +- Trimmed unnecessary white spaces and removed trailing slashes from the App URL before verification to prevent authentication failures. +- Resolved issue where chat history was disappearing in User Story. +- Fixed task chat breaking due to payload validation failure. + ## [1.9.6] ### Added diff --git a/package.json b/package.json index f06c4d1..77c42c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "specif-ai", "displayName": "Specif AI", - "version": "1.9.6", + "version": "1.9.7", "description": "AI-powered platform that generates project requirements and transforms them into actionable tasks with intuitive workflows.", "repository": { "type": "git", @@ -9,7 +9,7 @@ }, "scripts": { "changeset": "npx @changesets/cli", - "version-packages": "changeset version" + "version-packages": "npm run changeset version" }, "author": { "name": "Presidio"