Skip to content

πŸ”§ chore: disable input completion by default#13605

Merged
arvinxx merged 2 commits intocanaryfrom
fix/disable-input-completion-default
Apr 7, 2026
Merged

πŸ”§ chore: disable input completion by default#13605
arvinxx merged 2 commits intocanaryfrom
fix/disable-input-completion-default

Conversation

@arvinxx
Copy link
Copy Markdown
Member

@arvinxx arvinxx commented Apr 7, 2026

Summary

  • Disable the input auto-completion agent by default (enabled: false)
  • The feature experience is not polished enough yet for default-on
  • Users can still manually enable it in Settings > Agent

Changes

  • packages/const/src/settings/systemAgent.ts: DEFAULT_INPUT_COMPLETION_SYSTEM_AGENT_ITEM.enabled changed from true to false

πŸ€– Generated with Claude Code

The input auto-completion experience is not polished enough yet,
so disable it by default. Users can still enable it manually in
Settings > Agent.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lobehub Ready Ready Preview, Comment Apr 7, 2026 4:18am

Request Review

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've reviewed this pull request using the Sourcery rules engine

@lobehubbot
Copy link
Copy Markdown
Member

@ONLY-yours - This PR disables the input completion agent by default in system agent settings. Please take a look.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 66.66%. Comparing base (d7e5d46) to head (4f3deea).
⚠️ Report is 4 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff            @@
##           canary   #13605     +/-   ##
=========================================
  Coverage   66.66%   66.66%             
=========================================
  Files        1999     1999             
  Lines      165815   165815             
  Branches    16858    19190   +2332     
=========================================
+ Hits       110544   110546      +2     
+ Misses      55147    55145      -2     
  Partials      124      124             
Flag Coverage Ξ”
app 58.53% <ΓΈ> (+<0.01%) ⬆️
database 92.60% <ΓΈ> (ΓΈ)
packages/agent-runtime 88.98% <ΓΈ> (ΓΈ)
packages/context-engine 85.51% <ΓΈ> (ΓΈ)
packages/conversation-flow 92.36% <ΓΈ> (ΓΈ)
packages/file-loaders 87.02% <ΓΈ> (ΓΈ)
packages/memory-user-memory 66.68% <ΓΈ> (ΓΈ)
packages/model-bank 99.85% <ΓΈ> (ΓΈ)
packages/model-runtime 84.66% <ΓΈ> (ΓΈ)
packages/prompts 65.80% <ΓΈ> (ΓΈ)
packages/python-interpreter 92.90% <ΓΈ> (ΓΈ)
packages/ssrf-safe-fetch 0.00% <ΓΈ> (ΓΈ)
packages/utils 90.02% <ΓΈ> (ΓΈ)
packages/web-crawler 88.82% <ΓΈ> (ΓΈ)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Ξ”
Store 67.10% <ΓΈ> (ΓΈ)
Services 51.55% <ΓΈ> (ΓΈ)
Server 66.26% <ΓΈ> (+<0.01%) ⬆️
Libs 51.03% <ΓΈ> (ΓΈ)
Utils 91.01% <ΓΈ> (ΓΈ)
πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@arvinxx arvinxx merged commit d5eec83 into canary Apr 7, 2026
34 checks passed
@arvinxx arvinxx deleted the fix/disable-input-completion-default branch April 7, 2026 04:29
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.

2 participants