Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d14ff64
feat(mcp): add image resize and tool output sanitization pipeline
Saul-Gomez-J Apr 14, 2026
fff1be6
feat(ui): add background tool-call status and resilient preview tabs
Saul-Gomez-J Apr 16, 2026
56907fc
wip: save local provider apikey changes
Saul-Gomez-J Apr 17, 2026
5cb3ec6
fix(ui): hide streaming logo while todos are in progress
Saul-Gomez-J Apr 20, 2026
c382d7e
Merge pull request #257 from Saul-Gomez-J/wip/local-provider-apikey
Saul-Gomez-J Apr 20, 2026
aedd97c
al cambiar cwd en un chat se cambia en el proyecto en el que está
Saul-Gomez-J Apr 20, 2026
0652c42
feat(file-browser): replace header icons with Add files modal
Saul-Gomez-J Apr 20, 2026
0a30855
feat(mcp): canonicalize tool results and offload images to disk
Saul-Gomez-J Apr 15, 2026
cb69585
fix(mcp): address PR #256 review — image budget, text truncation, and…
olivermontes Apr 21, 2026
3448031
fix(sidebar): list all project chats when entering project scope
Saul-Gomez-J Apr 22, 2026
ac4ed39
fix(ai): drop redundant fallback in getProviderType
Saul-Gomez-J Apr 22, 2026
d67d500
refactor(models): move selectable-models catalog to Zustand cache
Saul-Gomez-J Apr 22, 2026
7648f32
fix(file-browser): normalize Windows paths before path-browserify
Saul-Gomez-J Apr 22, 2026
3fa1939
feat(cowork): auto-provision PortableGit + Python prerequisites
Saul-Gomez-J Apr 22, 2026
730e6bb
feat(projects): drag-and-drop folder selection in ProjectModal
Saul-Gomez-J Apr 22, 2026
6441209
Merge pull request #262 from levante-hub/feat/cowork-prereqs-and-proj…
Saul-Gomez-J Apr 22, 2026
6265828
Merge pull request #263 from levante-hub/fix/drag-and-drop-files
Saul-Gomez-J Apr 22, 2026
5cf33f8
Merge pull request #256 from levante-hub/feat/mcp-canonical-tool-results
Saul-Gomez-J Apr 22, 2026
f1bdc45
chore(release): v1.8.1-beta.1
Saul-Gomez-J Apr 22, 2026
f787827
fix(cowork): skip ensuring-python toast when already installed
Saul-Gomez-J Apr 22, 2026
c89e5ea
fix(deps): pin minimatch 10.0.1 and brace-expansion ^2.0.2 to unbreak…
Saul-Gomez-J Apr 22, 2026
d7fe7b5
Merge pull request #265 from levante-hub/fix/cowork-prereq-skip-insta…
Saul-Gomez-J Apr 22, 2026
4fe281f
chore(release): v1.8.1-beta.2
Saul-Gomez-J Apr 22, 2026
fa7e0ee
chore(release): v1.8.1-beta.3
Saul-Gomez-J Apr 26, 2026
913e609
chore(release): v1.8.1
Saul-Gomez-J Apr 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
517 changes: 517 additions & 0 deletions docs/HANDOFF_MCP_IMAGE_RESIZE_STATUS.md

Large diffs are not rendered by default.

934 changes: 934 additions & 0 deletions docs/PLAN_MCP_CANONICAL_TOOL_RESULTS.md

Large diffs are not rendered by default.

1,007 changes: 1,007 additions & 0 deletions docs/PLAN_MCP_IMAGE_RESIZE.md

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions docs/PLAN_MCP_OUTPUT_BUDGET.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/PRD/ISSUES/INDEX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ issues:
labels: [mcp, performance, ai-optimization]
priority: P0
role: AI Engineer

- id: 0012
title: MCP Tool Results — Remove Legacy `images[]` Format After Canonical Rollout
labels: [mcp, technical-debt, replay, persistence, cleanup]
priority: P1
role: Platform Engineer


Loading
Loading