Files
Kilo-Org_kilocode/packages/opencode
Igor Šćekić 50227192dd fix: ask mode respects user permission config for edit tools
Move the ask agent's deny+allowlist after user config in the merge
order so ask mode's restrictions always win. Previously, user global
permission config (e.g. edit: { 'src/log.ts': 'allow' }) was appended
last, causing PermissionNext.disabled() to stop at the user's specific-
pattern rule and leave edit/write/bash in the LLM's tool list.

Fixes #6235
2026-03-03 16:30:44 +01:00
..
2026-02-27 15:38:51 -03:00
2026-02-14 04:19:48 +00:00
2026-01-24 12:27:13 -05:00
2026-02-14 04:19:02 +00:00
2026-02-25 01:48:10 -05:00
2026-01-26 14:59:23 +01:00
2026-02-23 11:04:07 -03:00
2026-03-03 11:02:58 +00:00
2026-02-23 20:12:28 +01:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.