Skip to content

release: v0.16.7 — cleanup (CLI removal, doc fixes)#9

Merged
johnnichev merged 1 commit intomainfrom
release/v0.16.7
Mar 16, 2026
Merged

release: v0.16.7 — cleanup (CLI removal, doc fixes)#9
johnnichev merged 1 commit intomainfrom
release/v0.16.7

Conversation

@johnnichev
Copy link
Copy Markdown
Owner

Summary

  • CLI removed: src/selectools/cli.py + selectools console script entry point removed (unused, flagged by package safety scanners)
  • README: Added missing examples 28-38 to example table, fixed stale "400+" test count
  • Doc audit: Fixed stale counts in CONTRIBUTING.md (v0.13.0 era), docs/ARCHITECTURE.md, docs/README.md, docs/QUICKSTART.md, docs/modules/AGENT.md

Test plan

  • pytest tests/ -x -q -k "not e2e" — 1553 passed, 0 failed
  • All pre-commit hooks pass (black, isort, flake8, mypy, bandit)
  • mkdocs build — clean

🤖 Generated with Claude Code

Remove unused CLI module and console script entry point. Complete
README example table (28-38). Fix stale counts across docs.
Test count: 1642 → 1620.
@johnnichev johnnichev merged commit 7411af4 into main Mar 16, 2026
1 check passed
@johnnichev johnnichev deleted the release/v0.16.7 branch March 16, 2026 18:58
johnnichev added a commit that referenced this pull request Mar 24, 2026
Security:
- Path traversal in JsonFileSessionStore — validate session_id (#9)
- Unicode homoglyph bypass in injection screening — NFKD + zero-width
  strip + homoglyph map (#13)

Data integrity:
- FileKnowledgeStore._save_all() atomic write via tmp + os.replace (#10)
- JsonFileSessionStore.save() atomic write (#31)

Agent core:
- astream() uses self._effective_model (was self.config.model) (#1)
- Sync _check_policy rejects async confirm_action with clear error (#2)
- Sync _streaming_call isinstance(chunk, str) guard (#18)

Providers:
- FallbackProvider stream()/astream() record success after consumption,
  not before — circuit breaker now works for streaming (#3)
- Gemini response.text ValueError catch for tool-call-only responses (#4)

Tools:
- aexecute() uses run_in_executor(None) shared executor (#5)
- execute() awaits coroutines from async tools via asyncio.run (#6)

RAG:
- Hybrid search O(n²) → O(1) via text_to_key dict lookup (#7)
- SQLiteVectorStore thread safety + WAL mode (#8)

Evals:
- OutputEvaluator catches re.error on invalid regex (#11)
- JsonValidityEvaluator respects expect_json=False (#12)

16 new regression tests. Full suite: 2000 passed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant