meet exponential, a tiny linear clone that lets agents manage issues locally & free
- no dependencies except bun
- installation is just downloading the script into your project
- hook and tool agent prompts available in README
- uses local RAG for search
https://t.co/oWAGnEgcAb
i feel like people overcomplicate git hooks. just put them in .githooks and on `install` just cp them to .git/hooks/
stop using weird dependencies for this
@awwright i don't know what you mean by cookies breaking http syntax. cookies are a secure store for browsers since the browser cannot access cookies in the way that XSS attacks can access local storage and session storage
websocket upgrades aren't cacheable requests
@malhalwachi2000@ethanniser @medreselikasif @BKAngryKing its generally bad practice if you use security tokens in browser navigation because your browser can log or cache urls you visit, but not necessarily for websocket/fetch/xhr.
check this post https://t.co/pJVL79Tgrl
docs: https://t.co/QT1SP2eRKr
@ethanniser @medreselikasif @BKAngryKing if you're doing cookie based auth this isn't a problem
if you're doing header auth then instead you can just set query params. query params are encrypted in https
if you read the docs its actually pretty clear why they dont let you send arbitrary headers in websockets