<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dborg/internal, branch v1.0.5</title>
<subtitle>dborg repository</subtitle>
<id>http://git.db.org.ai/dborg/atom?h=v1.0.5</id>
<link rel='self' href='http://git.db.org.ai/dborg/atom?h=v1.0.5'/>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/'/>
<updated>2025-11-20T04:59:59Z</updated>
<entry>
<title>feat: add changelog display and version comparison to update command</title>
<updated>2025-11-20T04:59:59Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-20T04:59:59Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=bc31d9cc8f93a5efef958872f48f3f4370ed5e29'/>
<id>urn:sha1:bc31d9cc8f93a5efef958872f48f3f4370ed5e29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add idle timeout handling for streaming crawl connections</title>
<updated>2025-11-20T04:53:30Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-20T04:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=074cdcf66631346f7c289b4b783dbbf0f9406897'/>
<id>urn:sha1:074cdcf66631346f7c289b4b783dbbf0f9406897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: switch to authenticated client and update github lead model to use profile data instead of commit metadata</title>
<updated>2025-11-19T17:39:35Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-19T17:39:35Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=0c209ada2314cb5e4cf123477ee246b5afc70939'/>
<id>urn:sha1:0c209ada2314cb5e4cf123477ee246b5afc70939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove api documentation and refactor github leads + crawl commands to add new parameters</title>
<updated>2025-11-18T11:36:53Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-18T11:36:53Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=d77b81ec36a6995af6a8039121d19802bab8352e'/>
<id>urn:sha1:d77b81ec36a6995af6a8039121d19802bab8352e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: add comprehensive api endpoints documentation and expand cli functionality</title>
<updated>2025-11-16T07:40:58Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-16T07:40:58Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=76d0cff639988ca506b1dc6e848841944c96b263'/>
<id>urn:sha1:76d0cff639988ca506b1dc6e848841944c96b263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: improve file display formatting and metadata handling</title>
<updated>2025-11-14T02:53:58Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-14T02:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=239936e87183a10a33ce593709eb16c92a04af98'/>
<id>urn:sha1:239936e87183a10a33ce593709eb16c92a04af98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>created pretty printing for all commands</title>
<updated>2025-11-13T19:43:15Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-13T19:43:15Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=344a6f6415c3c1b593677adec3b8844e0839971b'/>
<id>urn:sha1:344a6f6415c3c1b593677adec3b8844e0839971b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: replace @latest with specific version tags for precise updates</title>
<updated>2025-11-11T20:10:26Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-11T20:10:26Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=a5fc01a03753c9a18ddeaf13610dd99b4b311b80'/>
<id>urn:sha1:a5fc01a03753c9a18ddeaf13610dd99b4b311b80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: restructure client modules and add config file support</title>
<updated>2025-11-10T20:22:32Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-10T20:22:32Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=8383a241fc3cf5b022c9c53f8f19690edf04177b'/>
<id>urn:sha1:8383a241fc3cf5b022c9c53f8f19690edf04177b</id>
<content type='text'>
- Split large osint.go client into focused modules (bssid.go, breachforum.go, buckets.go, etc.)
- Add config file support with init command for API key management
- Remove api-key flag in favor of config file + env var fallback
- Update API paths to remove /osint prefix
- Add crawl endpoint streaming support
- Improve error handling with 402 payment required status
</content>
</entry>
<entry>
<title>refactor: add admin fields to account model and simplify credits structure</title>
<updated>2025-11-10T18:57:45Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-10T18:57:45Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=9a9e79f232b83d3bd2a816287272515863df1299'/>
<id>urn:sha1:9a9e79f232b83d3bd2a816287272515863df1299</id>
<content type='text'>
</content>
</entry>
</feed>
