Skip to content

Commit 65b3579

Browse files
committed
chore: update to version 0.1.32
1 parent 913e373 commit 65b3579

File tree

4 files changed

+40
-6
lines changed

4 files changed

+40
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.1] - 2024-02-11
5+
## [0.1.32] - 2024-02-14
6+
7+
### Changed
8+
9+
- Updated documentation formatting and image sizing
10+
- Fixed image captions in README
11+
- Improved project creator section
12+
13+
### Fixed
14+
15+
- PyPI publishing workflow
16+
- Image display in PyPI documentation
17+
18+
## [0.1.3] - 2024-02-11
619

720
### Added
821

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
CodeSight is a developer tool designed to enhance your LLM-powered coding experience. When you're stuck in a complex debugging session or need help understanding a codebase, CodeSight makes it easy to get assistance from powerful LLMs like ChatGPT, Claude, or other AI models.
1010

11-
## What's New in 0.1.3
11+
## What's New in 0.1.32
1212

1313
- **Improved File Organization**: Enhanced file grouping logic with 8 distinct categories for better code organization
1414
- **Better Error Messages**: Configuration validation now provides clear, actionable error messages
@@ -22,13 +22,16 @@ See the [CHANGELOG](CHANGELOG.md) for full details.
2222

2323
<div align="center">
2424

25-
![Sample CodeSight Report](https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-report.png)
25+
<img src="https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-report.png" width="70%" alt="Sample CodeSight Report"/>
26+
2627
_A clean, organized summary of your codebase with file statistics and token counts_
2728

28-
![Sample Structure View](https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-structure.png)
29+
<img src="https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-structure.png" width="70%" alt="Sample Structure View"/>
30+
2931
_Automatically generated project structure for better context_
3032

31-
![Sample Code View](https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-code.png)
33+
<img src="https://raw.githubusercontent.com/mattsilv/codesight/main/docs/assets/sample-code.png" width="70%" alt="Sample Code View"/>
34+
3235
_Neatly formatted code snippets with syntax highlighting_
3336

3437
</div>
@@ -47,6 +50,10 @@ This is particularly useful when:
4750
- You want to get a second opinion on your code from a different LLM
4851
- You need to share your codebase context with an AI assistant quickly
4952

53+
## About the Creator
54+
55+
CodeSight was created by Matt Silverman, a developer focused on enhancing the AI-powered coding experience. To learn more about Matt and his journey in AI development, visit [silv.blog/about](https://silv.blog/about).
56+
5057
## Installation
5158

5259
For users:

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 80%
6+
threshold: 2%
7+
patch:
8+
default:
9+
target: 80%
10+
threshold: 2%
11+
12+
ignore:
13+
- "tests/**/*"
14+
- "setup.py"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codesight"
3-
version = "0.1.31"
3+
version = "0.1.32"
44
description = "A tool for collating code and generating LLM context"
55
authors = ["Matt Silverman"]
66
license = "MIT"

0 commit comments

Comments
 (0)