release(coding-agents): v0.4.3

Claude-Session: https://claude.ai/code/session_01AHvpDBNP3CXfVL88WnazmC
This commit is contained in:
Nicolò Boschi
2026-08-26 14:52:42 +02:00
parent e04d02ee62
commit 3a4a100075
4 changed files with 23 additions and 3 deletions
@@ -10,6 +10,16 @@ For the source code, see [`hindsight-integrations/coding-agents`](https://github
← [Back to main changelog](/changelog)
## [0.4.3](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.4.3)
**Features**
- Prime Agent now includes the companion skill when installed, expanding available agent capabilities.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/nicoloboschi" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}><img src="https://github.com/nicoloboschi.png?size=40" alt="@nicoloboschi" width="18" height="18" style={{borderRadius: "50%"}} />@nicoloboschi</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/e04d02ee6" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>e04d02ee6</a>
**Bug Fixes**
- Claude history import no longer fails when encountering an unexpected file, improving reliability of imports.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/nicoloboschi" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}><img src="https://github.com/nicoloboschi.png?size=40" alt="@nicoloboschi" width="18" height="18" style={{borderRadius: "50%"}} />@nicoloboschi</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/e04d02ee6" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>e04d02ee6</a>
## [0.4.2](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.4.2)
**Bug Fixes**
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@vectorize-io/hindsight-coding-agents",
"version": "0.4.2",
"version": "0.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@vectorize-io/hindsight-coding-agents",
"version": "0.4.2",
"version": "0.4.3",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@vectorize-io/hindsight-all": "^0.8.6",
@@ -1,6 +1,6 @@
{
"name": "@vectorize-io/hindsight-coding-agents",
"version": "0.4.2",
"version": "0.4.3",
"repository": {
"type": "git",
"url": "https://github.com/vectorize-io/hindsight.git",
@@ -10,6 +10,16 @@ For the source code, see [`hindsight-integrations/coding-agents`](https://github
← [Back to main changelog](../index.md)
## [0.4.3](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.4.3)
**Features**
- Prime Agent now includes the companion skill when installed, expanding available agent capabilities.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/nicoloboschi" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}>@nicoloboschi</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/e04d02ee6" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>e04d02ee6</a>
**Bug Fixes**
- Claude history import no longer fails when encountering an unexpected file, improving reliability of imports.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/nicoloboschi" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}>@nicoloboschi</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/e04d02ee6" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>e04d02ee6</a>
## [0.4.2](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.4.2)
**Bug Fixes**