What is Junie's Ask Mode?

Dive into your project using Ask Mode with Junie for better understanding.

The difference between Ask Mode and Code mode:

  • Use Code mode to execute tasks with Junie writing and testing the code for you.
  • Use Ask to ask questions, work together on plans, and generate ideas for features and enhancements.

How is the Ask mode different from AI Assistant Codebase being ON?

AIA and Junie differ primarily in their context collection methods, which are implemented differently.

ask_mode_aia

AIA offers the advantage of speed, as it sends a single request to the LLM. In contrast, Junie iterates on the task, making multiple LLM calls. Junie's iterative method has the potential to produce more precise responses, but it might require more generation time than AIA.


Related Resources

Building a boilerplate Go app using Junie
Building a boilerplate Go app using Junie
Using AI agents to generate boilerplate application code
Go App Project Guidelines using Junie
Go App Project Guidelines using Junie
Creating Project Rules and Structure for a Go Application
Build a RAG App with AWS Bedrock and Go
Build a RAG App with AWS Bedrock and Go
Develop an RAG App with combination of AWS Bedrock, Go & OpenSearch.
OSZAR »