diff --git a/hindsight-docs/src/pages/changelog/integrations/coding-agents.md b/hindsight-docs/src/pages/changelog/integrations/coding-agents.md index dc4ff26b5..75eaab652 100644 --- a/hindsight-docs/src/pages/changelog/integrations/coding-agents.md +++ b/hindsight-docs/src/pages/changelog/integrations/coding-agents.md @@ -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.·@nicoloboschi@nicoloboschi·220dcbdd9 + ## [0.5.5](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.5.5) **Improvements** diff --git a/hindsight-integrations/coding-agents/package-lock.json b/hindsight-integrations/coding-agents/package-lock.json index e62f272ef..16c093840 100644 --- a/hindsight-integrations/coding-agents/package-lock.json +++ b/hindsight-integrations/coding-agents/package-lock.json @@ -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", diff --git a/hindsight-integrations/coding-agents/package.json b/hindsight-integrations/coding-agents/package.json index bbb7b28ae..e307b8193 100644 --- a/hindsight-integrations/coding-agents/package.json +++ b/hindsight-integrations/coding-agents/package.json @@ -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", diff --git a/hindsight-integrations/coding-agents/plugin.json b/hindsight-integrations/coding-agents/plugin.json index e72f3e70d..4017c2aba 100644 --- a/hindsight-integrations/coding-agents/plugin.json +++ b/hindsight-integrations/coding-agents/plugin.json @@ -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", diff --git a/skills/hindsight-docs/references/changelog/integrations/coding-agents.md b/skills/hindsight-docs/references/changelog/integrations/coding-agents.md index 9b55dad84..ebc285ea9 100644 --- a/skills/hindsight-docs/references/changelog/integrations/coding-agents.md +++ b/skills/hindsight-docs/references/changelog/integrations/coding-agents.md @@ -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.·@nicoloboschi·220dcbdd9 + ## [0.5.5](https://github.com/vectorize-io/hindsight/tree/integrations/coding-agents/v0.5.5) **Improvements**