@arnilo/prism-coding-agent 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.8] - 2026-07-20
4
+
5
+ - Released with the exact 0.0.8 first-party package graph.
6
+
7
+ ## [0.0.7] - 2026-07-19
8
+
9
+ - Released with the exact 0.0.7 first-party package graph.
10
+
3
11
  All notable changes to this project will be documented in this file.
4
12
 
5
13
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnilo/prism-coding-agent",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "Optional coding-agent tools (shell, read, write, edit) package for Prism.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "diff": "^8.0.4"
29
29
  },
30
30
  "peerDependencies": {
31
- "@arnilo/prism": "0.0.6"
31
+ "@arnilo/prism": "0.0.8"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@arnilo/prism": "file:../.."