LinuxDo 新帖推送
182 subscribers
251K photos
313K links
Download Telegram
标题: OpenCode打开自带的检索功能 以及让它通过视频学习的方法
作者: #darkstarrd
板块: #开发调优
编号: 1684524
帖子: https://linux.do/t/topic/1684524
时间: 2026-03-03 22:22:21
摘要:
检索这个说明文档里有写,这个最早是不需要另外设置的,之前有哈基米可以用,哈基米原生的搜索很好用,原生这个没用好久了,现在哈基米嘎嘎乱杀没法子…………
说明如下:
websearch
Search the web for information.
Note
This tool is only available when using the OpenCode provider or when the OPENCODE_ENABLE_EXA environment variable is set to any truthy value (e.g., true or 1).
To enable when launching OpenCode:
Terminal window
OPENCODE_ENABLE_EXA=1 opencode
opencode.json
“permission”: { “websearch”: “allow” }
windows环境桌面版,著需要创建一个环境变量就好了
系统-》高级系统设置-》环境变量-》新建-》
键 OPENCODE_ENABLE_EXA
值 1

然后在opencode.json/jsonc里添加许可,否则只有使用opencode自己的那些模型才能用
{
“$schema”: “https://opencode.ai/config.json”,
“permission”: {
“websearch”: “allow”,
}
}
有了搜索工具就可以帮你找各种东西
至于看视频,你需要装有yt-dlp和ffmpeg,没有其实也没关系,你提要求叫它上网找答案然后实现就完了
从b站抓视频信息、用yt-dlp下载、用ffmpeg抽帧分析、抽音频转文本之类的都能做的
标题: 没开脚本,刚刚咋给我速率上限
作者: #勇敢牛牛
板块: #搞七捻三
编号: 1684525
帖子: https://linux.do/t/topic/1684525
时间: 2026-03-03 22:22:34
摘要:
佬们,午睡起来,看了看ld士多,回到L站就上限了没开脚本
这是怎么回事啊?,是不是和我睡觉的时候没关L站网页有关系?
标题: mac或成性价比
作者: #bunny
板块: #搞七捻三
编号: 1684527
帖子: https://linux.do/t/topic/1684527
时间: 2026-03-03 22:22:49
摘要:
m5 air 起步16+512 竟然只涨价500
标题: 【开源自荐】TunPilot:为 Agent 设计的节点管理工具
作者: #yelixin_117
板块: #开发调优
编号: 1684536
帖子: https://linux.do/t/topic/1684536
时间: 2026-03-03 22:26:52
摘要:
项目开源地址:GitHub - TunPilot (欢迎 Star )

为什么做这个项目
不知各位佬都是什么时候开始接触节点的。
在 AI 狂飙的时代,被 OpenAI 降过智,被 Anthropic 封过号,折腾来折腾去,不知不觉手上就攥着了好几个节点。
随着节点变多,一些纯纯的运维脏活儿就找上门了:


管理多台机器的部署、内核调优、掉线排查


给朋友分派节点,偶尔还要瞅一眼流量统计


针对 Surge、Clash 等各种代理客户端维护配置和订阅转换



市面上并不缺优秀的节点管理面板,我也曾兴冲冲地部署过几个,但总感觉没能完全击中我的痛点。
仔细盘算,原因主要有三:


极其低频的管理需求:绝大多数时候它只是在默默运转。只有买了新机器才去动手部署,有朋友加入才去开号分配,感觉变卡了才去查账。为了一个月点不开两三次的操作,去维护一个常驻的重型 Web 面板,颇有杀鸡用牛刀的疲惫感。


交互范式的迁徙:我已经完全习惯了将 Agent 作为数字世界的入口,日常开发中的 Claude Code、OpenClaw 早已成为我发号施令的首选阵地。


让 AI 把脏活干到底:部署和调优节点这类极其耗费脑细胞的系统级操作,如今完全可以交由能力强大的 Agents 全权包揽。既然如此,为 Agents 设计的程序就该彻底抛弃传统的 Web 壳子,摒弃复杂的前后端、组件库和打包工具。褪去了所有给人类看的 UI 包袱后,换来的将是系统底座极致的轻量与干练。


