Peter Tripp

Results 616 comments of Peter Tripp

I was not able to reproduce. I pulled `codellama` with: `ollama pull codellama` Then connected the Zed assistant and it worked as expected. You're running this on Intel macOS hardware,...

> @public-rant: > > This would allow us to store rules and appointments in a human-readable, version-controllable format. What are you talking about? Rules and appointments? > 1. Syntax: Does...

Note, thread history has already been migrated from LMDB to sqlite: - https://github.com/zed-industries/zed/pull/31741

Everything in the Assistant panel is presented as Plaintext/Markdown unmodified so that you can edit/manipulate as desired. Can you be specific what you are expecting to happen?

Gotcha. This is a php-specific bug. Other languages render properly for me, but PHP is broken: We use [tree-sitter/tree-sitter-php](https://github.com/tree-sitter/tree-sitter-php/) to handle our syntax highlighting for PHP and it appears that...

> Is it possible to make it a setting: switch from plaintext to code blocks? There is active development work to restyle the Assistant Panel, including support for displaying code...

> Was just looking for exactly that, excited some changes are coming! Can't wait to try it out. Beta waitlist signup is here: https://zed.dev/ai/agent

Filed an issue upstream: - https://github.com/tree-sitter/tree-sitter-php/issues/287

This is broken in current Zed (0.215.x). PHP code still does not syntax highlight in markdown (md files, markdown preview, agent/assistant code blocks) because it is using the `php` grammar...