In cocos2dx3.0,all tolua++'s pkg files are old version

I use 3.0 somedays, all cpp class name are remove the “CC” prefix. but in tolua**’s pkg files, all class name are old names. I want to ask is it right or nnfinished?
today, I delete class names prefix “CC” in pkgs, and build it. than use the new name no “CC” in lua. it can work. so I want to know how the tolua** works. it according to cpp filename to product LuaCocos2d.cpp?

I read the basic.lua, it tell me howto product the lua class have “CC” prefix and the cpp class need have “CC”. it delete the “CC” for the product file in cpp section.

will future delete the “CC” prefix in lua?