@felan-ai/ext-context-view 0.1.3 → 0.2.0

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/NOTICE +1 -1
  2. package/package.json +4 -4
package/NOTICE CHANGED
@@ -7,5 +7,5 @@ https://github.com/mslavov/pi-extensions at source commit
7
7
  Copyright (c) 2026 Milko Slavov
8
8
  Licensed under the MIT License included in this package.
9
9
 
10
- This package uses @earendil-works/pi-tui 0.85.0 (Pi-TUI 0.85.0), licensed under
10
+ This package uses @earendil-works/pi-tui 0.85.1 (Pi-TUI 0.85.1), licensed under
11
11
  the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-context-view",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Local TUI context-window usage inspector for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,13 +25,13 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@earendil-works/pi-tui": "0.85.0"
28
+ "@earendil-works/pi-tui": "0.85.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@felan-ai/agent-core": "^0.5.5"
31
+ "@felan-ai/agent-core": "^0.6.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@felan-ai/agent-core": "0.5.8"
34
+ "@felan-ai/agent-core": "0.6.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",