TunPilot 的诞生:属于 Agent 的隧道领航员
既然传统的面板体系“水土不服”,何不跳出固有思维重构一套新的工作流?
我的核心设计原则是:Agent-First,抛开 UI 包袱先行构建底座。将节点部署、用户生命周期管理、流量统计等所有核心能力重写,并全部封装为纯粹的 MCP (Model Context Protocol) 服务暴露给大模型。在这个阶段,AI 既是指令的入口,也是现成的“动态操作面板”——我只需给出一句自然语言指令,它就替我深入系统干完所有的脏活。
于是,便有了
标题: 各位元宵节快乐豆包红包速度去领取
作者: #小寻子
板块: #搞七捻三
编号: 1684539
帖子: https://linux.do/t/topic/1684539
时间: 2026-03-03 22:28:05
摘要:
话不多说,快点去领!!!
标题: 兄弟们现在代码有多少是 AI 生成的?
作者: #Max Arden
板块: #搞七捻三
编号: 1684542
帖子: https://linux.do/t/topic/1684542
时间: 2026-03-03 22:28:35
摘要:
今年以来各种 agent 特别火,甚至有用 agent 指导 agent 写代码的,但实际我用下来发现想要抽卡抽到我要的代码并不是一件容易的事情,更不要提让 agent 指导 agent 大段的生成代码、自己写单测、自动部署上线,想问下这是我的个人问题,还是大家都是这种感觉?
标题: 2026-03-03|健身日记-背
作者: #DT_Stone
板块: #搞七捻三
编号: 1684544
帖子: https://linux.do/t/topic/1684544
时间: 2026-03-03 22:29:25
摘要:
经历过多次之后,明显力量下降了好多,还容易累
标题: 你们如何定义 ~/.claude/CLAUDE.md or ~/.codex/AGENTS.md 里怎么写的?
作者: #Terran
板块: #搞七捻三
编号: 1684551
帖子: https://linux.do/t/topic/1684551
时间: 2026-03-03 22:31:43
摘要:
一直好奇随着现在大模型的能力越来越强,以前喜欢行在全局去定义一个 rules 的规则,教他做事,2026年的今天大家对于这个全局设定有什么变化吗?
我先贴为敬:
# **Cortex Protocol**

### **0. Protocol Meta-Directives**

#### **0.1. Dynamic Session Directives**

Directives loaded at the start of a session, which can be dynamically modified by the human developer. The AI can propose additions or modifications to better suit the task but is forbidden from deleting existing directives.

- _(Example) Current Focus_: "Refactoring the authentication module."
- _(Example) Key Constraint_: "All database queries must use the async driver."

#### **0.2. Global Defaults**

- **Default Initial State**: `IDLE`
- **Default Language**: `zh-CN`
- **Default Commit Message Style**: `Conventional Commits`
- **Default Execution Policy**: `L2/M2` (Standard Cycle)

---

### **1. Core Principles**

1. **Human Authority**: The human developer holds ultimate authority over architectural design, complex decisions, and final quality acceptance.
2. **Deep Context-Awareness**: Before any operation, the AI must actively and deeply perceive the project's structure, style, and dependencies to combat "Context Drift."
3. **Zero-Defect Quality-Driven**: All AI outputs must pass rigorous, predefined quality gates.
4. **Internalized Design Intelligence**: Foundational design principles (DRY, KISS, SRP, and Design for Testability) must be internalized and applied silently and continuously.
5. **Atomic & Verifiable Output**: All changes must be small, logically self-contained units with clear verification paths.
6. **Test-First Mindset**: Planning for verification is as important as planning for implementation. Every feature change or bug fix must be accompanied by a corresponding test case.

---

### **2. Persistent Intelligence Core**

This core operates continuously, providing underlying intelligence for all AI actions.

1. **Context-Awareness Engine**: Generates an internal "Contextual Briefing" before any task.
2. **Design Principle Engine**: Silently influences all code generation and modification with principles like DRY, SRP, and KISS.
3. **IDE Diagnostics Monitor**: A non-blocking, real-time monitor that continuously observes feedback from the IDE (e.g., linter errors, type-checking failures). It can trigger an immediate self-correction micro-loop within the `EXECUTING` state.

---

### **3. Task Execution State Machine (TESM) & Policy**

#### **3.1. Execution Policy (L/M)**

The Execution Policy, determined during the `ANALYZING` state, configures the TESM's behavior for the current task. It is a combination of a Complexity Level (L) and an Execution Mode (M).

**3.1.1. Complexity Levels (L)**

- **L1 (Trivial)**: Single-file, localized changes (< 10 lines of code). No architectural impact.
- **L2 (Standard)**: Single-module feature implementation or bug fix (1-3 files). No unexpected side effects.
- **L3 (Complex)**: Cross-module refactoring or features with a high potential for side effects.
- **L4 (Exploratory)**: Open-ended research, architectural design, or prototyping.

**3.1.2. Execution Modes (M)**

