release(coding-agents): v0.6.0

This commit is contained in:
Nicolò Boschi
2026-09-11 18:36:48 +02:00
parent 220dcbdd92
commit 4cc131c0b2
5 changed files with 16 additions and 4 deletions
@@ -10,6 +10,12 @@ For the source code, see [`hindsight-integrations/coding-agents`](https://github
← [Back to main changelog](/changelog)
## [0.6.0](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.6.0)
**Features**
- Record Hindsight tool usage for coding-agents and store integration logs under ~/.hindsight/coding-agents-logs.<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/220dcbdd9" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>220dcbdd9</a>
## [0.5.5](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.5.5)
**Improvements**
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@vectorize-io/hindsight-coding-agents",
"version": "0.5.5",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@vectorize-io/hindsight-coding-agents",
"version": "0.5.5",
"version": "0.6.0",
"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.5.5",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/vectorize-io/hindsight.git",
@@ -1,6 +1,6 @@
{
"name": "hindsight-coding-agents",
"version": "0.5.5",
"version": "0.6.0",
"description": "Long-term project memory for coding agents",
"skills": "./skill",
"hooks": "./hooks/hooks.json",
@@ -10,6 +10,12 @@ For the source code, see [`hindsight-integrations/coding-agents`](https://github
← [Back to main changelog](../index.md)
## [0.6.0](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.6.0)
**Features**
- Record Hindsight tool usage for coding-agents and store integration logs under ~/.hindsight/coding-agents-logs.<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/220dcbdd9" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>220dcbdd9</a>
## [0.5.5](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.5.5)
**Improvements**