llm_source lock, bash permission improvements & ACP rule-level permissions - #10
Merged
Conversation
guima-why
commented
May 18, 2026
Collaborator
- Lock /model and /auth LLM flow when llm_source is not "local"
- Parser: per-command is_complex field instead of global too_complex abort
- Permission engine: skip dangerous builtin suggestions (eval/exec/source)
- UI: add rule-level deny option in permission prompt
- Rename distribution to iac_code (normalized, pip install iac-code still works)
- Add new models: qwen3.6-flash, deepseek-v4-pro/flash, glm-5.1, kimi-k2.6
- i18n: translations for all new strings across 6 languages
- ACP: implement rule-level permission options aligned with local REPL
- Dynamic option_id encoding (allow_rule:, deny_rule:)
- Apply session-scoped rules to permission_context
- Fall back to tool-level options when no suggestions present
guima-why
force-pushed
the
fix_issue_260518
branch
from
May 18, 2026 08:57
fd25a26 to
621eecb
Compare
…permissions 1. Lock /model and /auth LLM flow when llm_source is not "local" 2. Parser: per-command is_complex field instead of global too_complex abort 3. Permission engine: skip dangerous builtin suggestions (eval/exec/source) 4. UI: add rule-level deny option in permission prompt 5. Rename distribution to iac_code (normalized, pip install iac-code still works) 6. Add new models: qwen3.6-flash, deepseek-v4-pro/flash, glm-5.1, kimi-k2.6 7. i18n: translations for all new strings across 6 languages 8. ACP: implement rule-level permission options aligned with local REPL - Dynamic option_id encoding (allow_rule:<rules>, deny_rule:<rules>) - Apply session-scoped rules to permission_context - Fall back to tool-level options when no suggestions present - 14 unit tests + 4 e2e tests, 351 total ACP tests pass Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
guima-why
force-pushed
the
fix_issue_260518
branch
from
May 18, 2026 08:59
621eecb to
fc6733d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.