Kin project
Find a file
Gros Frumos 9cbb3cec37 Fix audit hanging: add auto_apply param + allow_write for tool access
Root cause: claude agent without --dangerously-skip-permissions
hangs on tool permission prompts when stdin=DEVNULL.

Fixes:
- run_audit() now passes allow_write=True so agent can use
  Read/Bash tools without interactive permission prompts
- Added auto_apply param: False for API (result only),
  CLI confirms with user then applies manually
- API explicitly passes auto_apply=False
- Tests for auto_apply=True/False behavior

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 18:00:39 +02:00
agents Fix audit hanging: add auto_apply param + allow_write for tool access 2026-03-15 18:00:39 +02:00
cli Fix audit hanging: add auto_apply param + allow_write for tool access 2026-03-15 18:00:39 +02:00
core Add permission-aware follow-up flow with interactive resolution 2026-03-15 15:16:48 +02:00
tests Fix audit hanging: add auto_apply param + allow_write for tool access 2026-03-15 18:00:39 +02:00
web Fix audit hanging: add auto_apply param + allow_write for tool access 2026-03-15 18:00:39 +02:00
.gitignore Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
agent-orchestrator-research.md bootstrap: vdol project loaded with real data 2026-03-15 13:40:58 +02:00
CLAUDE.md Add CLAUDE.md — project-level instructions for Kin 2026-03-15 13:10:47 +02:00
DESIGN.md Add DESIGN.md — main architecture document for Kin agent orchestrator 2026-03-15 13:10:10 +02:00
pyproject.toml Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
README.md Initial commit 2026-03-15 12:09:02 +01:00

kin

Kin project