Commit Graph

44 Commits

Author SHA1 Message Date
foglar
328fa2ac02
Merge pull request #3 from foglar/copilot/enhance-message-selection-scrolling
Implement message selection-based scrolling with j/k navigation
2025-10-09 19:11:12 +00:00
copilot-swe-agent[bot]
c2607b2860 Implement message selection-based scrolling with j/k keys
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 13:40:31 +00:00
copilot-swe-agent[bot]
113fe93f58 Initial plan 2025-10-09 13:35:17 +00:00
foglar
75775ec170
Merge pull request #2 from foglar/copilot/fix-kitty-image-rendering
Implement scrolling with J/K keys and improve code quality
2025-10-09 13:32:18 +00:00
copilot-swe-agent[bot]
6ed07fd093 Improve code quality and update TODO
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 10:01:54 +00:00
copilot-swe-agent[bot]
b4b65b9b60 Implement scrolling with J/K keys and fix image positioning
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:59:27 +00:00
copilot-swe-agent[bot]
c47fb1a073 Initial plan 2025-10-09 09:50:46 +00:00
foglar
6a820c57b1 Merge branch 'copilot/debug-project-structure' 2025-10-09 11:44:27 +02:00
foglar
16bde7acd8 Merge remote-tracking branch 'github/main' into copilot/debug-project-structure 2025-10-09 11:42:15 +02:00
foglar
1dd155e564 STP specifikace 2025-10-09 11:41:02 +02:00
foglar
2c54322dde
Merge pull request #1 from foglar/copilot/debug-project-structure
Refactor codebase: improve code quality, error handling, and maintainability
2025-10-09 09:38:57 +00:00
copilot-swe-agent[bot]
d83f8ffa0b Add comprehensive refactoring documentation
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:10:35 +00:00
copilot-swe-agent[bot]
0e79ba9083 Add bounds checking and defensive programming improvements
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:09:27 +00:00
copilot-swe-agent[bot]
cfedfd3550 Refactor codebase: fix formatting, error handling, and remove magic numbers
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:06:18 +00:00
copilot-swe-agent[bot]
e98ac69d58 Initial analysis complete - planning refactoring
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:00:27 +00:00
copilot-swe-agent[bot]
1270efc05f Initial plan 2025-10-09 08:56:01 +00:00
shinya
4bae35793e Added features 2025-10-09 10:50:59 +02:00
foglar
56827fa470 cleanup 2025-09-04 16:14:54 +02:00
foglar
1eebca289f Max Fixes and scrolling update 2025-09-04 16:03:49 +02:00
shinya
8046177af0 added kitty image cleanup 2025-09-03 11:23:05 +02:00
foglar
426e088c43 mpris added 2025-08-23 09:27:20 +02:00
shinya
4cb67f0a17 Rename example directory 2025-08-22 07:53:17 +02:00
foglar
a97af3a47f icon 2025-08-21 19:31:37 +02:00
foglar
2aa6f72161 cleanup 2025-08-21 13:05:55 +02:00
shinya
64503b7281 fix scrooling users issue and added some fixes 2025-08-19 13:57:21 +02:00
shinya
345fab6a32 update 2025-08-19 08:46:52 +02:00
shinya
f69e6db582 completed tui sidebar scrolling and selecting chat 2025-08-17 22:58:19 +02:00
foglar
440ef38439 update tui and sidebar 2025-08-16 19:19:12 +02:00
foglar
71be36fc93 Testing messages loading 2025-08-12 13:45:36 +02:00
shinya
7754b2c91c cleanup and fixes of binary installation 2025-06-16 17:33:00 +02:00
foglar
e3f9693cf6 Adds terminal unit resizing
Improves image rendering by allowing resizing based on terminal cell size, providing more control over image dimensions.
This is enabled by a new `units` parameter where 0 defaults to the previous pixel sizing and 1 enables terminal unit sizing.

Removes unused dependency.
2025-06-14 08:28:55 +02:00
foglar
7bde699fc2 Sets up Nix flake for reproducible builds
Adds Nix flake configuration for the project, enabling reproducible builds and dependency management using gomod2nix.
Also removes unused code from main.go.
2025-06-04 07:29:56 +02:00
foglar
147971ddc7 Updates run command and tech stack docs
Updates the `go run` command in the README to reflect the
project's main entry point.

Refines the TECH_STACK documentation by reordering and updating
entries, and adds a note about embedding files in the binary.
2025-06-02 20:07:35 +02:00
foglar
f435b4eb82 update config structure and cleanup 2025-06-02 19:01:07 +02:00
foglar
2cde9df163 update project documentation 2025-06-02 18:39:50 +02:00
foglar
5588d95957 added image rendering and resizing 2025-06-02 16:53:32 +02:00
foglar
658aac8704 go mod and go sum 2025-05-28 10:32:56 +02:00
foglar
675d65a99a restructure the code 2025-05-28 10:32:46 +02:00
foglar
a09f742dcb added systray, and resize fix 2025-05-28 10:06:10 +02:00
foglar
e759f8f1ba maxini optimalizini 2025-05-27 14:24:24 +02:00
foglar
42ee1bd41c code test 2025-05-27 14:24:10 +02:00
foglar
0e727c5a5b render rgba image 2025-05-27 13:50:21 +02:00
foglar
de37cd71fa png kitty render 2025-05-27 13:47:30 +02:00
shinya
0cf17633b3 first gocui chat version 2025-05-08 14:01:19 +02:00