alpha
Login
or
Join now
callie.on-her.computer
/
tau
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
more up to date at codeberg https://codeberg.org/cowie/tau.git
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
tau
/
packages
/
coding-agent
/
src
/
core
/
export-html
/
at
main
1 folder
6 files
Armin Ronacher
fix(export-html): escape quotes in exported attributes
2mo ago
b3ed5459
vendor
WIP: Rewrite export-html with tree sidebar, client-side rendering - Add tree sidebar with search and filter (Default/All/Labels) - Client-side markdown/syntax highlighting via vendored marked.js + highlight.js - Base64 encode session data to avoid escaping issues - Reuse theme.ts color tokens via getResolvedThemeColors() - Sticky sidebar, responsive mobile layout with overlay - Click tree node to scroll to message - Keyboard shortcuts: Esc to reset, Ctrl/Cmd+F to search
7 months ago
ansi-to-html.ts
fix(export-html): escape quotes in exported attributes closes #4832
2 months ago
index.ts
fix(coding-agent): Clean up Path Handling (#4873)
2 months ago
template.css
fix(coding-agent): strip skill wrapper XML from HTML export user messages (#4234) Skill slash commands store a structural <skill>...</skill> wrapper in raw user messages. The TUI uses parseSkillBlock() to split this into separate SkillInvocationMessageComponent and UserMessageComponent siblings, but the HTML export renderer passed the full raw text through markdown, causing broken/dangling XML tags to appear in exported HTML. Add parseSkillBlock() to the export template and render skill-invocation and user-message as separate sibling blocks: - Sidebar tree shows skill name + user prompt separately - Content area shows a clickable skill-invocation block (collapsed by default, markdown content on expand) followed by the user message - Copy-link button preserved on the wrapper element - Toggle tools (O key) expands/collapses skill invocations alongside compaction and tool output blocks
2 months ago
template.html
feat(coding-agent): add resizable share sidebar (#2435)
4 months ago
template.js
fix(export-html): escape quotes in exported attributes closes #4832
2 months ago
tool-renderer.ts
chore(ts): use source import extensions
2 months ago