prjct-cli 1.45.3 → 1.45.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 +31 -0
- package/dist/bin/prjct-core.mjs +223 -223
- package/dist/cli/jira.mjs +1 -1
- package/dist/cli/linear.mjs +1 -1
- package/dist/daemon/entry.mjs +203 -203
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.45.5] - 2026-02-17
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- provider cache crash, MCP tool access, legacy cleanup (#215)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.45.8] - 2026-02-16
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Provider cache crash on missing codex key; router allowed-tools: ["*"] for MCP access; legacy p/ dir cleanup
|
|
15
|
+
|
|
16
|
+
## [1.45.6] - 2026-02-17
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- MCP OAuth token cache mismatch - pin mcp-remote version + allow MCP tools in templates (#214)
|
|
21
|
+
|
|
22
|
+
## [1.45.5] - 2026-02-17
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- MCP OAuth token cache mismatch - pin mcp-remote version + allow MCP tools in templates (#214)
|
|
27
|
+
|
|
28
|
+
## [1.45.4] - 2026-02-17
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- p. workflow agentic natural language parsing (#213)
|
|
33
|
+
|
|
3
34
|
## [1.45.3] - 2026-02-17
|
|
4
35
|
|
|
5
36
|
### Bug Fixes
|