Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
opensolon
/
soloncode
Public
Notifications
You must be signed in to change notification settings
Fork
37
Star
191
Code
Issues
9
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
soloncode
soloncode-cli
on
main2
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 1, 2026
修复:非默认语言加载完成后同样派发 i18n:loaded 事件,确保各模块守卫能正确响应语言切换
SolonCode
committed
d05e89c
View commit details
Copy full SHA for d05e89c
View code at this point
Browse repository at this point
优化 国际化处理
noear
committed
a5b0ff5
View commit details
Copy full SHA for a5b0ff5
View code at this point
Browse repository at this point
修复启动竞态:在语言包加载完成后重渲染工作区名、Git栏及模型UI,避免 i18n 键名直接显示
SolonCode
committed
64c03e7
View commit details
Copy full SHA for 64c03e7
View code at this point
Browse repository at this point
修复国际化翻译不随语言切换更新的问题,将 loop 模板、状态映射、权限工具列表等静态常量改为动态 getter 函数;调整设置页语言选择卡片的 DOM 结构与样式类名
SolonCode
committed
0697de0
View commit details
Copy full SHA for 0697de0
View code at this point
Browse repository at this point
优化 国际化处理
SolonCode
committed
ed18715
View commit details
Copy full SHA for ed18715
View code at this point
Browse repository at this point
优化 国际化处理
noear
committed
b81ec5d
View commit details
Copy full SHA for b81ec5d
View code at this point
Browse repository at this point
重构推理强度标签获取逻辑,使用函数动态获取标签对象
SolonCode
committed
387d3f8
View commit details
Copy full SHA for 387d3f8
View code at this point
Browse repository at this point
优化 国际化处理
SolonCode
committed
3e19365
View commit details
Copy full SHA for 3e19365
View code at this point
Browse repository at this point
重构:将通用设置中的语言切换从双按钮切换组替换为可扩展的下拉选择器,支持动态渲染语言列表;同步移除 general-card 的 overflow:hidden 限制以避免下拉被裁剪
SolonCode
committed
aca9015
View commit details
Copy full SHA for aca9015
View code at this point
Browse repository at this point
重构 i18n 动态渲染逻辑:将含嵌入图标的空状态提示文本拆分为多段可翻译片段;将 EFFORT_HINTS 改为惰性求值函数以修复语言加载时序问题;欢迎标题改为监听语言切换事件动态重渲染
SolonCode
committed
2d94078
View commit details
Copy full SHA for 2d94078
View code at this point
Browse repository at this point
将界面语言切换卡片上移至设置页面更靠前的位置,并新增 subTitle 国际化键修正标签文案
SolonCode
committed
1109db9
View commit details
Copy full SHA for 1109db9
View code at this point
Browse repository at this point
优化文件树中特殊工作区 __current_workspace__ 的显示名称为国际化文本;更新 i18n 资源版本号以触发缓存刷新
SolonCode
committed
ad17cf2
View commit details
Copy full SHA for ad17cf2
View code at this point
Browse repository at this point
将工作区列表中"当前工作区"名称改为 i18n 占位符,并新增中英文翻译键以支持国际化显示
SolonCode
committed
88f8fbf
View commit details
Copy full SHA for 88f8fbf
View code at this point
Browse repository at this point
新增拖放区、输入框、Git全选三处 i18n 文案;修复语言切换后工作区名和模型名被覆盖的问题
SolonCode
committed
506672f
View commit details
Copy full SHA for 506672f
View code at this point
Browse repository at this point
为设置页各功能模块补充中英文 i18n 翻译词条,并为 web.html 中硬编码的标签和输入框占位符添加对应的国际化属性绑定
SolonCode
committed
f2155b4
View commit details
Copy full SHA for f2155b4
View code at this point
Browse repository at this point
新增文件树、Git差异、即时通讯绑定、循环任务、记忆管理等多个功能模块的国际化翻译
SolonCode
committed
61b860b
View commit details
Copy full SHA for 61b860b
View code at this point
Browse repository at this point
添加 soloncode web 国际化多语言支持
SolonCode
committed
1fe53be
View commit details
Copy full SHA for 1fe53be
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
完善英文 i18n 文案措辞;新增皮肤主题(默认/护眼/高对比)与附件类型(多模态/文件)的国际化词条
SolonCode
committed
14c2c9a
View commit details
Copy full SHA for 14c2c9a
View code at this point
Browse repository at this point
重构:引入 --accent-fill 主色填充变量并优化对比度皮肤暗色主题配色
SolonCode
committed
b75fbb5
View commit details
Copy full SHA for b75fbb5
View code at this point
Browse repository at this point
重构前端命名规范:统一消息容器与文件树类名,git状态改用语义化类名,并修正拼写错误
SolonCode
committed
f11b266
View commit details
Copy full SHA for f11b266
View code at this point
Browse repository at this point
更新对比主题下用户消息的背景色和文字颜色
SolonCode
committed
0870566
View commit details
Copy full SHA for 0870566
View code at this point
Browse repository at this point
修复流中断注册窗口竞态(以 CompositeDisposable 替换单一 Disposable);前端引入 btnMode 变量消除按钮状态切换延迟并缩短中断超时兜底至 4s,新增 HTTP 失败快速恢复;移除高对比度皮肤冗余边框样式
SolonCode
committed
02dbe7a
View commit details
Copy full SHA for 02dbe7a
View code at this point
Browse repository at this point
将深色主题背景色从蓝紫色调统一改为纯中性灰;高对比度皮肤强调色由蓝色改为近黑/近白无彩色;循环状态标签背景改用rgba半透明色以增强主题适配性
SolonCode
committed
81df289
View commit details
Copy full SHA for 81df289
View code at this point
Browse repository at this point
重构:将 app.css 和 settings.css 中的硬编码颜色值替换为 CSS 变量(--color-success、--color-danger、--accent),提升主题一致性
SolonCode
committed
0c1b1b6
View commit details
Copy full SHA for 0c1b1b6
View code at this point
Browse repository at this point
优化消息导航面板:修正箭头在面板位置被 clamp 后仍正确指向导航条中心;面板展开时自动滚动使当前 active 项居中可见;新增导航块与面板条目的双向 hover 联动高亮
SolonCode
committed
137db72
View commit details
Copy full SHA for 137db72
View code at this point
Browse repository at this point
优化消息导航面板交互:新增悬浮延时关闭防误触、面板垂直居中定位、块直接点击定位;添加面板条目与导航块双向高亮联动及箭头指示样式
SolonCode
committed
6be21c4
View commit details
Copy full SHA for 6be21c4
View code at this point
Browse repository at this point
新增聊天视图右侧消息导航条,支持按用户消息快速跳转及悬浮预览面板
SolonCode
committed
d36581b
View commit details
Copy full SHA for d36581b
View code at this point
Browse repository at this point
修复 SVG/iframe 预览模式切换时外层滚动条状态未同步的问题,并在切换文件时重置容器 overflow 样式以避免残留状态干扰
SolonCode
committed
cdac1ad
View commit details
Copy full SHA for cdac1ad
View code at this point
Browse repository at this point
v2026.7.31
noear
committed
ea05595
View commit details
Copy full SHA for ea05595
View code at this point
Browse repository at this point
删除 PrintMode 中 buildApiRetryEvent 方法及其相关 API 重试事件构建逻辑
SolonCode
committed
1b79ac4
View commit details
Copy full SHA for 1b79ac4
View code at this point
Browse repository at this point
对齐官方 Claude Code 规范:修复 thinking 块字段名为 "thinking"、MCP 服务列表改为对象数组格式;新增 api_retry 流事件构建方法、STDIN 10MB 上限保护、SIGTERM 退出码及 STREAM_JSON 费用字段预计算
SolonCode
committed
6c1293f
View commit details
Copy full SHA for 6c1293f
View code at this point
Browse repository at this point
修复:新 reasonId 到来时主动关闭同 segment 内其他思考块防止 spinner 无限旋转;升级 solon-parent 依赖至 4.0.5-SNAPSHOT
SolonCode
committed
a6da57f
View commit details
Copy full SHA for a6da57f
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
重构压缩阈值属性命名,将summaryWindowSize改为compressionThresholdMessages,并调整会话窗口默认大小
SolonCode
committed
e6e91e7
View commit details
Copy full SHA for e6e91e7
View code at this point
Browse repository at this point
compressionThresholdMessages,并将默认阈值调为 100
SolonCode
committed
b344eaf
View commit details
Copy full SHA for b344eaf
View code at this point
Browse repository at this point
重命名上下文压缩触发消息数配置项 summaryWindowSize 为 compressionThresholdMessages,并将默认阈值从 100 调整为 200,前端保持向下兼容读取旧字段
SolonCode
committed
adceac1
View commit details
Copy full SHA for adceac1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.