[PR #348] [CLOSED] Feature: Fuzzy file search #9595

Closed
opened 2026-02-16 18:13:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/348
Author: @chriswritescode-dev
Created: 6/23/2025
Status: Closed

Base: devHead: fuzzy-file


📝 Commits (3)

  • e1478b2 feat(tui): add support for "@" prefix in completions and enhance initial input handling
  • d98bc4f fix(provider): improve environment variable check for providers
  • 6c34f8a feat(tui): implement file content loading and insertion via "@" prefix in chat editor

📊 Changes

6 files changed (+140 additions, -5 deletions)

View changed files

📝 packages/opencode/src/cli/cmd/run.ts (+1 -0)
📝 packages/opencode/src/provider/provider.ts (+5 -1)
packages/tui/internal/completions/at-files.go (+68 -0)
📝 packages/tui/internal/completions/manager.go (+4 -0)
📝 packages/tui/internal/components/chat/editor.go (+58 -0)
📝 packages/tui/internal/tui/tui.go (+4 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/348 **Author:** [@chriswritescode-dev](https://github.com/chriswritescode-dev) **Created:** 6/23/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fuzzy-file` --- ### 📝 Commits (3) - [`e1478b2`](https://github.com/anomalyco/opencode/commit/e1478b2103344406f0e6f47faed495a1a618cb6c) feat(tui): add support for "@" prefix in completions and enhance initial input handling - [`d98bc4f`](https://github.com/anomalyco/opencode/commit/d98bc4f56012e53fd0f837244b0195f39f7dc86a) fix(provider): improve environment variable check for providers - [`6c34f8a`](https://github.com/anomalyco/opencode/commit/6c34f8a24523b6904d882a1ce335236c5973328f) feat(tui): implement file content loading and insertion via "@" prefix in chat editor ### 📊 Changes **6 files changed** (+140 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/cli/cmd/run.ts` (+1 -0) 📝 `packages/opencode/src/provider/provider.ts` (+5 -1) ➕ `packages/tui/internal/completions/at-files.go` (+68 -0) 📝 `packages/tui/internal/completions/manager.go` (+4 -0) 📝 `packages/tui/internal/components/chat/editor.go` (+58 -0) 📝 `packages/tui/internal/tui/tui.go` (+4 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:49 -05:00
yindo closed this issue 2026-02-16 18:13:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9595