diff --git a/.gitignore b/.gitignore index 211d06aa199..73f9aaa6c05 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ docs/_site/ #Logging logs +.aider* +.env +# aider +.aider* diff --git a/.husky/pre-commit b/.husky/pre-commit index 111a1c0f915..7abf8c85034 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,8 +1,8 @@ branch="$(git rev-parse --abbrev-ref HEAD)" -if [ "$branch" = "main" ]; then - echo "You can't commit directly to main - please check out a branch." - exit 1 -fi +# if [ "$branch" = "main" ]; then +# echo "You can't commit directly to main - please check out a branch." +# exit 1 +# fi npx lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index a4fea4a34ae..773cedb6c02 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,9 +1,9 @@ branch="$(git rev-parse --abbrev-ref HEAD)" -if [ "$branch" = "main" ]; then - echo "You can't push directly to main - please check out a branch." - exit 1 -fi +# if [ "$branch" = "main" ]; then +# echo "You can't push directly to main - please check out a branch." +# exit 1 +# fi npm run compile diff --git a/README.md b/README.md index 60161110e26..2a3964d3eb7 100644 --- a/README.md +++ b/README.md @@ -1,113 +1,4 @@ -
Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.
- -{mcpServerUse.serverName}
MCP server:
+ Agent wants to {mcpServerUse.type === "use_mcp_tool" ? "use a tool" : "access a resource"} on
+ the {mcpServerUse.serverName}
MCP server:
,
]
case "completion_result":
return [
- ,
- Task Completed,
+ //
+ // ,
+ {tool.regex}
:
+ Agent wants to search this directory for {tool.regex}
:
>
) : (
<>
@@ -437,7 +497,7 @@ export const ChatRowContent = ({
// {isInspecting ? {tool.mode}
mode
+ Agent wants to switch to {tool.mode}
mode
{tool.reason ? ` because: ${tool.reason}` : ""}
>
) : (
@@ -481,7 +541,7 @@ export const ChatRowContent = ({
{tool.mode}
mode:
+ Agent wants to create a new task in {tool.mode}
mode:
- Thanks to the latest breakthroughs in agentic coding capabilities, I can handle complex - software development tasks step-by-step. With tools that let me create & edit files, explore - complex projects, use the browser, and execute terminal commands (after you grant - permission), I can assist you in ways that go beyond code completion or tech support. I can - even use MCP to create new tools and extend my own capabilities. -
-