GitHub - patriceckhart/zot-answer: An zot extension that opens /answer and lets you answer numbered questions from the last assistant message in an interactive panel. · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
patriceckhart
zot-answer
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>2 Commits<br>2 Commits
assets
assets
LICENSE
LICENSE
README.md
README.md
extension.json
extension.json
index.ts
index.ts
View all files
Repository files navigation
zot-answer
TypeScript zot extension that opens /answer and lets you answer numbered questions from the last assistant message in an interactive panel.
Behavior
Watches assistant_message events and stores the latest assistant text.
Registers a single slash command: /answer.
Extracts numbered questions like 1. , 2. , 3. .
Opens a panel with one answer field per question.
Type to fill the current answer.
Use up / down to move between answers.
Press enter to submit the answers as a prompt to the agent.
Press esc to cancel.
The answer text is rendered in the terminal's normal foreground color; only the Answer: label is muted.
You can also pass questions directly:
/answer 1. First question? 2. Second question?
Run for development
zot --ext .
Then use /answer in zot.
Install
zot ext install .
Restart zot, or run /reload-ext if zot is already open.
Runtime
The manifest uses:
"exec": "npx",<br>"args": ["--yes", "tsx", "index.ts"]
That avoids requiring a local package setup. If you have global tsx, you can change it to:
"exec": "tsx",<br>"args": ["index.ts"]
License
MIT
About
An zot extension that opens /answer and lets you answer numbered questions from the last assistant message in an interactive panel.
Topics
zot-extension
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
No releases published
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
TypeScript<br>100.0%
You can’t perform that action at this time.