欢迎关注我的推特
1 2 3 4 5 ··· 71 下一页
摘要: Skills 和自定义指令(Custom Instructions)不一样,它侧重于教 Copilot 特定的能力、工作流,可以包含脚本、例子等资源 自定义指令主要是定义代码规范和指南,只限于指令,主要是 VS Code 和 GitHub.com 用 技能的存放位置分两种: 项目级:在工作区里的 . 阅读全文
posted @ 2026-03-26 14:35 服务号AwesomeAITools 阅读(0) 评论(0) 推荐(0)
摘要: opencode 的运行方式 attach 连接到一个已经运行的 OpenCode 后台服务器上 当你已经在别的地方启动了服务器(比如用 serve 或 web),想在另一个终端窗口里继续用它,或者远程电脑上启动了服务器,你本地用终端连上去。 web 启动带网页界面的服务器 serve 只提供 AP 阅读全文
posted @ 2026-03-25 12:39 服务号AwesomeAITools 阅读(1) 评论(0) 推荐(0)
摘要: canvas其实就是一个AI 能直接控制的交互界面,简单说就是给 AI 开了一个“小画布”或“动态窗口”,让它不光能发文字、语音,还能直接在你的设备上显示出网页、图表、仪表盘、交互小应用这些东西。 AI 可以实时生成或修改内容, 这个画布会显示在你的设备上, 举个例子,你让 AI “给我画个今天股票 阅读全文
posted @ 2026-03-23 17:30 服务号AwesomeAITools 阅读(10) 评论(0) 推荐(0)
摘要: OpenCode 配置文件支持 JSON 和 JSONC(带注释的 JSON)格式,不过还是建议直接用JSON 提供商 /connect 如果要指定自定义的,需要先自己写个opencode.json配置好,才能在connect的other里面选自己的供应商 vim ~/.config/opencod 阅读全文
posted @ 2026-03-18 19:36 服务号AwesomeAITools 阅读(27) 评论(0) 推荐(0)
摘要: 最好的是 GPT 5.4 (100万token的上下文窗口),世界知识很厉害。 写代码还是Sonnet 4.6,Opus 4.6用不起 也可以使用Github Copilot的订阅 不过每次会话会消耗你的高级请求次数。10美金一月的Pro订阅一月才300次高级请求。 所以平时的聊天agents.de 阅读全文
posted @ 2026-03-14 22:12 服务号AwesomeAITools 阅读(23) 评论(0) 推荐(0)
摘要: 别用什么npm了 苹果和Linux就是 curl -fsSL https://openclaw.ai/install.sh | bash windows就用管理员打开PowerShell iwr -useb https://openclaw.ai/install.ps1 | iex 上面会自动帮你安 阅读全文
posted @ 2026-03-14 21:27 服务号AwesomeAITools 阅读(7) 评论(0) 推荐(0)
摘要: Build production AI agents with Claude Code as a library 使用 Claude Code 作为库构建生产级 AI 代理 The Claude Code SDK has been renamed to the Claude Agent SDK. C 阅读全文
posted @ 2026-03-02 14:05 服务号AwesomeAITools 阅读(139) 评论(0) 推荐(0)
摘要: OpenCode 是一个开源的 AI 编码代理。它提供终端界面、桌面应用和 IDE 扩展等多种使用方式。 Installation 安装 # YOLO 一次性 curl -fsSL https://opencode.ai/install | bash # Package managers npm i 阅读全文
posted @ 2026-02-28 09:57 服务号AwesomeAITools 阅读(207) 评论(0) 推荐(0)
摘要: OpenClaw is a personal AI assistant you run on your own devices. It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, G 阅读全文
posted @ 2026-02-27 14:56 服务号AwesomeAITools 阅读(72) 评论(0) 推荐(0)
摘要: Agent Skills extend Claude's capabilities through organized folders of instructions, scripts, and resources. This guide shows you how to use both pre- 阅读全文
posted @ 2026-02-25 19:45 服务号AwesomeAITools 阅读(19) 评论(0) 推荐(0)
1 2 3 4 5 ··· 71 下一页