AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
work_mode.go
根目录
/
internal
/
cli
/
work_mode.go
1
package cli
2
3
// Work-mode helpers live in preset.go. This file remains so historical
4
// references to "work mode" resolve in git history; runtime entry points are
5
// /preset, --preset, and the dual-write TokenMode/AgentPreset mapping.
6
6 lines
GO