听你的代理人在你的代码中挣扎。
Hear your agent suffer through your code

原始链接: https://github.com/AndrewVos/endless-toil

## 无尽的辛劳:带有戏剧效果的代码调试 无尽的辛劳是一个为Codex和Claude等编码代理设计的插件,为代码审查增添了一种幽默(且略带不安)的元素。当代理遇到越来越复杂或“受诅咒”的代码时,它会播放人类痛苦升级的声音——呻吟、哀嚎等等。 安装过程包括克隆仓库,并将其作为本地市场添加到你的Codex Desktop或Claude环境中。然后,你需要在新的线程中明确要求你的代理*使用*无尽的辛劳;它不会自动激活。 该插件需要Python 3.10+和一个本地音频播放器(macOS上的afplay,Linux上的paplay/aplay/ffplay)才能完全发挥功能,但即使没有音频播放器,它仍然可以扫描代码。原始资源中提供了详细的安装说明和文档链接。

黑客新闻 新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 听听你的代理在你的代码中挣扎 (github.com/andrewvos) 8 分,AndrewVos 1小时前 | 隐藏 | 过去 | 收藏 | 讨论 帮助 考虑申请YC 2026年夏季项目!申请截止至5月4日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请YC | 联系 搜索:
相关文章

原文

Hear your agent suffer through your code.

Endless Toil

Endless Toil runs alongside your coding agent in real time, playing escalating recorded human groans as the code it reads starts to look more cursed.

Note: installing the plugin does not make it auto-activate in every thread by default. Start a new thread and ask Codex or Claude to use Endless Toil.

Clone this repository somewhere on your machine, then open that directory in Codex Desktop.

  1. Open Plugins.
  2. Search or browse for Endless Toil, then open its details.
  3. Select the plus button or Add to Codex.
  4. If prompted, complete any setup steps.
  5. Start a new thread and ask Codex to use Endless Toil.

From Codex CLI, add this repository as a local marketplace root:

codex plugin marketplace add .

Then open the plugin browser:

Choose the Endless Toil marketplace, install Endless Toil, restart Codex if needed, and invoke the plugin or its bundled skill from a new thread.

Clone this repository somewhere on your machine, then start Claude from this repository root.

Add this repository as a local plugin marketplace:

/plugin marketplace add .

Then install the plugin:

/plugin install endless-toil@endless-toil

Restart Claude Code if prompted, then invoke the bundled skill:

From this repository root:

python3 plugins/endless-toil/skills/endless-toil/scripts/test_sounds.py --list
python3 plugins/endless-toil/skills/endless-toil/scripts/test_sounds.py groan wail abyss
  • Python 3.10+
  • A local audio player: afplay on macOS, or paplay, aplay, or ffplay on Linux

If an audio player is unavailable, Endless Toil still prints scan results, but it will not play sounds.

Plugin structure and marketplace layout follow the OpenAI Codex and Claude Code plugin docs:

https://developers.openai.com/codex/plugins https://code.claude.com/docs/en/plugins

联系我们 contact @ memedata.com