prjct-cli 1.45.3 → 1.45.4
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 +25 -0
- package/dist/bin/prjct-core.mjs +204 -204
- package/dist/cli/jira.mjs +1 -1
- package/dist/cli/linear.mjs +1 -1
- package/dist/daemon/entry.mjs +187 -187
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.45.4] - 2026-02-17
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- MCP OAuth token cache mismatch - pin mcp-remote, allow MCP tools in templates (#214)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.45.6] - 2026-02-17
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- MCP OAuth token cache mismatch - pin mcp-remote version + allow MCP tools in templates (#214)
|
|
15
|
+
|
|
16
|
+
## [1.45.5] - 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.4] - 2026-02-17
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- p. workflow agentic natural language parsing (#213)
|
|
27
|
+
|
|
3
28
|
## [1.45.3] - 2026-02-17
|
|
4
29
|
|
|
5
30
|
### Bug Fixes
|