Changelog
Release history, recent commits, and development velocity for the scorpiox code C codebase.
Project Overview
772
Total Commits
476
Last 30 Days
73
Last 7 Days
111.1
Avg/Week
543,672
Lines Added (30d)
2026-01-23
First Commit
Recent Changes
| Hash | Date | Type | Message | Diff |
|---|---|---|---|---|
fdba5a1 |
2026-03-13 | fix | config: TMUX_MODE=local, fix .4 → .3 (same host) | +3 -3 |
4cadcf6 |
2026-03-12 | fix | fix sx_dll_wasm.c: restore sx_tools.h include for sx_tools_set_extra_json | +1 -0 |
6cf2eaf |
2026-03-12 | fix | fix sx_dll_wasm.c: 5 compile errors in WASM sx-lib target | +4 -13 |
7a9fc24 |
2026-03-12 | feature | add sx-lib WASM target: headless DLL API for web embedding | +496 -0 |
5c54c9b |
2026-03-12 | config | Default proxy setting to OFF (CLAUDE_CODE_PROXY_ENABLED=0) | +3 -3 |
4b91123 |
2026-03-12 | fix | fix: InvokeSkill fails on large SKILL.md files (>8KB) | +10 -3 |
f8a9913 |
2026-03-12 | config | bump CONTEXT_CLEAR_THRESHOLD from 150K to 190K | +9 -5 |
5e0af4f |
2026-03-11 | feature | feat: add proxy settings to scorpiox-config TUI | +12 -0 |
8576277 |
2026-03-11 | fix | fix: proxy fallback memory safety — don't free json_request before goto | +4 -2 |
ea530d4 |
2026-03-11 | feature | feat: proxy fallback for Claude Code API | +92 -11 |
904c818 |
2026-03-11 | fix | fix(beam): include |
+1 -0 |
275bbfc |
2026-03-11 | fix | fix: git bundle syntax — use branch ref not --branches flag | +1 -1 |
5d6b461 |
2026-03-11 | feature | feat: configurable Claude Code API URL + Windows git bundle sync | +63 -7 |
5f0ce02 |
2026-03-10 | feature | wire up pipeline_log() calls in scorpiox-init | +37 -2 |
96c7bdb |
2026-03-10 | feature | feat: add scorpiox-init-service wrapper for container tool loading | +4 -0 |
854a13b |
2026-03-10 | refactoring | remove: INIT_TOOLS/scorpiox-init from SDK | +0 -16 |
2f214fe |
2026-03-10 | fix | fix: case-insensitive .Agents validation, increase skills limit to 200 | +9 -3 |
05341c6 |
2026-03-09 | feature | libtb4: increase ACK timeout to 600s for large model support | +1 -1 |
244c664 |
2026-03-09 | feature | libtb4: background keepalive thread for prompt cache support | +39 -1 |
e9d6258 |
2026-03-09 | feature | libtb4: add keepalive and increase timeout for idle stability | +48 -5 |
2c5292f |
2026-03-08 | fix | Fix Windows copy/paste: Win32 clipboard API, mouse button tracking | +166 -33 |
9203440 |
2026-03-08 | fix | thunderbolt4: flush BPF buffer after discovery to fix META handshake | +16 -0 |
7fec5b4 |
2026-03-08 | feature | scorpiox-sshpass: add SCP passthrough mode | +37 -1 |
83ea77c |
2026-03-08 | feature | libtb4: add stream transport library for TB4 raw Ethernet RPC | +941 -0 |
36535c5 |
2026-03-08 | refactoring | thunderbolt4: revert to v3 (118µs best) — remove template/pinning/mlock | +8 -48 |
b9a19ef |
2026-03-07 | feature | feat: add tool_result image_url support for vision tool responses | +37 -3 |
3a7c2ef |
2026-03-07 | feature | feat: TOOL_RESULT_IMAGE — tools can return images to Claude | +57 -2 |
fc14f5e |
2026-03-07 | feature | improve ReadImage tool: support JPEG, GIF, WEBP + better error messages | +51 -12 |
f2e6d59 |
2026-03-06 | feature | feat: add ReadImage tool — read PNG files and send as base64 to Claude | +118 -0 |
d3a1b89 |
2026-03-06 | refactoring | tools: refactor tool registration to use sx_tool_entry table | +62 -87 |
44913b0 |
2026-03-06 | feature | feat: SetCallback tool — scheduled timed callbacks | +194 -0 |
6bd8917 |
2026-03-05 | fix | fix: agent tool_use streaming — handle partial JSON in content blocks | +43 -8 |
af9de02 |
2026-03-05 | feature | feat: BackgroundBash tool for async command execution | +231 -0 |
a2c9f71 |
2026-03-05 | feature | feat: TaskManager persistent task tracking across context switches | +186 -0 |
9e80bc3 |
2026-03-04 | feature | feat: PlanMode for complex task planning with markdown output | +143 -0 |
c71ae34 |
2026-03-04 | feature | feat: AskUserQuestion TUI — interactive multiple choice prompts | +167 -0 |
d9127f5 |
2026-03-04 | feature | feat: InvokeSkill — reusable skill system with SKILL.md files | +98 -0 |
b5e3102 |
2026-03-03 | config | config: add CLAUDE_CODE_MAX_TOOL_OUTPUT_SIZE=512000 | +5 -1 |
7f94da1 |
2026-03-03 | feature | feat: WebSearch tool — concurrent multi-engine search | +312 -0 |
1c8ef23 |
2026-03-02 | feature | feat: ReadDocs headless browser URL fetcher with JS rendering | +189 -0 |
Most Changed Files
scorpiox/sx.c
126 changes
scorpiox/CMakeLists.txt
125 changes
scorpiox/scorpiox-env.txt
94 changes
scorpiox/libsxnet/sx_agent.c
81 changes
scorpiox/scorpiox-config.c
72 changes
scorpiox/libsxnet/sx_provider_claude_code.c
57 changes
scorpiox/libsxnet/sx_claude.c
50 changes
scorpiox/libsxutil/sx_config.c
48 changes
release.ps1
42 changes
scorpiox/scorpiox-sdk.c
41 changes
scorpiox/sx_term.c
39 changes
scorpiox/main.c
37 changes
scorpiox/scorpiox-tmux.c
32 changes
scorpiox/libsxnet/sx_agent.h
32 changes
scorpiox/scorpiox-unshare.c
30 changes
Contributors
S
ScorpioX
dev@scorpiox.net
627
commits
S
scorpiox
scorpiox@scorpiox.net
143
commits
S
scorpioxinc
partner@scorpioplayer.com
3
commits
P
Pico
pico@scorpiox.net
1
commits
P
Pico
picobot@scorpioplayer.com
1
commits
S
sx
sx@sx
1
commits