1919 < link rel ="next " href ="../installation/ ">
2020
2121
22- < link rel ="icon " href ="../images/logo.png ">
22+ < link rel ="icon " href ="../images/logo.svg ">
2323 < meta name ="generator " content ="mkdocs-1.6.1, mkdocs-material-9.6.15 ">
2424
2525
8484 < nav class ="md-header__inner md-grid " aria-label ="Header ">
8585 < a href =".. " title ="ECA - Editor Code Assistant " class ="md-header__button md-logo " aria-label ="ECA - Editor Code Assistant " data-md-component ="logo ">
8686
87- < img src ="../images/logo.png " alt ="logo ">
87+ < img src ="../images/logo.svg " alt ="logo ">
8888
8989 </ a >
9090 < label class ="md-header__button md-icon " for ="__drawer ">
321321 < label class ="md-nav__title " for ="__drawer ">
322322 < a href =".. " title ="ECA - Editor Code Assistant " class ="md-nav__button md-logo " aria-label ="ECA - Editor Code Assistant " data-md-component ="logo ">
323323
324- < img src ="../images/logo.png " alt ="logo ">
324+ < img src ="../images/logo.svg " alt ="logo ">
325325
326326 </ a >
327327 ECA - Editor Code Assistant
@@ -969,14 +969,14 @@ <h1 id="features">Features<a class="headerlink" href="#features" title="Permanen
969969< h2 id ="chat "> Chat< a class ="headerlink " href ="#chat " title ="Permanent link "> #</ a > </ h2 >
970970< p > Chat is the main feature of ECA, allowing user to talk with LLM to behave like an agent, making changes using tools or just planning changes and next steps.</ p >
971971< h3 id ="behaviors "> Behaviors< a class ="headerlink " href ="#behaviors " title ="Permanent link "> #</ a > </ h3 >
972- < p > < img alt ="" src =".. /images/chat-behaviors.png " /> </ p >
972+ < p > < img alt ="" src ="./images/chat-behaviors.png " /> </ p >
973973< p > Behavior affect the prompt passed to LLM and the tools to include, the current supported behaviors are:</ p >
974974< ul >
975975< li > < code > plan</ code > : Useful to plan changes and define better LLM plan before changing code via agent mode.</ li >
976976< li > < code > agent</ code > : Make changes to code via file changing tools.</ li >
977977</ ul >
978978< h3 id ="tools "> Tools< a class ="headerlink " href ="#tools " title ="Permanent link "> #</ a > </ h3 >
979- < p > < img alt ="" src =".. /images/tools.png " /> </ p >
979+ < p > < img alt ="" src ="./images/tools.png " /> </ p >
980980< p > ECA leverage tools to give more power to the LLM, this is the best way to make LLMs have more context about your codebase and behave like an agent.
981981It supports both MCP server tools + ECA native tools.</ p >
982982< h3 id ="native-tools "> Native tools< a class ="headerlink " href ="#native-tools " title ="Permanent link "> #</ a > </ h3 >
@@ -998,7 +998,7 @@ <h4 id="shell">Shell<a class="headerlink" href="#shell" title="Permanent link">#
998998< li > < code > eca_shell_command</ code > : run shell command. Supports configs to exclude commands via < code > :nativeTools :shell :excludeCommands</ code > .</ li >
999999</ ul >
10001000< h3 id ="contexts "> Contexts< a class ="headerlink " href ="#contexts " title ="Permanent link "> #</ a > </ h3 >
1001- < p > < img alt ="" src =".. /images/contexts.png " /> </ p >
1001+ < p > < img alt ="" src ="./images/contexts.png " /> </ p >
10021002< p > User can include contexts to the chat (< code > @</ code > ), including MCP resources, which can help LLM generate output with better quality.
10031003Here are the current supported contexts types:</ p >
10041004< ul >
@@ -1011,7 +1011,7 @@ <h4 id="agentmd-automatic-context">AGENT.md automatic context<a class="headerlin
10111011< p > ECA will always include if found the < code > AGENT.md</ code > file (configurable via < code > agentFileRelativePath</ code > config) as context, searching for both < code > /project-root/AGENT.md</ code > and < code > ~/.config/eca/AGENT.md</ code > .</ p >
10121012< p > You can ask ECA to create/update this file via < code > /init</ code > command.</ p >
10131013< h3 id ="commands "> Commands< a class ="headerlink " href ="#commands " title ="Permanent link "> #</ a > </ h3 >
1014- < p > < img alt ="" src =".. /images/commands.png " /> </ p >
1014+ < p > < img alt ="" src ="./images/commands.png " /> </ p >
10151015< p > Eca supports commands that usually are triggered via shash (< code > /</ code > ) in the chat, completing in the chat will show the known commands which include ECA commands, MCP prompts and resources.</ p >
10161016< p > The built-in commands are:</ p >
10171017< p > < code > /costs</ code > : shows costs about current session.
@@ -1043,7 +1043,7 @@ <h2 id="edit">Edit<a class="headerlink" href="#edit" title="Permanent link">#</a
10431043 < span class ="md-icon " title ="Last update ">
10441044 < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z "/> </ svg >
10451045 </ span >
1046- < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date " title ="August 17, 2025 00:45:45 UTC "> August 17, 2025</ span >
1046+ < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date " title ="August 17, 2025 00:54:16 UTC "> August 17, 2025</ span >
10471047 </ span >
10481048
10491049
0 commit comments