Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数784,746 次浏览

在这个频道里搜索消息……

t.me/reorx_share

https://github.com/laosb/agentc
之前借 @hatschannel 寶地推銷了一下自己寫的 claudec ,用來快速在Apple Container裡面啟動一個Claude Code並自動把當前目錄mount進去。
一個禮拜過去,現在它已經從一個shell script變成了一個full-on CLI tool written in Swift,支援了Linux,支援用Docker(-compatible)的container runtime,並且開始以configuration file的形式支援任意coding agent CLI(目前我加上了我自己也在用的GitHub Copilot CLI支援)。
在我自己使用的過程中,我也加上了mount更多folder、排除特定subfolder的能力。
這個專案現在改名 agentc ,希望對大家也有用。