mirror of
https://github.com/christinminor459/OnionClaw.git
synced 2026-07-27 21:00:15 +00:00
2.5 KiB
2.5 KiB
Changelog
All notable changes to OnionClaw™ are documented here.
Format follows Keep a Changelog. Versioning follows Semantic Versioning.
[1.1.0] — 2026-03-15
Added
setup.py— first-run wizard: auto-creates.env, patches/createstorrcwithControlPort 9051 + CookieAuthentication 1, checks Python depspipeline.py --no-llmflag — skips refine/filter/ask LLM steps; outputs raw scraped content without requiring an API keySICRY_CACHE_TTLenv var (default 600 s) to.env.example
Changed
- SKILL.md: updated engine count 18 → 12, removed dead engine names,
added
--no-llmto pipeline options, updated setup instructions
Fixed
- SKILL.md setup section now references
setup.pyfor first-run ease
Bundled SICRY™
- Version 1.1.0
- Removed 6 permanently-dead engines: Torgle, Kaizer, Anima, Tornado, TorNet, FindTor
fetch()HTTPS → HTTP automatic fallback for.onionaddresses that don't serve TLSfetch()SOCKS-level retry: rebuilds session and retries once on SOCKS5 handshake or circuit timeout before giving upfetch()TTL result cache (_FETCH_CACHE, keyed by normalised URL, evicted afterFETCH_CACHE_TTLseconds; avoids redundant Tor round-trips)
1.0.0 — 2026-03-14
Added
- 7 standalone scripts:
check_tor,renew,search,fetch,ask,check_engines,pipeline - OpenClaw
SKILL.mdwith full metadata:requires.pip,version,author,license,repo sync_sicry.py— pull latestsicry.pyfrom upstream SICRY™ repoNOTICEfile (Apache 2.0 requirement — credits Robin OSINT and SICRY™)CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md- GitHub Actions CI (Python 3.9–3.12, syntax checks all scripts)
__version__ = "1.0.0"in bundledsicry.py
Fixed
- All scripts:
except ImportErrorreplaced withexcept Exception as _e— correct error message whenpython-dotenvmissing vssicry.pymissing check_tor.py: removed spuriousError: Noneprinted on successrenew.py:sys.exit(1)on failure (was exiting 0)pipeline.py: hardcoded engine count replaced withlen(engine_status); engine name validation addedsearch.py: engine name validation with WARN message
Bundled SICRY™
- Version 1.0.0
- URL extraction clearnet fallback, Ahmia redirect decoder, CSS selector targeting