alpha
Login
or
Join now
long.tngl.sh
/
paimon
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
paimon The best travel companion ever!
Star
1
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
Pipelines
paimon
/
tests
/
at
master
14 files
An Long
🔥 Drop version fields from session logs
3d ago
93aa5821
helpers.py
🔥 Drop version fields from session logs
3 days ago
test_agent.py
♻️ Open sessions through Agent.open instead of the constructor
3 days ago
test_app.py
💄 Give the todo panel its own frame and keep past plans in the log The panel was a bare Static rendered at the same weight as one-off tool output, its completed rows were the brightest thing in the list, and each revision removed the panel and remounted it at the tail — losing the plan history and jolting the scroll position. It now carries a left border and a "Plan n/m" header, dims and strikes finished rows so the accent lands on whatever is in progress, and uses markers that are all narrow-width so labels stay aligned on terminals that draw ambiguous-width glyphs double wide. Consecutive revisions still update one panel in place, but once anything is logged under it the panel stays as a snapshot and the next revision starts a new one.
3 days ago
test_cli.py
🔥 Drop version fields from session logs
3 days ago
test_compaction.py
♻️ Own the compaction checkpoint message shape in session
3 days ago
test_diff.py
✨ Show side-by-side diffs in tool confirmations via delta or difflib
5 days ago
test_headless.py
✅ Hold the TUI renderer to the same event-coverage guard
3 days ago
test_llm.py
✨ Support the Anthropic wire dialect alongside the OpenAI one
3 days ago
test_lockfile.py
✨ Lock active sessions so two processes cannot resume the same one
4 days ago
test_mentions.py
♻️ Simplify @path mentions to inline-or-reference Small files are inlined in full; anything larger, or not valid UTF-8, is referenced by absolute path for the model to read on demand. This drops the preview tier, whose truncated body the model could not rely on anyway, and with it the sha256 version table, tag restoration from persisted messages and the expander rebuild after compaction. Mentions that name no readable file are now left verbatim rather than expanded into an error tag, so pasted decorators and email addresses survive. Sentence punctuation glued to a mention is no longer swallowed by the path.
3 days ago
test_reasoning.py
♻️ Open sessions through Agent.open instead of the constructor
3 days ago
test_retry.py
♻️ Open sessions through Agent.open instead of the constructor
3 days ago
test_session.py
🔥 Drop version fields from session logs
3 days ago
test_tools.py
🐛 Bound command cleanup time
3 days ago