LinuxDo 新帖推送
180 subscribers
250K photos
312K links
Download Telegram
标题: 反重力在cc里使用,最近很多编辑文件失败和/compact 错误,大家有解决办法吗
作者: #sonvs
板块: #开发调优
编号: 1501728
帖子: https://linux.do/t/topic/1501728
时间: 2026-01-22 19:21:38
摘要:
我感觉月初还好好的,不懂为啥最近一直在报错
标题: Antigravity怎么在pdf2zh上使用
作者: #zyy
板块: #搞七捻三
编号: 1501739
帖子: https://linux.do/t/topic/1501739
时间: 2026-01-22 19:23:32
摘要:
求助各位佬友,怎么在pdf2zh上使用Antigravity反代出来的API啊,自己设置一直不能成功,求助!!!
标题: 你们的反重力变周限了吗?
作者: #Zeus Jie
板块: #开发调优
编号: 1501741
帖子: https://linux.do/t/topic/1501741
时间: 2026-01-22 19:23:59
摘要:
6 个号 claude 分组都是周限了 大概用了 6 次 5 小时满额
标题: 佬友们这可行否
作者: #Huscake
板块: #搞七捻三
编号: 1501745
帖子: https://linux.do/t/topic/1501745
时间: 2026-01-22 19:24:27
摘要:
现在租房租金是1K是押一付一(加上电押金,小区费约2K),二房东直接给我签了一年说是像随时退随时退,现在让我找接盘的,我现在能直接到月底不给最后一月房租直接润吗
标题: 谁能告诉我Netcup正确的下单姿势啊
作者: #Haskey
板块: #搞七捻三
编号: 1501768
帖子: https://linux.do/t/topic/1501768
时间: 2026-01-22 19:27:41
摘要:
加了购物车,到这里登录ccp后直接进入了ccp页面,在ccp页面点击products再点击右上角的order又进入上图这个页面,一直在循环,我圣诞节就是因为这个,注册了三个号,买一个域名注册一个,买vps注册一个,为了注册账号注册了一个,我都疯了
标题: 马斯克的底裤要被扒光了,超级爆料一个多小时, xAI 工程师被火速解雇
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号: 1501772
帖子: https://linux.do/t/topic/1501772
时间: 2026-01-22 19:28:57
摘要:
参考链接:
WTF is happening at xAI | Sulaiman Ghori
马斯克的底裤要被扒光了,超级爆料一个多小时, xAI 工程师被火速解雇-36氪
标题: 哦,我可爱的马里科帕校友们,你们的邮箱还能用吗?
作者: #beyond510
板块: #搞七捻三
编号: 1501789
帖子: https://linux.do/t/topic/1501789
时间: 2026-01-22 19:31:15
摘要:
我当时申请到了马里科帕社区大学的邮箱之后,就去申请白嫖微软了。刚才我又想到邮箱看一眼,结果发现又上不去了。。。你们的还好吗???
标题: 南方的冬天好冷,室内有什么好的取暖办法吗
作者: #很高的你
板块: #搞七捻三
编号: 1501806
帖子: https://linux.do/t/topic/1501806
时间: 2026-01-22 19:35:58
摘要:
坐标杭州,气温低同时稳定的可怕,0℃±1,要冻死了啊啊啊啊
标题: 反重力求助,谢谢!
作者: #wxy55779
板块: #开发调优
编号: 1501810
帖子: https://linux.do/t/topic/1501810
时间: 2026-01-22 19:36:44
摘要:
看到大家都在用反重力,我心痒痒的,已经用工具登录了三个号,都有额度,但是就是用不了。

有没有大佬指点下。
标题: 新版Claude Cli强制/login
作者: #bernard
板块: #开发调优
编号: 1501812
帖子: https://linux.do/t/topic/1501812
时间: 2026-01-22 19:37:10
摘要:
在新系统上安装claude code时发现cc强制/login。添加完’“hasCompletedOnboarding”: true‘之后仍然显示“invalid API key  Please run /login”,并且有橙字一直提醒现在anthropic不用npm管理了。
之后尝试版本回退到2.1.14,仍然存在同样问题。
解决方法:
1.卸载claude,清除相关文件(非必须)
npm uninstall -g @anthropic-ai/claude-code
rm -rf ~/.claude
rm -rf ~/.claude.json*
rm -rf ~/.local/bin/claude
rm -rf ~/.local/lib/@anthropic*
2.使用官方脚本安装claude code
curl -fsSL https://claude.ai/install.sh | bash
3.使用hash -r 清除命令缓存(非必须)
4.修改~/.claude.json
对比新旧json,发现anthropic简直阴得没边,两个json中差很多内容。对比后尝试把下面这几行加入到.claude.json末尾:
“hasCompletedOnboarding”: true,
“lastOnboardingVersion”: “1.0.98”,
“hasOpusPlanDefault”: false,
“isQualifiedForDataSharing”: false,
“subscriptionNoticeCount”: 0,
“hasAvailableSubscription”: false,
“hasUsedBackslashReturn”: true,
“changelogLastFetched”: 1768708093113,
“lastReleaseNotesSeen”: “2.1.14”,
“hasAcknowledgedCostThreshold”: true,
“sonnet45MigrationComplete”: true,
“sonnet45MigrationTimestamp”: 1760632448891,
“opus45MigrationComplete”: true,
“officialMarketplaceAutoInstallAttempted”: true,
“officialMarketplaceAutoInstalled”: true,
“thinkingMigrationComplete”: true,
“opusProMigrationComplete”: true,
“cachedChromeExtensionInstalled”: false
标题: 佬们, Claude Code2.1.15 最新版终端ESC键是不是失效了
作者: #nanfeiyan
板块: #开发调优
编号: 1501815
帖子: https://linux.do/t/topic/1501815
时间: 2026-01-22 19:37:35
摘要:
标题: 新人来linuxdo,注册两个月了一直没摸透规则,请教下大佬们
作者: #chatubuntu
板块: #搞七捻三
编号: 1501828
帖子: https://linux.do/t/topic/1501828
时间: 2026-01-22 19:40:06
摘要:
我想升级有啥办法吗,我还想把CSDN全部内容转到这个站,linuxdo会和常青藤一样稳定运营下去吗
标题: 佬们,我有个问题:其他CLI比如codex和gemini cli能读取claude的对话内容吗
作者: #Gongyi_Churen
板块: #开发调优
编号: 1501843
帖子: https://linux.do/t/topic/1501843
时间: 2026-01-22 19:45:01
摘要:
rt,想知道如果知道对话记录的文件位置知道可不可以用别的ai牛(bushi