Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thorinside/nt_helper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.40.10
Choose a base ref
...
head repository: thorinside/nt_helper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.40.11
Choose a head ref
  • 16 commits
  • 42 files changed
  • 1 contributor

Commits on Jun 23, 2026

  1. feat(chat): add attachment support and ACL file roots

    - Add image/file attachments for chat providers and UI input paths
    - Replace local filesystem tools with allowed-root ACL tools for chat/MCP
    - Harden path handling, symlink rejection, overwrite behavior, and settings migration
    
    Verification:
    - flutter analyze
    - flutter test test/chat/services/local_file_tools_test.dart test/services/settings_service_test.dart test/chat/cubit/chat_cubit_test.dart test/chat/providers/openai_subscription_provider_test.dart
    - flutter test
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    b15538b View commit details
    Browse the repository at this point in the history
  2. feat(chat): resolve provider context windows

    - Add provider-owned context window resolution for Anthropic and OpenAI-compatible models
    - Query Anthropic model metadata and best-effort OpenAI-compatible model metadata with cached model-family fallback
    - Trigger chat compaction at 85% of resolved context window using peak prompt tokens
    
    Verification:
    - flutter analyze
    - flutter test test/chat/providers/model_context_window_test.dart test/chat/cubit/chat_cubit_test.dart test/chat/services/chat_service_rate_limit_test.dart
    - flutter test
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    0f81f52 View commit details
    Browse the repository at this point in the history
  3. fix(chat): simplify attachment actions

    - Replace separate file, image, and paste-image buttons with one attachment button
    - Keep keyboard image paste and drag/drop attachment support intact
    - Update input width calculation for the smaller action set
    
    Verification:
    - flutter analyze
    - flutter test test/chat/cubit/chat_cubit_test.dart test/chat/providers/openai_subscription_provider_test.dart
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    e910d67 View commit details
    Browse the repository at this point in the history
  4. fix(chat): stabilize allowed-root permission layout

    - Replace animated permission chips with a fixed checkbox table
    - Use Material spacing increments around allowed-root editors
    - Keep permission semantics labels on the checkbox controls
    
    Verification:
    - flutter analyze
    - flutter test test/services/settings_service_test.dart
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    ac922ed View commit details
    Browse the repository at this point in the history
  5. fix(chat): hide missing allowed roots from tools

    - Omit roots whose directories are no longer mounted from list_allowed_roots
    - Keep direct stale root IDs returning root_not_found_on_disk
    - Add regression coverage for unmounted allowed roots
    
    Verification:
    - flutter test test/chat/services/local_file_tools_test.dart
    - flutter analyze
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    05d0126 View commit details
    Browse the repository at this point in the history
  6. feat(chat): add context status controls

    - Replace the chat header clear icon with a custom context arc indicator
    - Show a context details dialog with token usage, message/tool/attachment breakdown, Compact, and Clear actions
    - Track resolved context window and peak context input in chat state
    - Color the indicator green/orange/red ahead of the 85% compaction threshold
    
    Verification:
    - flutter analyze
    - flutter test test/chat/ui/chat_panel_test.dart test/chat/cubit/chat_cubit_test.dart
    thorinside committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    0c58e78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f571166 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    157ba23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61983e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69c0357 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23a0a96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b0ae07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    31f734c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07151b4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #137 from thorinside/codex/chat-acl-context-refere…

    …nce-tools
    
    [codex] Add chat ACL attachments and generic tool references
    thorinside authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    44a782f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9c150c View commit details
    Browse the repository at this point in the history
Loading