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
Type
/
to 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 }}
hmmhmmhm
/
ten-framework
Public
forked from
TEN-framework/ten-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ten-framework
core
on
mingw-w
User selector
All users
All time
Commit history
Commits on Dec 29, 2025
fix: temporary fix more import symbol problems
Nie Zhihe
committed
90306cf
View commit details
Copy full SHA for 90306cf
View code at this point
Browse repository at this point
fix: fix MinGW compatibility with explicit type casts for Windows interlocked operations
Nie Zhihe
committed
95f4935
View commit details
Copy full SHA for 95f4935
View code at this point
Browse repository at this point
chore: temporary add args to fix MinGW linker error
Nie Zhihe
committed
798a101
View commit details
Copy full SHA for 798a101
View code at this point
Browse repository at this point
fix: refine set stack size logic
Nie Zhihe
committed
6bf0d17
View commit details
Copy full SHA for 6bf0d17
View code at this point
Browse repository at this point
fix: libten_runtime_python.pyd lib name
Nie Zhihe
committed
6c59d91
View commit details
Copy full SHA for 6c59d91
View code at this point
Browse repository at this point
fix: set stack size for buiding tman on MinGW Win
Nie Zhihe
committed
6d03166
View commit details
Copy full SHA for 6d03166
View code at this point
Browse repository at this point
Revert "Reapply "fix: define TEN_UTILS_EXPORT when compiling api""
Show description for 0b81dca
Nie Zhihe
committed
0b81dca
View commit details
Copy full SHA for 0b81dca
View code at this point
Browse repository at this point
Reapply "fix: define TEN_UTILS_EXPORT when compiling api"
Show description for db4d352
Nie Zhihe
committed
db4d352
View commit details
Copy full SHA for db4d352
View code at this point
Browse repository at this point
Revert "fix: define TEN_UTILS_EXPORT when compiling api"
Show description for bcde57c
Nie Zhihe
committed
bcde57c
View commit details
Copy full SHA for bcde57c
View code at this point
Browse repository at this point
chore: check exportation issue of other extern inline funcs
Nie Zhihe
committed
283dade
View commit details
Copy full SHA for 283dade
View code at this point
Browse repository at this point
fix: undefined ref to inline func `ten_msg_get_raw_msg'
Nie Zhihe
committed
6adae8f
View commit details
Copy full SHA for 6adae8f
View code at this point
Browse repository at this point
fix: undefined ref to inline ten_string_* funcs
Nie Zhihe
committed
3e57f16
View commit details
Copy full SHA for 3e57f16
View code at this point
Browse repository at this point
fix: use InterlockedExchangeAdd64 as an alternative for InterlockedAddAcquire64
Nie Zhihe
committed
df5457c
View commit details
Copy full SHA for df5457c
View code at this point
Browse repository at this point
fix: define TEN_UTILS_EXPORT when compiling api
Nie Zhihe
committed
b0cdec4
View commit details
Copy full SHA for b0cdec4
View code at this point
Browse repository at this point
chore: fPIC flag not needed
Nie Zhihe
committed
7d004aa
View commit details
Copy full SHA for 7d004aa
View code at this point
Browse repository at this point
fix: minGW supports rpath
Nie Zhihe
committed
48a1927
View commit details
Copy full SHA for 48a1927
View code at this point
Browse repository at this point
fix: lib suffix
Nie Zhihe
committed
37ef502
View commit details
Copy full SHA for 37ef502
View code at this point
Browse repository at this point
fix: use ar and set suffix to .a when combining static libs
Nie Zhihe
committed
89c294c
View commit details
Copy full SHA for 89c294c
View code at this point
Browse repository at this point
fix: compiler warning flgs
Nie Zhihe
committed
b848fbc
View commit details
Copy full SHA for b848fbc
View code at this point
Browse repository at this point
fix: SetThreadDescription
Nie Zhihe
committed
3dfd98c
View commit details
Copy full SHA for 3dfd98c
View code at this point
Browse repository at this point
fix: lib suffix .a
Nie Zhihe
committed
dde401d
View commit details
Copy full SHA for dde401d
View code at this point
Browse repository at this point
feat: support adding description in manifest api and interface json files (#1917)
Show description for 69c4da4
sunxilin
and
halajohn
authored
69c4da4
View commit details
Copy full SHA for 69c4da4
View code at this point
Browse repository at this point
Commits on Dec 25, 2025
fix: catch BaseException in Python async extensions (#1921)
sunxilin
authored
f83755b
View commit details
Copy full SHA for f83755b
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
chore: update version numbers across various manifests and header files (#1920)
halajohn
authored
606ed8c
View commit details
Copy full SHA for 606ed8c
View code at this point
Browse repository at this point
feat: fully utilize uv in ten framework (#1904)
Show description for bd7b1f7
sunxilin
authored
bd7b1f7
View commit details
Copy full SHA for bd7b1f7
View code at this point
Browse repository at this point
fix: python test case & improve the user experience of TenError in Python (#1912)
Show description for 81470f7
sunxilin
authored
81470f7
View commit details
Copy full SHA for 81470f7
View code at this point
Browse repository at this point
refactor: pass runtime info as params (#1914)
Show description for 2bcf6f8
FaithfulinLOVE
authored
2bcf6f8
View commit details
Copy full SHA for 2bcf6f8
View code at this point
Browse repository at this point
fix: undefined behavior if build without rust (#1915)
sunxilin
authored
834d714
View commit details
Copy full SHA for 834d714
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
chore: update version number (#1906)
halajohn
authored
4d8f6e5
View commit details
Copy full SHA for 4d8f6e5
View code at this point
Browse repository at this point
Commits on Dec 21, 2025
chore: update version number (#1903)
halajohn
authored
90942eb
View commit details
Copy full SHA for 90942eb
View code at this point
Browse repository at this point
refactor: update from_utf8_lossy to String::from_utf8_lossy in PtyMessage formatting (#1902)
Show description for bf699ef
halajohn
authored
bf699ef
View commit details
Copy full SHA for bf699ef
View code at this point
Browse repository at this point
feat: support opentelemetry (#1862)
Show description for 8706f20
sunxilin
and
halajohn
authored
8706f20
View commit details
Copy full SHA for 8706f20
View code at this point
Browse repository at this point
feat: support tman install --locked & support tracing tman (#1888)
Show description for d511a91
sunxilin
and
halajohn
authored
d511a91
View commit details
Copy full SHA for d511a91
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
chore: update version headers and manifest files across various languages and extensions (#1886)
halajohn
authored
6b6c0e9
View commit details
Copy full SHA for 6b6c0e9
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
fix: refine example app and install tgn with latest version (#1880)
sunxilin
authored
65c0da5
View commit details
Copy full SHA for 65c0da5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.