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
Accelerator
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
.
devlive-community
/
codeforge
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
125
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Refactor snippets storage to SQLite and enhance AI code features
- #79
#79
Merged
qianmoQ
merged 22 commits into
devlive-community:dev
devlive-community/codeforge:dev
from
qianmoQ:dev-26.1.0
qianmoQ/codeforge:dev-26.1.0
Copy head branch name to clipboard
Jun 5, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Refactor snippets storage to SQLite and enhance AI code features
#79
qianmoQ
merged 22 commits into
devlive-community:dev
devlive-community/codeforge:dev
from
qianmoQ:dev-26.1.0
qianmoQ/codeforge:dev-26.1.0
Copy head branch name to clipboard
Commits
Commits on Jun 5, 2026
feat: 代码片段 (snippets)
Show description for db3da22
qianmoQ
committed
db3da22
View commit details
Copy full SHA for db3da22
Browse repository at this point
refactor: 代码片段改存 SQLite 数据库
Show description for 3864b60
qianmoQ
committed
3864b60
View commit details
Copy full SHA for 3864b60
Browse repository at this point
refactor: 全部配置改用 SQLite 键值存储,移除 localStorage
Show description for 54dd86b
qianmoQ
committed
54dd86b
View commit details
Copy full SHA for 54dd86b
Browse repository at this point
feat: AI 代码预测进行中状态提示
Show description for d4d9c3a
qianmoQ
committed
d4d9c3a
View commit details
Copy full SHA for d4d9c3a
Browse repository at this point
feat: 幽灵补全显示时提示「Tab 接受 · Esc 取消」
Show description for 1f64485
qianmoQ
committed
1f64485
View commit details
Copy full SHA for 1f64485
Browse repository at this point
feat: 应用 AI 代码前先弹差异预览确认
Show description for ff2fe19
qianmoQ
committed
ff2fe19
View commit details
Copy full SHA for ff2fe19
Browse repository at this point
feat: 集成终端
Show description for 44cb6c2
qianmoQ
committed
44cb6c2
View commit details
Copy full SHA for 44cb6c2
Browse repository at this point
fix: 终端固定深色配色
Show description for b5b0921
qianmoQ
committed
b5b0921
View commit details
Copy full SHA for b5b0921
Browse repository at this point
fix: 终端改为布局内停靠面板,拖拽高度时编辑区/目录自适应
Show description for 3a7fe26
qianmoQ
committed
3a7fe26
View commit details
Copy full SHA for 3a7fe26
Browse repository at this point
feat: 状态栏显示光标位置(行:列)与选中字符数
Show description for 1af8761
qianmoQ
committed
1af8761
View commit details
Copy full SHA for 1af8761
Browse repository at this point
feat: 最近文件优先(Cmd+P)
Show description for 81f01e5
qianmoQ
committed
81f01e5
View commit details
Copy full SHA for 81f01e5
Browse repository at this point
feat: AI 格式化代码
Show description for bd2ab0a
qianmoQ
committed
bd2ab0a
View commit details
Copy full SHA for bd2ab0a
Browse repository at this point
feat: 终端多标签
Show description for 1d8618e
qianmoQ
committed
1d8618e
View commit details
Copy full SHA for 1d8618e
Browse repository at this point
fix: 终端收起保留会话,chrome 统一深色
Show description for 01cf914
qianmoQ
committed
01cf914
View commit details
Copy full SHA for 01cf914
Browse repository at this point
feat: 面包屑路径导航
Show description for 5204afc
qianmoQ
committed
5204afc
View commit details
Copy full SHA for 5204afc
Browse repository at this point
fix: 面包屑包含根文件夹名,根目录下文件不再只剩单段
Show description for 1698281
qianmoQ
committed
1698281
View commit details
Copy full SHA for 1698281
Browse repository at this point
fix: 仅编辑器布局的头部也显示面包屑
Show description for fd157b4
qianmoQ
committed
fd157b4
View commit details
Copy full SHA for fd157b4
Browse repository at this point
fix: 编辑器头部不换行,面包屑过长横向滚动
Show description for bb738a7
qianmoQ
committed
bb738a7
View commit details
Copy full SHA for bb738a7
Browse repository at this point
fix: 面包屑横向滚动隐藏滚动条
Show description for d700079
qianmoQ
committed
d700079
View commit details
Copy full SHA for d700079
Browse repository at this point
feat: 新增 JSON/XML/YAML/Markdown/纯文本 语言插件
Show description for de7f2ea
qianmoQ
committed
de7f2ea
View commit details
Copy full SHA for de7f2ea
Browse repository at this point
feat: 文本类语言的 CodeMirror 高亮与图标兜底
Show description for 1bcaf3e
qianmoQ
committed
1bcaf3e
View commit details
Copy full SHA for 1bcaf3e
Browse repository at this point
feat: 新增语言图标,YAML 支持 .yml 后缀
Show description for 72f3a02
qianmoQ
committed
72f3a02
View commit details
Copy full SHA for 72f3a02
Browse repository at this point
You can’t perform that action at this time.