chore: release main - #72
Conversation
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="CHANGELOG.md">
<violation number="1" location="CHANGELOG.md:10">
P3: The v1.1.0 changelog contains duplicate entries for the same commits: several subjects appear twice, once truncated with a trailing "…" and once in full under a different hash. These are the same commits re-recorded after an amend, and both variants are being published into CHANGELOG.md and the GitHub Release notes. Duplicate and half-truncated lines make the released notes harder to read and look unpolished in a public release. The truncated "capabil…" (d42a04e) duplicates the full "...capabilities handling" (5ca4eae), "...contacts, an…" (96bf31b) duplicates "...and deals" (4457f73), "...capabili…" (e2a5a7f) duplicates "...capabilities sections" (66213dd), and there are two identical "streamline onboarding and research gate handling" rows (a189eab and 14cb932). Since the changelog is reviewable before it goes public, dedupe these rows before merging so only the clean, complete subject line for each change ships.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
|
||
| * **api:** enhance email domain handling with machine address detection ([70d7e84](https://github.com/trycompai/crm/commit/70d7e84b6532a45fae8cdf98e73aa3f19ff39fbb)) | ||
| * **api:** enhance onboarding and research key handling ([f1d1332](https://github.com/trycompai/crm/commit/f1d133213042573672fc0a1d819290221eb686a1)) | ||
| * **api:** implement Context.dev key verification and enhance capabil… ([d42a04e](https://github.com/trycompai/crm/commit/d42a04ec0d2a3d1d35839e8958ad01e12e8f0de0)) |
There was a problem hiding this comment.
P3: The v1.1.0 changelog contains duplicate entries for the same commits: several subjects appear twice, once truncated with a trailing "…" and once in full under a different hash. These are the same commits re-recorded after an amend, and both variants are being published into CHANGELOG.md and the GitHub Release notes. Duplicate and half-truncated lines make the released notes harder to read and look unpolished in a public release. The truncated "capabil…" (d42a04e) duplicates the full "...capabilities handling" (5ca4eae), "...contacts, an…" (96bf31b) duplicates "...and deals" (4457f73), "...capabili…" (e2a5a7f) duplicates "...capabilities sections" (66213dd), and there are two identical "streamline onboarding and research gate handling" rows (a189eab and 14cb932). Since the changelog is reviewable before it goes public, dedupe these rows before merging so only the clean, complete subject line for each change ships.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 10:
<comment>The v1.1.0 changelog contains duplicate entries for the same commits: several subjects appear twice, once truncated with a trailing "…" and once in full under a different hash. These are the same commits re-recorded after an amend, and both variants are being published into CHANGELOG.md and the GitHub Release notes. Duplicate and half-truncated lines make the released notes harder to read and look unpolished in a public release. The truncated "capabil…" (d42a04e) duplicates the full "...capabilities handling" (5ca4eae), "...contacts, an…" (96bf31b) duplicates "...and deals" (4457f73), "...capabili…" (e2a5a7f) duplicates "...capabilities sections" (66213dd), and there are two identical "streamline onboarding and research gate handling" rows (a189eab and 14cb932). Since the changelog is reviewable before it goes public, dedupe these rows before merging so only the clean, complete subject line for each change ships.</comment>
<file context>
@@ -1,5 +1,51 @@
+
+* **api:** enhance email domain handling with machine address detection ([70d7e84](https://github.com/trycompai/crm/commit/70d7e84b6532a45fae8cdf98e73aa3f19ff39fbb))
+* **api:** enhance onboarding and research key handling ([f1d1332](https://github.com/trycompai/crm/commit/f1d133213042573672fc0a1d819290221eb686a1))
+* **api:** implement Context.dev key verification and enhance capabil… ([d42a04e](https://github.com/trycompai/crm/commit/d42a04ec0d2a3d1d35839e8958ad01e12e8f0de0))
+* **api:** implement Context.dev key verification and enhance capabilities handling ([5ca4eae](https://github.com/trycompai/crm/commit/5ca4eae9871615bfbffededaceeca2a9e4598348))
+* **api:** implement delete functionality for companies, contacts, an… ([96bf31b](https://github.com/trycompai/crm/commit/96bf31b72d0c8d8931d124e8670e2fc02601f830))
</file context>
The changelog below is what will be published as the release notes. Edit the commit subjects, not this PR body — the body is regenerated on every push to main.
1.1.0
1.1.0 (2026-08-06)
Features
Fixes
Refactors
Documentation
This PR was generated with Release Please. See documentation.
Summary by cubic
Prepare the 1.1.0 release. Bump
package.jsonversion and updateCHANGELOG.mdand.github/.release-please-manifest.jsonto publish the latest features, fixes, and docs.Written for commit d7dd735. Summary will update on new commits.