[37m- New toHTTPie() function builds an httpie command from raw request[0m
[37m- Added "httpie" case in formatAs() switch[0m
[37m- Uses util.ParseRawRequest; model lists httpie as a selectable format[0m
[37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>[0m
[37m- Add internal/util/rawhttp.go with ParseRawRequest and SortedHeaderLines[0m
[37m- Refactor intercept/format.go and ui/intercept/helpers.go to use them[0m
[37m- Eliminates duplicated bufio.Reader + textproto parsing spread across 3+ files[0m
[37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>[0m
[37m- SQL query mode uses read-only SQLite connection with PRAGMA query_only=ON[0m
[37m- Lua sandbox removes dofile/loadfile/load after OpenBase to block file access[0m
[37m- Plugin manager sorts by priority once at load time; GetPlugins is a plain copy[0m
[37m- Proxy appends [body truncated] marker when body hits size limit[0m
[37m- App startup exits with os.Exit(1) on DB open failure[0m
[37m- tickCmd uses tea.Tick instead of time.Sleep in a goroutine[0m
[37m- ErrMsg with non-nil error shows notification then quits[0m
[37m- DB stores path for use by read-only query connection[0m
[37m- WAL journal mode + NORMAL synchronous set in migrate()[0m
[37m- config.go uses errors.Is(err, os.ErrNotExist)[0m
[37m- main.go uses os.UserHomeDir() and removes racy port pre-check[0m
[37m- findings renderer is cached and rebuilt only on width change[0m
[37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>[0m