Skip to content

Releases: Alenkz12/FiboCode-Releases

0.98.12

Choose a tag to compare

@Alenkz12 Alenkz12 released this 02 Sep 09:14

English

Added

  • Document pages and Markdown previews now support searching rendered content with Ctrl/Cmd + F, using selected text as the query and navigating between matches.
  • Added “Show Diff in Editor” to the Git panel, allowing repository text changes to be imported for item-by-item editor review; deleted entries, binary files, and files without text differences are skipped, and renames are handled correctly.
  • The update prompt now includes a full release-notes reader for viewing formatted Markdown before restarting.

Improved

  • Code analysis is now incremental: it reprocesses only changed, missing, or affected content, removes analysis artifacts for deleted files, and reports locating, up-to-date, and failed states.
  • Headings, lists, task items, code blocks, and tables in final AI answers now match the document view’s Markdown presentation.
  • Diff review now keeps the current hunk synchronized with editor scrolling, reveals files in the file tree when opened from a Diff card, and shows cross-hunk and cross-file shortcuts in the status bar.
  • Maximum Output Tokens can now be left blank so supported providers or models use their defaults; providers that require an explicit limit return a clear configuration error, and clicking outside no longer closes an unsaved configuration dialog.
  • Agent execution now uses bounded timeouts, cancellation, and safe retries, and adds recovery guidance after repeated tool failures, reducing long stalls and repeated ineffective actions.
  • The workspace search exclusion toggle now controls both built-in exclusions and ignore files; turning it off includes content that would otherwise be ignored.

Fixed

  • Fixed Markdown relative paths, file links with line locations, and cross-document heading links sometimes opening the wrong location or failing to open.
  • Fixed editor content and unsaved state sometimes syncing late when switching files or tabs immediately after typing.

中文

新增

  • 文档页和 Markdown 预览现支持通过 Ctrl/Cmd + F 搜索渲染后的正文,可使用当前选中文本作为查询,并在匹配项之间前后跳转。
  • Git 面板新增“在编辑器中显示 Diff”,可将仓库文本变更直接导入编辑器逐项审阅;会跳过删除项、二进制文件和无文本差异,并正确处理重命名。
  • 更新提示新增完整发布说明阅读窗口,可在重启前查看排版后的 Markdown 内容。

改进

  • 代码分析改为增量更新:只重新处理已变更、缺失或受影响的内容,清理已删除文件的分析产物,并显示定位、已是最新和失败状态。
  • AI 最终回答的标题、列表、任务项、代码块和表格排版现在与文档视图保持一致。
  • Diff 审阅会随编辑器滚动同步当前变更块;从 Diff 卡片打开文件时会在文件树中自动定位,并在状态栏提示跨变更块和跨文件快捷键。
  • 模型配置允许将最大输出 Token 留空,由支持该能力的 Provider 或模型采用默认值;需要显式上限时会给出明确配置错误,点击窗口外部也不会意外关闭未保存的配置。
  • Agent 执行增加有界超时、取消和安全重试,并在重复工具失败时提供恢复引导,减少任务长时间卡住或反复执行同一无效操作。
  • 工作区搜索的排除开关现会同时控制内置排除规则和忽略文件;关闭后可搜索原本被忽略的内容。

修复

  • 修复 Markdown 中相对路径、带行号的文件链接和跨文档标题链接可能无法打开正确位置的问题。
  • 修复快速输入后立即切换文件或标签页时,编辑内容与未保存状态可能延迟同步的问题。

0.98.10

Choose a tag to compare

@Alenkz12 Alenkz12 released this 21 Aug 03:22
docs(README): add macOS signed app installation note

- Clarify that FiboCode is signed and notarized, and advise against bypassing macOS warnings.
- Direct users to official download sources and security policy if verification fails.
- Update metadata timestamp and description.

0.98.9

Choose a tag to compare

@Alenkz12 Alenkz12 released this 07 Aug 06:04
v0.98.9

docs: refine intro to match product positioning

0.98.8

Choose a tag to compare

@Alenkz12 Alenkz12 released this 01 Aug 07:22
v0.98.8

docs: refine intro to match product positioning