Agent Zero AI framework
main
improve: text_editor allow patch-after-patch only for in-place edits (N→N)
linuztx committed 7 months ago
fix: text_editor clear mtime after patch so next patch requires re-read
linuztx committed 7 months ago
improve: text_editor add mtime checks and prompts for patch read validation
linuztx committed 7 months ago
fix: text_editor add trailing newline to patch content to avoid line merging
linuztx committed 7 months ago
improve: text_editor include written content in response
linuztx committed 7 months ago
Merge pull request #1057 from 3clyp50/feat/proj-inherit
Jan Tomášek committed 7 months ago
improve: text_editor include patched region in response
linuztx committed 7 months ago
improve: text_editor tool system prompt instructions
linuztx committed 7 months ago
fix: right-justify line numbers in text_editor:read for consistent alignment
linuztx committed 7 months ago
refactor: move get_config from file_ops.py to text_editor.py to keep file_ops pure
linuztx committed 7 months ago
fix: make text_editor line numbering 1-based to match grep/sed/editors
linuztx committed 7 months ago
fix: update file operations for inclusive line range handling
linuztx committed 7 months ago
feat: add text editor plugin with file read, write, and patch capabilities
linuztx committed 7 months ago
fix(security): add Secure flag to CSRF cookie on HTTPS
Deimos AI committed 7 months ago
Merge pull request #1134 from 3clyp50/plugin4
Jan Tomášek committed 7 months ago
Merge pull request #1141 from 3clyp50/ui-vars
Jan Tomášek committed 7 months ago
polish full-screen-input toolbar css
Alessandro committed 7 months ago
fix full-screen-input bg contrast
Alessandro committed 7 months ago
ui: enhance chat input vertical expansion and auto-resize
Alessandro committed 7 months ago
cleanup, simpler toggling logic
Alessandro committed 7 months ago