shithub
tenseleyflow
/
loader
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
loader
Public
Notifications
Fork
0
Star
0
Commits
d693a7dc174bc29fb97fb71be52385842aaa8731
Switch branches/tags
Branches
Tags
trunk
default
No tags found.
All users
espadonne
View commits for all users
All time
April
2026
‹
›
Su
Mo
Tu
We
Th
Fr
Sa
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
Commits on April 12, 2026
Update README with install instructions, current architecture, and key options
espadonne
committed
1 month ago
d693a7d
Add CI: pytest across 3.11-3.13, ruff, mypy
espadonne
committed
1 month ago
3465d3c
Remove workspace boundary from read-only tools (read, glob, grep)
espadonne
committed
1 month ago
51bdf4d
Fix false text loop detection: raise thresholds, reset history between turns
espadonne
committed
1 month ago
9a32994
Show file content preview in tool widget for write/edit calls before approval
espadonne
committed
1 month ago
b2fd90c
Fix input lockout: restore focus after worker completes, simplify steering guard
espadonne
committed
1 month ago
0f650d2
Expand content preview limits in tool widget args display
espadonne
committed
1 month ago
b4e2297
Cap tool widget height and force auto-height on child statics
espadonne
committed
1 month ago
01f3beb
Handle Y/n keys at app level for approval, bypassing widget focus issues
espadonne
committed
1 month ago
d66908d
Resolve tilde in touched file paths so verification test -f uses correct absolute path
espadonne
committed
1 month ago
79dc7fb
Always append tool results to session before verification gate check
espadonne
committed
1 month ago
395c2ec
Add runtime logging to DoD verification gate
espadonne
committed
1 month ago
dd052a1
Format tool_calls with function wrapper for Ollama conversation history
espadonne
committed
1 month ago
f063e57
Add structured runtime logging at turn loop, tool execution, session context, and completion gates
espadonne
committed
1 month ago
06f8c45
Use Rich Text objects in tool widget to prevent markup errors from brackets in results
espadonne
committed
1 month ago
67408f6
Simplify approval bar to single Static with inline Rich markup
espadonne
committed
1 month ago
29164ee
Fix layout: 4-row grid for approval bar, height:auto on tool widgets
espadonne
committed
1 month ago
e3cb8ed
Make approval bar visible: explicit height, warning background, remove dock overlap
espadonne
committed
1 month ago
7aa768e
Fix approval bar focus: class-level can_focus and timer-deferred focus
espadonne
committed
1 month ago
b41bd6b
Defer approval bar focus until after CSS transition completes
espadonne
committed
1 month ago
17fd0ff
Prompt user for approval on writes outside workspace instead of blocking
espadonne
committed
1 month ago
8cdd374
Show error state for failed write/edit tool calls instead of DiffWidget
espadonne
committed
1 month ago
520c30f
Collect native tool_calls from non-final streaming chunks
espadonne
committed
1 month ago
3585027
Parse <function=name> tool call format and strip param descriptions for Ollama
espadonne
committed
1 month ago
1ccb496
Update tests for native mode prompt and few-shot changes
espadonne
committed
1 month ago
e519569
Remove bracket tool-call instructions for native mode so models use API tool calling
espadonne
committed
1 month ago
3ba7f7a
Add missing required_evidence and missing_evidence fields to TaskCompletionCheck
espadonne
committed
1 month ago
c66d15b
Fix capability resolution: strip :tag from model names, use prefix matching for family heuristic
espadonne
committed
1 month ago
46cff53
Add qwen3, devstral, gemma4 to native tool families
espadonne
committed
1 month ago
0e59810
Commits on April 9, 2026
Plan Sprint 26 verification attempt timeline work
espadonne
committed
1 month ago
cf8a60e
Older