taskin 3.0.2 → 3.0.3
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/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1682,7 +1682,7 @@ async function setAutomationLevel(configManager, level) {
|
|
|
1682
1682
|
return;
|
|
1683
1683
|
}
|
|
1684
1684
|
configManager.setAutomationLevel(level);
|
|
1685
|
-
success(
|
|
1685
|
+
success(`Automation level set to ${colors.highlight(level)}`);
|
|
1686
1686
|
const behavior = configManager.getAutomationBehavior();
|
|
1687
1687
|
console.log(chalk2.dim("\nCurrent behavior:"));
|
|
1688
1688
|
console.log(
|
|
@@ -1741,7 +1741,7 @@ async function interactiveConfig(configManager) {
|
|
|
1741
1741
|
return;
|
|
1742
1742
|
}
|
|
1743
1743
|
configManager.setAutomationLevel(level);
|
|
1744
|
-
success(
|
|
1744
|
+
success(`Automation level set to ${colors.highlight(level)}`);
|
|
1745
1745
|
const behavior = configManager.getAutomationBehavior();
|
|
1746
1746
|
console.log(chalk2.dim("\nNew behavior:"));
|
|
1747
1747
|
console.log(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taskin",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Task management system integrated with Git workflows",
|
|
5
5
|
"motivation": "Provide a CLI tool for task management integrated with Git workflows",
|
|
6
6
|
"solve": "Simplifies task tracking and management directly from the command line",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
"ws": "^8.18.3",
|
|
81
81
|
"zod": "^3.25.76",
|
|
82
82
|
"@opentask/taskin-file-system-provider": "3.0.2",
|
|
83
|
-
"@opentask/taskin-git-utils": "2.1.3",
|
|
84
|
-
"@opentask/taskin-task-server-mcp": "0.1.9",
|
|
85
83
|
"@opentask/taskin-task-manager": "2.0.1",
|
|
84
|
+
"@opentask/taskin-task-server-mcp": "0.1.9",
|
|
85
|
+
"@opentask/taskin-git-utils": "2.1.3",
|
|
86
|
+
"@opentask/taskin-utils": "1.1.1",
|
|
86
87
|
"@opentask/taskin-types": "1.1.1",
|
|
87
|
-
"@opentask/taskin-task-server-ws": "0.2.1"
|
|
88
|
-
"@opentask/taskin-utils": "1.1.1"
|
|
88
|
+
"@opentask/taskin-task-server-ws": "0.2.1"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@types/node": "^20.19.24",
|