@apholdings/jensen-web-ui 1.0.1 → 1.0.5
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.
- package/CHANGELOG.md +33 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## 1.0.5
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- Removed orphaned `WorkingContextPanel` TUI component and its test file, completing the working-context panel removal cleanup. No breaking API changes.
|
|
10
|
+
- @apholdings/jensen-ai@1.0.5
|
|
11
|
+
- @apholdings/jensen-tui@1.0.5
|
|
12
|
+
|
|
13
|
+
## 1.0.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @apholdings/jensen-ai@1.0.4
|
|
18
|
+
- @apholdings/jensen-tui@1.0.4
|
|
19
|
+
|
|
20
|
+
## 1.0.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Release: Add powershell tool, memory snapshots, working-context surface, get_working_context RPC, and /ultraplan command
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @apholdings/jensen-ai@1.0.3
|
|
27
|
+
- @apholdings/jensen-tui@1.0.3
|
|
28
|
+
|
|
29
|
+
## 1.0.2
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- @apholdings/jensen-ai@1.0.2
|
|
34
|
+
- @apholdings/jensen-tui@1.0.2
|
|
35
|
+
|
|
3
36
|
## 0.57.7
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apholdings/jensen-web-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Reusable web UI components for AI chat interfaces powered by @apholdings/jensen-ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"ollama": "^0.6.0",
|
|
29
29
|
"pdfjs-dist": "5.4.394",
|
|
30
30
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
31
|
-
"@apholdings/jensen-tui": "1.0.
|
|
32
|
-
"@apholdings/jensen-ai": "1.0.
|
|
31
|
+
"@apholdings/jensen-tui": "1.0.5",
|
|
32
|
+
"@apholdings/jensen-ai": "1.0.5"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@mariozechner/mini-lit": "^0.2.0",
|