| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-02-21 | tavily search: Never return errorsHEADmain | Leonard Kugis | -66/+82 | |
| 2026-02-09 | fs_patch, web_search: Never exit with exit code != 0 | Leonard Kugis | -25/+118 | |
| Print error instead | ||||
| 2026-02-03 | Refined tool return error codes. | Leonard Kugis | -55/+179 | |
| Now they all return with exit 0 and error messages instead. This prevents early query abortion on fatal errors. | ||||
| 2026-02-01 | README: Fixed code block indentation | Leonard Kugis | -6/+6 | |
| 2026-02-01 | README: Partial rewrite | Leonard Kugis | -22/+27 | |
| Adjusted installation and usage guide accordingly. Fixed links to relative links, otherwise branches and forks (like this) are not reflected correctly. | ||||
| 2026-02-01 | Adjusted README.md to usage of GNU-Make | Leonard Kugis | -4/+14 | |
| Now Makefile can be used to build all tools with a single command. Keeping original guide to build individual selection of tools. | ||||
| 2026-02-01 | Added Makefile to build all tools | Leonard Kugis | -0/+93 | |
| 2026-02-01 | execute_command: Making return loop friendly | Leonard Kugis | -4/+79 | |
| Default behaviour of aichat will terminate the request immediately, if a tool returns with exit code != 0. This is inappropriate if the model is capable to fix commands itself. Thus, this patch of execute_command will not forward the exit code, but print it to stderr and always return exit code 0. | ||||
| 2026-01-31 | Added docker scripts | Leonard Kugis | -0/+115 | |
| 2026-01-31 | Initial commit after fork | Leonard Kugis | -0/+6 | |
| 2025-06-25 | refactor: scripts/mcp.sh curl add timeout (#203) | sigoden | -2/+2 | |
| 2025-06-19 | fix: scripts/mcp.sh jq error Argument list too long (#199) | sigoden | -1/+4 | |
| 2025-05-08 | fix: MCP server cannot start on Window (#187) | sigoden | -1/+1 | |
| 2025-04-01 | fix: argc build reserve mcp functions (#183) | sigoden | -1/+9 | |
| 2025-03-28 | fix: mcp.sh build-bin (#181) | sigoden | -0/+1 | |
| 2025-02-24 | refactor: rename `argc install` to `argc link-to-aichat` (#171) | sigoden | -7/+16 | |
| 2025-02-21 | chore: update README.md (#168) | Meng Bo | -2/+2 | |
| 2025-02-19 | refactor(agent): improve coder agent (#167) | sigoden | -8/+1 | |
| 2025-02-13 | feat(tool): update web_search_aichat.sh (#166) | sigoden | -4/+11 | |
| 2025-02-13 | feat(script): check-deps will prompt user to install dependencies (#165) | sigoden | -9/+19 | |
| 2025-02-13 | refactor(agent): json-viewer switch to to-json-schema module (#164) | sigoden | -3/+3 | |
| 2025-02-12 | feat(agents): json-viewer use jq cli other than node-jq module (#163) | sigoden | -7/+18 | |
| 2025-02-12 | feat: support check-related features (#162) | sigoden | -5/+189 | |
| We can run `argc check` to ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server) | ||||
| 2025-02-11 | feat(mcp): auto install deps before starting mcp bridge server (#161) | sigoden | -6/+10 | |
| 2025-02-10 | refactor: improve run-agent/run-agent scripts (#160) | sigoden | -28/+12 | |
| 2025-01-17 | chore: update readme | sigoden | -1/+7 | |
| 2025-01-04 | chore(mcp-server): release v1.2.0 | sigoden | -2/+2 | |
| 2025-01-04 | fix(mcp): server runCommand not found (#157) | sigoden | -5/+3 | |
| 2025-01-04 | fix: mcp server output msg format (#154) | Andrii Zakhariuk | -3/+3 | |
| * fix output msg format * improve --------- Co-authored-by: sigoden <sigoden@gmail.com> | ||||
| 2024-12-30 | feat: add sql agent (#152) | sigoden | -1/+64 | |
| 2024-12-14 | chore: improve docs | sigoden | -24/+59 | |
| 2024-12-14 | chore: update docs | sigoden | -12/+79 | |
| 2024-12-13 | refactor(mcp): change `mcp: <name>` for mcp tool declarations (#151) | sigoden | -2/+3 | |
| 2024-12-13 | refactor: add docs and update scripts (#150) | sigoden | -15/+332 | |
| 2024-12-13 | feat(mcp): add LLM_MCP_NEED_CONFIRM and LLM_MCP_SKIP_CONFIRM (#149) | sigoden | -3/+24 | |
| 2024-12-13 | feat(mcp): add `prefix` filed to bridge server configuraiton (#148) | sigoden | -6/+19 | |
| 2024-12-12 | chore: update mcp docs (#147) | sigoden | -3/+4 | |
| 2024-12-12 | refactor(mcp): improve docs and script (#146) | sigoden | -12/+27 | |
| 2024-12-12 | feat(mcp-server): support env var `AGENT_TOOLS_ONLY` (#145) | sigoden | -7/+22 | |
| 2024-12-12 | feat: support env var `LLM_DUMP_RESULTS` (#144) | sigoden | -195/+127 | |
| 2024-12-12 | refactor: add docs (#143) | sigoden | -62/+132 | |
| 2024-12-12 | fix: git bash on windows backslashs bug (#142) | sigoden | -0/+11 | |
| 2024-12-11 | fix: build js declarations (#141) | sigoden | -1/+4 | |
| 2024-12-11 | feat: support MCP bridge (#140) | sigoden | -5/+549 | |
| 2024-12-11 | Merge pull request #139 from sigoden/feat-mcp-server | sigoden | -0/+180 | |
| 2024-12-11 | feat: add mcp server | sigoden | -0/+180 | |
| 2024-12-11 | Merge pull request #138 from sigoden/feat | sigoden | -2/+7 | |
| 2024-12-11 | feat(tool): fs_write ask confirmation for existing files | sigoden | -2/+7 | |
| 2024-12-10 | refactor: update web_search_aichat.sh (#136) | sigoden | -8/+2 | |
| 2024-12-10 | feat(agent): add json-viewer (#134) | sigoden | -0/+71 | |
