| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- Update list of run-dependencies
ChangeLog: https://github.com/ggozad/oterm/releases/tag/0.14.7
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
|
|
|
|
|
| |
and strip all lower bounds of 3.9 or 3.10 because they are implied now.
python:3.9-X -> python:-X
python:3.9+ -> python
python:3.10-X -> python:-X
python:3.10+ -> python
(options such as ,build preserved)
|
| |
|
|
| |
- Bump PORTREVISION for dependency change
|
| |
|
|
| |
Using the Tools/scripts/bump_revision.pl script
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update list of run dependencies
Release changes:
- https://github.com/ggozad/oterm/releases/tag/0.9.2
- https://github.com/ggozad/oterm/releases/tag/0.9.3
Reported by: portscout!
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.6.9
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.6.6
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
| |
Release changes://github.com/ggozad/oterm/releases/tag/0.6.4
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
|
|
|
|
| |
Release changes:
https://github.com/ggozad/oterm/releases/tag/0.6.2
https://github.com/ggozad/oterm/releases/tag/0.6.3
Reported by: portscout
|
| |
|
|
|
|
|
|
| |
Release changes:
https://github.com/ggozad/oterm/releases/tag/0.5.0
https://github.com/ggozad/oterm/releases/tag/0.5.1
https://github.com/ggozad/oterm/releases/tag/0.5.2
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
| |
- Change build dependency
Release changes: https://github.com/ggozad/oterm/releases/tag/0.4.4
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.4.2
Reported by: portscout
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.4.1
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.4.0
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
| |
Release changes: https://github.com/ggozad/oterm/releases/tag/0.3.1
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
|
| |
This reverts commit 5f8c92831aae9f9783923dcb6c29ba6287d2f576.
Requested by: nivit@FreeBSD.org (maintainer of devel/py-ollama; via e-mail)
|
| |
|
|
|
|
|
| |
- Remove files/patch-oterm_app_oterm.py
Release changes: https://github.com/ggozad/oterm/releases/tag/0.2.10
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Due to an incompatibility with the recent version of textproc/py-textual,
oterm crashes when there are saved chats, with the following error
│ /usr/local/lib/python3.11/site-packages/textual/widget.py:984 in mount │
│ │
│ 981 │ │ if self._closing or self._pruning: ╭──────────── locals ────────────╮ │
│ 982 │ │ │ return AwaitMount(self, []) │ after = None │ │
│ 983 │ │ if not self.is_attached: │ before = None │ │
│ ❱ 984 │ │ │ raise MountError(f"Can't mount widget(s) before {self!r} is mounted") │ self = TabPane(id='chat-1') │ │
│ 985 │ │ # Check for duplicate IDs in the incoming widgets │ widgets = (ChatContainer(),) │ │
│ 986 │ │ ids_to_mount = [ ╰────────────────────────────────╯ │
│ 987 │ │ │ widget_id for widget in widgets if (widget_id := widget.id) is not None │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
MountError: Can't mount widget(s) before TabPane(id='chat-1') is mounted
So add the patch patch-oterm_app_oterm.py, that is a simple workaround
waiting for an official solution by upstream.
- Bump PORTREVISION
|
|
|
Oterm is a text-based terminal client for Ollama.
Features
- intuitive and simple terminal UI, no need to run servers, frontends, just
type oterm in your terminal.
- multiple persistent chat sessions, stored together with the context
embeddings and system prompt customizations in sqlite.
- can use any of the models you have pulled in Ollama, or your own custom
models.
- allows for easy customization of the model's system prompt and parameters.
https://github.com/ggozad/oterm
|