prjct-cli 1.40.1 → 1.42.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.
- package/CHANGELOG.md +30 -0
- package/dist/bin/prjct-core.mjs +279 -279
- package/dist/cli/linear.mjs +9 -9
- package/dist/daemon/entry.mjs +199 -199
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.42.0] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- add task estimation service (#198)
|
|
8
|
+
- add task estimation service
|
|
9
|
+
- onboarding tours + help tooltips + stats grid redesign
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [1.41.1] - 2026-02-15
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- task estimation
|
|
16
|
+
|
|
17
|
+
## [1.41.0] - 2026-02-15
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
- provider capabilities system + provider-agnostic templates (#197)
|
|
22
|
+
|
|
23
|
+
## [1.40.3] - 2026-02-15
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
- Provider capabilities system
|
|
27
|
+
|
|
28
|
+
## [1.40.2] - 2026-02-15
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
- Provider capabilities system
|
|
32
|
+
|
|
3
33
|
## [1.40.1] - 2026-02-15
|
|
4
34
|
|
|
5
35
|
### Bug Fixes
|