- **M1: Rapid Execute**: Goal: Maximum Speed. Skips human confirmations on L1 tasks.
- **M2: Standard Cycle**: Goal: Balanced Speed and Safety. Requires a plan confirmation.
- **M3: Rigorous Cycle**: Goal: Maximum Safety. Involves extra auditing and comprehensive checks.
- **M4: Collaborative Exploration**: Goal: Maximum Iteration. Uses a tight feedback loop.

**3.1.3. Execution Policy Matrix**

| Policy | `ANALYZING` Sub-tasks | `PLANNING` -> `AWAITING_INPUT` Transition | `VERIFYING` Quality Gates | `DELIVERING` Standard |
| :-------- | :-------------------- | :---------------------------------------- | :------------------------------------------ | :------------------------------- |
| **L1/M1** | Minimal Context Scan | **Auto-Confirm & Skip**.
标题: 有什么测试claude code中转智能的方法吗?
作者: #B-sakaru
板块: #开发调优
编号: 1684555
帖子: https://linux.do/t/topic/1684555
时间: 2026-03-03 22:32:53
摘要:
RT,最近逛了很多家中转,也买了一些额度试用,但是因为不确定各家模型怎么样。
一个是中转后的效果,另一个是害怕掺假,请问佬友们有什么测试cc模型智能的方法吗?
标题: 孙哥:惠州吊打迪拜曼谷深圳香港纽约伦敦,而且还有山姆超市
作者: #雪梨纽西兰希思露甘奶迪
板块: #搞七捻三
编号: 1684562
帖子: https://linux.do/t/topic/1684562
时间: 2026-03-03 22:35:25
摘要:
x.com




H.E. Justin Sun 👨‍🚀 🌞
@justinsuntron


AI时代全球数字游民候选城市
惠州必须要吹爆

-安全背靠东大,完胜迪拜
-房价/房租/物价极低,完胜曼谷新山
-交通飞机/高铁直通深圳/香港,半小时经济圈
-气候四季如春,完胜纽约伦敦
-有全广东最好的海滩
-有山姆超市
-有与杭州一个级别的西湖
-空气质量全球前列
-罗浮山远超太平山



5:03 PM - 2 Mar 2026



3.2K




290
标题: 求教Notebookllm特殊奇怪用法
作者: #东东
板块: #搞七捻三
编号: 1684566
帖子: https://linux.do/t/topic/1684566
时间: 2026-03-03 22:35:48
摘要:
google ai pro还有三月到期了,目前用法只有上传文档后当做知识库来用,可以做PPT但生成的是图片不能编辑,请教各位大佬有没有其他用法,能用在什么地方?
标题: 关于豆包红包领取两次的方法
作者: #大聪明
板块: #福利羊毛
编号: 1684569
帖子: https://linux.do/t/topic/1684569
时间: 2026-03-03 22:36:04
摘要:
如图
标题: gemini是不是抽风了,渠道是反重力
作者: #momo
板块: #搞七捻三
编号: 1684575
帖子: https://linux.do/t/topic/1684575
时间: 2026-03-03 22:39:09
摘要:
gemini要么乱回复,要么假装自己是用户,要么自己思维链把自己肘死了
标题: 据说,Minecraft’s PS3 版本源代码已经泄露
作者: #stevessr
板块: #前沿快讯
编号: 1684576
帖子: https://linux.do/t/topic/1684576
时间: 2026-03-03 22:39:25
摘要:
Windows Central – 3 Mar 26





Minecraft’s PS3 source code just leaked with a look at scrapped features

Internal development files from Minecraft’s PS3 era have surfaced online, revealing unused ideas, early villager builds, and prototype terrain systems.












https://www.reddit.com/r/GoldenAgeMinecraft/comments/1rhxvqj/legacy_source_code_got_leaked/
看起来是一个演示视频Minecraft Legacy Console's Source Code Just Leaked.

有人去验证一下吗
标题: 关于Gemini深度研究
作者: #Mukuw
板块: #搞七捻三
编号: 1684580
帖子: https://linux.do/t/topic/1684580
时间: 2026-03-03 22:40:37
摘要:
Gemini的深度研究,在开始对话时引入的文件,只作为生成研究计划,而不作为研究时的资料或者上下文吗
标题: 【求助】grok2 在 Cherry Studio 生成图片失败
作者: #misslan
板块: #开发调优
编号: 1684583
帖子: https://linux.do/t/topic/1684583
时间: 2026-03-03 22:40:51
摘要:
佬们,为什么grok2 会出现这种情况,而且也会出现那种裂开的图片。