@codemuster/darwin-x64 0.3.0 → 0.3.1
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 +8 -0
- package/bin/CodeMuster.Application.dll +0 -0
- package/bin/CodeMuster.Domain.dll +0 -0
- package/bin/CodeMuster.Infrastructure.dll +0 -0
- package/bin/CodeMuster.Mapping.CSharp.dll +0 -0
- package/bin/CodeMuster.Mapping.TypeScript.dll +0 -0
- package/bin/codemuster.deps.json +30 -30
- package/bin/codemuster.dll +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ User-visible changes by released version. Add upcoming changes under Unreleased;
|
|
|
4
4
|
move them to a dated version heading before publishing. Historical entries below
|
|
5
5
|
start with 0.2.8.
|
|
6
6
|
|
|
7
|
+
## 0.3.1 - 2026-09-19
|
|
8
|
+
|
|
9
|
+
- Add a compact terminal banner, highlighted provider/model/thinking settings and
|
|
10
|
+
countdown bar before agent commands. Add colored audit progress counts and an
|
|
11
|
+
elapsed activity indicator for intelligent configuration, with explicit results.
|
|
12
|
+
- Respect `NO_COLOR`, keep redirected/CI output plain, and disable animation and
|
|
13
|
+
the countdown for `TERM=dumb` terminals.
|
|
14
|
+
|
|
7
15
|
## 0.3.0 - 2026-09-19
|
|
8
16
|
|
|
9
17
|
- Show the intervening release notes after `codemuster update`.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/codemuster.deps.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {},
|
|
9
9
|
".NETCoreApp,Version=v10.0/osx-x64": {
|
|
10
|
-
"codemuster/0.3.
|
|
10
|
+
"codemuster/0.3.1": {
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"CodeMuster.Application": "0.3.
|
|
13
|
-
"CodeMuster.Infrastructure": "0.3.
|
|
14
|
-
"CodeMuster.Mapping.CSharp": "0.3.
|
|
15
|
-
"CodeMuster.Mapping.TypeScript": "0.3.
|
|
12
|
+
"CodeMuster.Application": "0.3.1",
|
|
13
|
+
"CodeMuster.Infrastructure": "0.3.1",
|
|
14
|
+
"CodeMuster.Mapping.CSharp": "0.3.1",
|
|
15
|
+
"CodeMuster.Mapping.TypeScript": "0.3.1",
|
|
16
16
|
"runtimepack.Microsoft.NETCore.App.Runtime.osx-x64": "10.0.12"
|
|
17
17
|
},
|
|
18
18
|
"runtime": {
|
|
@@ -1033,65 +1033,65 @@
|
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
},
|
|
1036
|
-
"CodeMuster.Application/0.3.
|
|
1036
|
+
"CodeMuster.Application/0.3.1": {
|
|
1037
1037
|
"dependencies": {
|
|
1038
|
-
"CodeMuster.Domain": "0.3.
|
|
1038
|
+
"CodeMuster.Domain": "0.3.1"
|
|
1039
1039
|
},
|
|
1040
1040
|
"runtime": {
|
|
1041
1041
|
"CodeMuster.Application.dll": {
|
|
1042
|
-
"assemblyVersion": "0.3.
|
|
1043
|
-
"fileVersion": "0.3.
|
|
1042
|
+
"assemblyVersion": "0.3.1.0",
|
|
1043
|
+
"fileVersion": "0.3.1.0"
|
|
1044
1044
|
}
|
|
1045
1045
|
}
|
|
1046
1046
|
},
|
|
1047
|
-
"CodeMuster.Domain/0.3.
|
|
1047
|
+
"CodeMuster.Domain/0.3.1": {
|
|
1048
1048
|
"runtime": {
|
|
1049
1049
|
"CodeMuster.Domain.dll": {
|
|
1050
|
-
"assemblyVersion": "0.3.
|
|
1051
|
-
"fileVersion": "0.3.
|
|
1050
|
+
"assemblyVersion": "0.3.1.0",
|
|
1051
|
+
"fileVersion": "0.3.1.0"
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
1054
|
},
|
|
1055
|
-
"CodeMuster.Infrastructure/0.3.
|
|
1055
|
+
"CodeMuster.Infrastructure/0.3.1": {
|
|
1056
1056
|
"dependencies": {
|
|
1057
|
-
"CodeMuster.Domain": "0.3.
|
|
1057
|
+
"CodeMuster.Domain": "0.3.1",
|
|
1058
1058
|
"Microsoft.Data.Sqlite": "10.0.12"
|
|
1059
1059
|
},
|
|
1060
1060
|
"runtime": {
|
|
1061
1061
|
"CodeMuster.Infrastructure.dll": {
|
|
1062
|
-
"assemblyVersion": "0.3.
|
|
1063
|
-
"fileVersion": "0.3.
|
|
1062
|
+
"assemblyVersion": "0.3.1.0",
|
|
1063
|
+
"fileVersion": "0.3.1.0"
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
1066
|
},
|
|
1067
|
-
"CodeMuster.Mapping.CSharp/0.3.
|
|
1067
|
+
"CodeMuster.Mapping.CSharp/0.3.1": {
|
|
1068
1068
|
"dependencies": {
|
|
1069
|
-
"CodeMuster.Domain": "0.3.
|
|
1069
|
+
"CodeMuster.Domain": "0.3.1",
|
|
1070
1070
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "5.9.0",
|
|
1071
1071
|
"Microsoft.CodeAnalysis.Workspaces.MSBuild": "5.9.0"
|
|
1072
1072
|
},
|
|
1073
1073
|
"runtime": {
|
|
1074
1074
|
"CodeMuster.Mapping.CSharp.dll": {
|
|
1075
|
-
"assemblyVersion": "0.3.
|
|
1076
|
-
"fileVersion": "0.3.
|
|
1075
|
+
"assemblyVersion": "0.3.1.0",
|
|
1076
|
+
"fileVersion": "0.3.1.0"
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
},
|
|
1080
|
-
"CodeMuster.Mapping.TypeScript/0.3.
|
|
1080
|
+
"CodeMuster.Mapping.TypeScript/0.3.1": {
|
|
1081
1081
|
"dependencies": {
|
|
1082
|
-
"CodeMuster.Domain": "0.3.
|
|
1082
|
+
"CodeMuster.Domain": "0.3.1"
|
|
1083
1083
|
},
|
|
1084
1084
|
"runtime": {
|
|
1085
1085
|
"CodeMuster.Mapping.TypeScript.dll": {
|
|
1086
|
-
"assemblyVersion": "0.3.
|
|
1087
|
-
"fileVersion": "0.3.
|
|
1086
|
+
"assemblyVersion": "0.3.1.0",
|
|
1087
|
+
"fileVersion": "0.3.1.0"
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
1093
|
"libraries": {
|
|
1094
|
-
"codemuster/0.3.
|
|
1094
|
+
"codemuster/0.3.1": {
|
|
1095
1095
|
"type": "project",
|
|
1096
1096
|
"serviceable": false,
|
|
1097
1097
|
"sha512": ""
|
|
@@ -1283,27 +1283,27 @@
|
|
|
1283
1283
|
"path": "system.composition.typedparts/10.0.1",
|
|
1284
1284
|
"hashPath": "system.composition.typedparts.10.0.1.nupkg.sha512"
|
|
1285
1285
|
},
|
|
1286
|
-
"CodeMuster.Application/0.3.
|
|
1286
|
+
"CodeMuster.Application/0.3.1": {
|
|
1287
1287
|
"type": "project",
|
|
1288
1288
|
"serviceable": false,
|
|
1289
1289
|
"sha512": ""
|
|
1290
1290
|
},
|
|
1291
|
-
"CodeMuster.Domain/0.3.
|
|
1291
|
+
"CodeMuster.Domain/0.3.1": {
|
|
1292
1292
|
"type": "project",
|
|
1293
1293
|
"serviceable": false,
|
|
1294
1294
|
"sha512": ""
|
|
1295
1295
|
},
|
|
1296
|
-
"CodeMuster.Infrastructure/0.3.
|
|
1296
|
+
"CodeMuster.Infrastructure/0.3.1": {
|
|
1297
1297
|
"type": "project",
|
|
1298
1298
|
"serviceable": false,
|
|
1299
1299
|
"sha512": ""
|
|
1300
1300
|
},
|
|
1301
|
-
"CodeMuster.Mapping.CSharp/0.3.
|
|
1301
|
+
"CodeMuster.Mapping.CSharp/0.3.1": {
|
|
1302
1302
|
"type": "project",
|
|
1303
1303
|
"serviceable": false,
|
|
1304
1304
|
"sha512": ""
|
|
1305
1305
|
},
|
|
1306
|
-
"CodeMuster.Mapping.TypeScript/0.3.
|
|
1306
|
+
"CodeMuster.Mapping.TypeScript/0.3.1": {
|
|
1307
1307
|
"type": "project",
|
|
1308
1308
|
"serviceable": false,
|
|
1309
1309
|
"sha512": ""
|
package/bin/codemuster.dll
CHANGED
|
Binary file
|