Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: PGshen/thinking-map

Tags

v1.0.10

Toggle v1.0.10's commit message
feat(home): add GitHub link to homepage

docs(agent): emphasize search tool usage in decomposition prompts

v1.0.9

Toggle v1.0.9's commit message
feat(env): configure runtime environment variables for API base URL

v1.0.8

Toggle v1.0.8's commit message
refactor(api): update api configuration and docker setup

- Change API base URL configuration from NEXT_PUBLIC_API_BASE_URL to API_BASE_URL
- Update docker-compose files to use new environment variable
- Remove baseURL from axios instance and use endpoints directly
- Simplify docker development setup with direct volume mounts

v1.0.7

Toggle v1.0.7's commit message
refactor(docker): simplify cors config and reorganize docker compose …

…files

v1.0.6

Toggle v1.0.6's commit message
feat(auth): add password hashing and improve security

v1.0.5

Toggle v1.0.5's commit message
fix: correct API proxy path in next.config.ts

v1.0.4

Toggle v1.0.4's commit message
fix: change frontend port from 6000 to 3030

v1.0.3

Toggle v1.0.3's commit message
ci(workflows): remove branch triggers from build workflows

refactor(api): change default API_BASE to relative path '/api'
update docker-compose files to use relative API_BASE_URL

v1.0.2

Toggle v1.0.2's commit message
feat: change frontend port from 3000 to 6000

Update all references to frontend port in documentation, docker configurations, and code to use port 6000 instead of 3000. Also add CI workflows for building and pushing docker images.