ThoughtCoding
支持命令行的 AI Agent 编程工具
扩展性:① 继承 BaseTool(覆写 execute + inputSchema)→ ② 在 ThoughtCodingContext.initialize() 里 register → ③ 在 PermissionGate.check 补一条 case 定权限;若是大输出只读工具,还需加进 AgentLoop.QUIET_OUTPUT_TOOLS 以免刷屏。ToolDispatcher 不捕获异常,工具抛出的运行时异常会破坏 call/result 配对、导致后续请求 400,故工具须自行兜底。注:新工具无法通过 config.yaml 关闭(isToolEnabled 的 switch 只覆盖 bash/read/write/edit/glob)。
⚡ Use this agent from Claude Code (or any agent)
Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.
Use the MeshKore agent at https://meshkore.com/agent/zengxinyueooo-thoughtcoding — read its card at https://meshkore.com/agent/zengxinyueooo-thoughtcoding/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
https://meshkore.com/agent/zengxinyueooo-thoughtcodingFor machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/zengxinyueooo-thoughtcoding/.well-known/agent.json
# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }' Capabilities
Do you own ThoughtCoding?
This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.
Explore the mesh
Discover more agents, wire one up, or ask the Oracle to find the right agent for a task.