mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 14:05:08 +00:00
Fix export HTML styling issues
- Match help-bar font size (11px) with header-info - Add newline after 'Available Tools' header - Remove excessive margin-top from tool-output
This commit is contained in:
parent
0addbfec4e
commit
89db7ed024
2 changed files with 5 additions and 5 deletions
6
todo.md
6
todo.md
|
|
@ -1,6 +1,6 @@
|
|||
# Export HTML TODOs
|
||||
|
||||
- [ ] "Ctrl+T toggle thinking · Ctrl+O toggle tools" font size is not the same as all the other font sizes
|
||||
- [x] "Ctrl+T toggle thinking · Ctrl+O toggle tools" font size is not the same as all the other font sizes
|
||||
- [ ] System prompt doesn't show included AGENTS.md, skills. See `packages/coding-agent/src/core/system-prompt.ts`. Can only be done if we export live from a session, not via `--export` CLI flag
|
||||
- [ ] "Available Tools" has no newline after it
|
||||
- [ ] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border
|
||||
- [x] "Available Tools" has no newline after it
|
||||
- [x] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue