mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
release(coding-agents): v0.4.3
Claude-Session: https://claude.ai/code/session_01AHvpDBNP3CXfVL88WnazmC
This commit is contained in:
@@ -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
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user