第一次对话
安装配置好后,开始你的第一次对话
启动对话
axoncog chat
# 或者启动后台模式
axoncog daemon
对话示例
你: 帮我看看这个 bug
AxonCog 检测到你在调试 auth.rs 文件
AI: 检测到你在 auth.rs 第 42 行调试了 15 分钟。看起来是 token 验证的问题?
你: 对,token 过期时间好像不对
AI: 我看了代码,exp 字段用的是小时而不是秒。改成这样:
let exp = now.timestamp() + 3600; // 1小时后过期
常用命令
axoncog chat启动交互对话axoncog status查看当前状态axoncog focus start开始专注会话axoncog provider use <name>切换 Provider