I am still using 0.46 and have no idea what added in 0.47. But anyway, I hope to implement two revolutionary features:
-
Intelligent Auto Mode - Users wouldn’t need to manually specify context by
@. The AI would automatically determine the current need: whether to just simpilly answer a question, modify files, add specific file context, or search the web. The current “agent” mode comes closest to my expectations, but it’s still not intelligent enough. -
Advanced Voice Support - Microsoft Copilot has already added voice functionality, but it performs poorly. The reason is: that when users speak, the system fails to recognize keywords related to the workspace context, such as project related terminology, speicific project related method signatures, struct names, etc. As a CTO, I would consider abandoning the traditional “voice-to-text then to AI feedback” route, and instead adopt a smarter approach by using RAG or other technologies to directly parse user voice into structured guidance and commands before passing them to the final LLM(there could be add a bridge step, printing out the AI understood guidance in order and let user to check before sending to the final LLM). Once this feature is implemented, development efficiency would be dramatically improved.
And I suspect that the 2ed feature is more evolutionary, which has to be based on the stability of the 1st feature.